diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 43e6835ea..a0514eeeb 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -1,4 +1,4 @@ -name: "Bug report" +name: "[🐛]: Bug report" description: "Report a bug where something is not working as expected, which does not crash the game." title: "[🐛]: " labels: [ "Status: Backlog" ] diff --git a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml index ee0f20405..6520e1409 100644 --- a/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/CRASH_REPORT.yml @@ -1,4 +1,4 @@ -name: "Crash Report" +name: "[ðŸ’Ĩ]: Crash Report" description: "Report a bug that crashes the game or prevents startup." title: "[ðŸ’Ĩ]: " labels: [ "Status: Backlog" ] diff --git a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml index a1ff6bc8a..2e4288bc9 100644 --- a/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml +++ b/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml @@ -1,4 +1,4 @@ -name: "Enhancement" +name: "[ðŸŠĄ]: Enhancement" description: "Provide supporting details for a feature in development" title: "[ðŸŠĄ]: " labels: [ "Status: Backlog" ] diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml index a81d4cbec..a73f7aa56 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml @@ -1,4 +1,4 @@ -name: "Feature request" +name: "[ðŸŠķ]: Feature request" description: "Request a new feature or a change to an existing one." title: "[ðŸŠķ]: " labels: [ "Status: Backlog" ] diff --git a/.github/ISSUE_TEMPLATE/QUESTION.yml b/.github/ISSUE_TEMPLATE/QUESTION.yml index 80db9b202..ba1b89c57 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.yml +++ b/.github/ISSUE_TEMPLATE/QUESTION.yml @@ -1,4 +1,4 @@ -name: "Ask a Question" +name: "[❓]: Ask a Question" description: "Ask a question regarding this project." title: "[❓]: " labels: [ "Status: Backlog" ] diff --git a/.github/README.md b/.github/README.md index efbbc238d..ec88c111d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -56,7 +56,7 @@ This modpack is still a work in progress, and is constantly being updated. In it Interested in contributing? For detailed setup instructions, coding standards, and guidelines, please read [this](CONTRIBUTING.md). -Want to help translate? Please read [this](../kubejs/README%20IF%20TRANSLATING.md) instead. +Want to help translate? Please read [this](../kubejs/README_IF_TRANSLATING.md) instead. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 175667515..fc28695a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: steps: - name: ðŸ“Ķ Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0 @@ -215,7 +215,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 with: fetch-depth: 0 @@ -252,7 +252,7 @@ jobs: - name: 🔍 Create Pull Request if tag not found if: ${{ steps.check_existing_pr.outputs.exists == 'false' }} - uses: devops-infra/action-pull-request@v0.6.0 + uses: devops-infra/action-pull-request@v0.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} source_branch: dev @@ -275,7 +275,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: 🔄 Replace strings shell: bash @@ -287,7 +287,7 @@ jobs: sed -i -e "s/DEV/${VERSION}/g" config/fancymenu/customization/gui_main_menu.txt - name: 📝 Cache pakku - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 id: cache with: path: build/.cache @@ -341,7 +341,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: 🔄 Replace strings shell: bash @@ -354,7 +354,7 @@ jobs: sed -i -e "s/DEV/${VERSION}/g" .pakku/multimc-overrides/instance.cfg - name: 📝 Cache pakku - uses: actions/cache@v4.2.3 + uses: actions/cache@v4.2.4 id: cache with: path: build/.cache @@ -396,10 +396,10 @@ jobs: steps: - name: ðŸ“Ķ Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: ðŸ“Ķ Download artifact - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: merge-multiple: true @@ -473,7 +473,7 @@ jobs: fi - name: ðŸ“Ķ Download artifact - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: merge-multiple: true @@ -523,7 +523,7 @@ jobs: fi - name: ðŸ“Ķ Download artifact - uses: actions/download-artifact@v4.3.0 + uses: actions/download-artifact@v5.0.0 with: merge-multiple: true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db55f846..ef2214157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,56 @@ ### Changes ### Bug fixes +## [0.10.10] - 23-08-2025 +### Major changes +- Complete rework of prospector's picks. (#1594) @Redeix +- Removed the mod that was causing placed entities to sometimes not spawn +- Removed energy P2P (#1661) @TomPlop @BlueBoat29 +- Removed GT bedrock miners, replaced with a new system for Moon infinites (#1569) @TomPlop +- Buffed Large Solar Panel MK I so now it has a consistent EV-generating recipe, but halved the output of ad astra solar panels on the moon @TomPlop @Pyritie +### Changes +- Rebalance Large Solar Array to make Mk2 circuit 2 viable, and buffed to LSA Mk3 circuit 2 (#1591) @TomPlop +- Added mechanical press recipes to weld weak steels @Pyritie +- Added backpacks, lunchboxes, and vessels to the toolbelt's blacklist @Pyritie +- Moon rabbits can eat chorus fruit now @Pyritie +- Added electric greenhouse recipes for mushrooms and bamboo (#1610) @Pyritie +- Increased amount of saplings that the electric greenhouse returns to be more in line with create-based tree farms @Pyritie +- Firmalife mixing bowls can now be placed on tool racks (#1623) @Pyritie +- Fixed recipe for pyroxenite button (again) (#1625) @Pyritie +- Refactored locometal recipes to use stonecutters, metal plated locometal is now also much cheaper (#1624) @Pyritie +- Increased the air capacity of space suits by 250% @Pyritie +- Converted custom tooltips to lang strings for translations (#1663) @Redeix +- Fixed grammar on death messages and added some new ones (#1642) @vdegans +- Added IV fridge, and IV-UV aqueous accumulator, food processor, food oven, and gas compressor machines @Pyritie +- Added machine recipes for the wrought iron grill @Pyritie +- Added recipes for redyeing/bleaching shipping containers (#1631) @Pyritie +- Adjusted recipes for ME Interface and Pattern Provider for consistency (#1569) @TomPlop +- Changed the cost of the ME Quantum Tunnel (#1569) @TomPlop +- Alabaster is now renewable via rock breaker @gustovafing +- Added a new ore vein to all dimensions for gypsum, calcite, borax, and fuller's earth @Pyritie +- Added some more moon ore veins for copper, tin, gold, aluminium.. nothing exciting @Pyritie +- Changed the recipe for the infinity construction wand @Pyritie +- Rebalanced the liquid blaze burner fuel recipes to be more in-line with GregTech generation @Pyritie +- Changed the recipes for the circuit boards required for the electron tube and vacuum tube, and phenolic circuit board @TomPlop +### Bug fixes +- Fixed moon mob spawning light levels, so now they need a light level of 0 instead of 11 (#1587) @NINAustinFett +- Fixed wrong output amount of mortaring soybean paste (#1607) @TomPlop +- Fixed duplicate mixer recipes for rose gold and sterling silver @Pyritie +- Added missing rose gold + sterling silver alloy smelter recipes (#1664) @Redeix +- Fixed mechanical mixers requiring an alloy that needed that tier of mixer @Pyritie +- Finally fixed all the issues with upgrading the toolbelt - now you can safely dye and undye, upgrade with and without tools inside it, etc (#368) @Pyritie +- Fixed a dupe with certus quartz @Pyritie +- Moved the golden apple recipe over to the food processor so it respects food expiry data @Pyritie +- Removed some remaining swine-steel crafting recipes @Pyritie +- Added missing hoe/scythe mineable tags from custom crops (#1622) @Pyritie +- Fixed some (but not all) model issues with the reflector block (#1664) @Redeix +- Fixed food processor outputs not stacking @gustovafing +- Fixed using the grappling hook on a ladder killing you (#106) @Zippity +- Added more missing food processor recipes (#1632, #1638) @Pyritie +- Fixed a few stuck quests (#1667, #1666) @Wicpar +- Fixed inconsistent quern and macerator recipes for small tfc ores (#1672) @Pyritie +- Fixed recipe conflict with ceramic bricks and create deco colored bricks @Pyritie + ## [0.10.9] - 10-08-2025 ### Changes - Heavily reduced how much power the electric refrigerators use @Pyritie diff --git a/LICENSE b/LICENSE index f288702d2..153d416dc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,674 +1,165 @@ - GNU GENERAL PUBLIC LICENSE + GNU LESSER 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. - - - Copyright (C) - - 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: - - Copyright (C) - 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 -. + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser 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 +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. \ No newline at end of file diff --git a/config/ae2/common.json b/config/ae2/common.json index 6f089b803..2c91128bd 100644 --- a/config/ae2/common.json +++ b/config/ae2/common.json @@ -76,7 +76,7 @@ "CrystalResonanceGeneratorRate_comment": "How much energy a crystal resonance generator generates per tick.", "CrystalResonanceGeneratorRate": 20.0, "p2pTunnelEnergyTax_comment": "The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy.", - "p2pTunnelEnergyTax": 0.025, + "p2pTunnelEnergyTax": 0.999, "p2pTunnelTransportTax_comment": "The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items\u003dper 1 item, fluids\u003dper 125mb).", "p2pTunnelTransportTax": 0.025 }, diff --git a/config/carryon-common.toml b/config/carryon-common.toml index e0832b465..68f3a8ec1 100644 --- a/config/carryon-common.toml +++ b/config/carryon-common.toml @@ -57,7 +57,7 @@ [whitelist] #Whitelist. Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Black---and-Whitelist-Config #Entities that CAN be picked up (useWhitelistEntities must be true) - allowedEntities = ["tfc:turkey", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit"] + allowedEntities = ["tfc:turkey", "tfc:isopod", "tfc:lobster", "tfc:frog", "tfc:penguin", "tfc:turtle", "tfc:horseshoe_crab", "tfc:crayfish", "tfc:grouse", "tfc:pheasant", "tfc:peafowl", "tfc:rat", "tfc:chicken", "tfc:duck", "tfc:quail", "tfc:rabbit", "tfg:moon_rabbit", "species:birt"] #Blocks that CAN be picked up (useWhitelistBlocks must be true) allowedBlocks = ["framedblocks:framed_chest", "tfc:wood/chest/*", "tfc:wood/trapped_chest/*", "afc:wood/chest/*", "afc:wood/trapped_chest/*", "#forge:chests/wooden"] #Entities that CAN have other entities stacked on top of them (useWhitelistStacking must be true) diff --git a/config/enhancedvisuals.json b/config/enhancedvisuals.json index 83fdff9ab..a1a6cae18 100644 --- a/config/enhancedvisuals.json +++ b/config/enhancedvisuals.json @@ -1,15 +1,36 @@ { "messages": { "deathMessages": [ - "Do you really want to respawn? think of it again.", - "Life is hard. Deal with it!", - "You are dead ... wait you already know that.", - "Did I let the stove on...?", - "Should have shot back first...", + "Do you really want to respawn?", + "You are dead... wait you already knew that.", + "Did I leave the stove on...?", "Yep, that\u0027s messed up...", - "Rage incomming!", + "Rage incoming!", "I think you dropped something.", - "Time for a break?" + "Time for a break?", + "Should have seen that coming.", + "Progress denied.", + "Another fine day for entropy.", + "Research complete: mortality confirmed.", + "Civilization setback detected.", + "The factory must grow.", + "Another sample in the archaeology record.", + "You\u0027ve been recycled by nature.", + "Respawns remaining: -1", + "Welcome back to square one.", + "A fine addition to the fossil record.", + "Even bronze can\u0027t save you from that.", + "Turns out you are biodegradable.", + "Who knew survival was this complicated?", + "Respawn pending...", + "Sometimes progress means starting over.", + "A slight delay in evolution.", + "Respawn issued, warranty void.", + "Trial run concluded.", + "You\u0027ve been scheduled for maintenance.", + "Progress report: terminated.", + "Nature always collects its debts.", + "A minor inconvenience in the grand scheme of things." ], "enabled": true } diff --git a/config/ftbqoptimizer.snbt b/config/ftbqoptimizer.snbt deleted file mode 100644 index a62cf278c..000000000 --- a/config/ftbqoptimizer.snbt +++ /dev/null @@ -1,13 +0,0 @@ -# FTBQuestOptimizer config file -# If you're a modpack maker, edit defaultconfigs/ftbqoptimizer-server.snbt instead - -{ - # Enable optimization of quest completion detection - # Default: true - detect_optimization: true - - # Number of tick skips for checking player inventories, 0 to disable tick skipping. Experiment and find the best value for you! - # Default: 5 - # Range: 0 ~ 100 - skip_ticks_amount: 5 -} diff --git a/config/ftbquests/quests/chapters/applied_energistics_2.snbt b/config/ftbquests/quests/chapters/applied_energistics_2.snbt index 69f3360bf..f7a7c7e05 100644 --- a/config/ftbquests/quests/chapters/applied_energistics_2.snbt +++ b/config/ftbquests/quests/chapters/applied_energistics_2.snbt @@ -1233,12 +1233,15 @@ } { dependencies: ["378E2294EFD85C65"] + description: ["{quests.ae2.programmed_circuit_card.desc}"] id: "51B34B3E51B6ECDD" + subtitle: "{quests.ae2.programmed_circuit_card.subtitle}" tasks: [{ id: "295980339E1FE027" item: "pccard:card_programmed_circuit" type: "item" }] + title: "{quests.ae2.programmed_circuit_card.title}" x: 1.0d y: -10.5d } diff --git a/config/ftbquests/quests/chapters/hv__high_voltage.snbt b/config/ftbquests/quests/chapters/hv__high_voltage.snbt index 486b97afc..6b5ec9584 100644 --- a/config/ftbquests/quests/chapters/hv__high_voltage.snbt +++ b/config/ftbquests/quests/chapters/hv__high_voltage.snbt @@ -525,11 +525,18 @@ id: "42FB276AB16258D9" size: 1.0d subtitle: "{quests.high_voltage.fluorine.subtitle}" - tasks: [{ - id: "4EF4F33BEB714485" - item: "gtceu:fluorine_bucket" - type: "item" - }] + tasks: [ + { + id: "4EF4F33BEB714485" + item: "gtceu:fluorine_bucket" + optional_task: true + type: "item" + } + { + id: "7245625D6C687E3A" + type: "checkmark" + } + ] title: "{quests.high_voltage.fluorine.title}" x: 1.0d y: 4.5d @@ -561,21 +568,29 @@ type: "item" } ] - title: "{quests.high_voltage.ptfe.title" + title: "{quests.high_voltage.ptfe.title}" x: 0.0d y: 4.5d } { dependencies: ["5BACED5AE350EAB1"] description: ["{quests.high_voltage.nitrobenzene.desc}"] + icon: "gtceu:nitrobenzene_bucket" id: "56E7A3A0CC690C8A" shape: "square" size: 1.0d - tasks: [{ - id: "33CF24B0A19D2F25" - item: "gtceu:nitrobenzene_bucket" - type: "item" - }] + tasks: [ + { + id: "33CF24B0A19D2F25" + item: "gtceu:nitrobenzene_bucket" + optional_task: true + type: "item" + } + { + id: "70D29F223E0CC5CB" + type: "checkmark" + } + ] title: "{quests.high_voltage.nitrobenzene.title}" x: -1.0d y: 9.5d @@ -626,28 +641,18 @@ icon: "minecraft:tnt" id: "2B7B214EDE0B45A2" size: 1.0d - tasks: [ - { - id: "04BF6A36E965C348" - item: "minecraft:tnt" - type: "item" + tasks: [{ + id: "69AFBED9D1866F49" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(minecraft:tnt)item(gtceu:industrial_tnt)item(gtceu:powderbarrel)item(gtceu:dynamite))" + } } - { - id: "162CDC2567F6D6A8" - item: "gtceu:industrial_tnt" - type: "item" - } - { - id: "4CFB597542DD0194" - item: "gtceu:dynamite" - type: "item" - } - { - id: "0BF4703D1DBAA5B7" - item: "gtceu:powderbarrel" - type: "item" - } - ] + title: "{quests.high_voltage.tnt.task}" + type: "item" + }] title: "{quests.high_voltage.tnt.title}" x: 3.5d y: 3.0d @@ -733,11 +738,18 @@ id: "5BACED5AE350EAB1" size: 1.0d subtitle: "{quests.high_voltage.nitric_acid.subtitle}" - tasks: [{ - id: "5F8F684990622DE1" - item: "gtceu:nitric_acid_bucket" - type: "item" - }] + tasks: [ + { + id: "5F8F684990622DE1" + item: "gtceu:nitric_acid_bucket" + optional_task: true + type: "item" + } + { + id: "24520333587F2436" + type: "checkmark" + } + ] title: "{quests.high_voltage.nitric_acid.title}" x: 0.0d y: 9.5d @@ -745,15 +757,23 @@ { dependencies: ["5BACED5AE350EAB1"] description: ["{quests.high_voltage.cetane_diesel.desc}"] + icon: "gtceu:cetane_boosted_diesel_bucket" id: "04F6E968CEEC3D49" shape: "square" size: 1.0d subtitle: "{quests.high_voltage.cetane_diesel.subtitle}" - tasks: [{ - id: "51D904AA29256F8D" - item: "gtceu:cetane_boosted_diesel_bucket" - type: "item" - }] + tasks: [ + { + id: "51D904AA29256F8D" + item: "gtceu:cetane_boosted_diesel_bucket" + optional_task: true + type: "item" + } + { + id: "6BFCFA5257BE071F" + type: "checkmark" + } + ] title: "{quests.high_voltage.cetane_diesel.title}" x: 1.0d y: 9.5d @@ -841,11 +861,18 @@ icon: "gtceu:ammonia_bucket" id: "4343746E706264E6" size: 1.0d - tasks: [{ - id: "1C3EBA2535471DB6" - item: "gtceu:ammonia_bucket" - type: "item" - }] + tasks: [ + { + id: "1C3EBA2535471DB6" + item: "gtceu:ammonia_bucket" + optional_task: true + type: "item" + } + { + id: "6445F5DC9728583A" + type: "checkmark" + } + ] title: "{quests.high_voltage.ammonia.title}" x: -3.0d y: 6.0d @@ -983,6 +1010,8 @@ "{@pagebreak}" "{quests.high_voltage.space_alloy.desc.2}" ] + hide_details_until_startable: false + icon: "gtceu:rocket_alloy_t1_ingot" id: "56D337E264A4154F" subtitle: "{quests.high_voltage.space_alloy.subtitle}" tasks: [ @@ -1209,23 +1238,6 @@ x: 0.0d y: 11.0d } - { - dependencies: ["14D277A164202FF8"] - description: [ - "{quests.high_voltage.bedrock_miner.desc.1}" - "{@pagebreak}" - "{quests.high_voltage.bedrock_miner.desc.2}" - ] - id: "2878C147D273F774" - subtitle: "{quests.high_voltage.bedrock_miner.subtitle}" - tasks: [{ - id: "55981710612D21D7" - item: "gtceu:mv_bedrock_ore_miner" - type: "item" - }] - x: 2.5d - y: -10.5d - } { description: ["{quests.high_voltage.kaolinite_powder.desc}"] disable_toast: true @@ -1241,6 +1253,304 @@ x: 6.0d y: 3.5d } + { + dependencies: ["3FBDC8552F7D8008"] + description: ["{quests.high_voltage.gun.desc}"] + id: "74C6DD5F67B1731F" + optional: true + shape: "heart" + subtitle: "{quests.high_voltage.gun.subtitle}" + tasks: [ + { + disable_toast: true + id: "00B3B5D0D419F8E9" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "item(tacz:modern_kinetic_gun)" + } + } + match_nbt: false + title: "{quests.high_voltage.gun.task1}" + type: "item" + } + { + id: "7485BE99651C8334" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(tfg:absorption_salvo)item(tfg:resistance_salvo)item(tfg:instant_health_salvo)item(tfg:regeneration_tablet)item(tfg:speed_tablet)item(tfcagedalcohol:bucket/aged_beer)item(tfcagedalcohol:bucket/aged_vodka)item(tfcagedalcohol:bucket/aged_sake)item(tfcagedalcohol:bucket/aged_rum))" + } + } + optional_task: true + title: "{quests.high_voltage.gun.task2}" + type: "item" + } + { + id: "2B1D15C7E99C9DDC" + item: { + Count: 1 + ForgeCaps: { + "tfc:food": { + creationDate: -2L + foodData: { + dairy: 0.0f + decay: 0.0f + food: 0 + fruit: 0.0f + grain: 0.0f + meat: 0.0f + sat: 0.0f + veg: 0.0f + water: 0.0f + } + ingredients: [ ] + traits: [ ] + } + } + id: "tfg:food/meal_bag" + } + match_nbt: false + optional_task: true + type: "item" + } + ] + title: "{quests.high_voltage.gun.title}" + x: 10.0d + y: -4.0d + } + { + dependencies: ["00A2566109144D7F"] + description: ["{quests.high_voltage.space_survival.desc}"] + icon: "ad_astra:oxygen_distributor" + id: "08AAD91CE348A08B" + subtitle: "{quests.high_voltage.space_survival.subtitle}" + tasks: [{ + id: "66E3342A47817498" + title: "{quests.high_voltage.space_survival.title}" + type: "checkmark" + }] + title: "{quests.high_voltage.space_survival.title}" + x: 13.0d + y: 1.5d + } + { + dependencies: ["00A2566109144D7F"] + description: ["{quests.high_voltage.moon_harvester.desc}"] + id: "6A21CCAEB1FDF38E" + shape: "octagon" + size: 2.0d + subtitle: "{quests.high_voltage.moon_harvester.subtitle}" + tasks: [{ + id: "445320F445BA829F" + item: "gtceu:moon_dust_harvester" + type: "item" + }] + title: "{quests.high_voltage.moon_harvester.title}" + x: 16.0d + y: -2.0d + } + { + dependencies: ["6A21CCAEB1FDF38E"] + description: ["{quests.high_voltage.regolith_vapor.desc}"] + icon: "gtceu:regolith_vapor_bucket" + id: "578ECB10B30A77C7" + subtitle: "{quests.high_voltage.regolith_vapor.subtitle}" + tasks: [ + { + id: "0FF209271DB58067" + item: "gtceu:regolith_vapor_bucket" + optional_task: true + type: "item" + } + { + id: "32E19F49E3A2D54B" + title: "{quests.high_voltage.regolith_vapor.task}" + type: "checkmark" + } + ] + title: "{quests.high_voltage.regolith_vapor.title}" + x: 17.5d + y: -2.5d + } + { + dependencies: ["6A21CCAEB1FDF38E"] + description: ["{quests.high_voltage.regolith_dust.desc}"] + id: "0527DF6A8567FED9" + subtitle: "{quests.high_voltage.regolith_dust.subtitle}" + tasks: [ + { + id: "567BAEEB6120F6CE" + item: "tfg:certus_regolith_dust" + type: "item" + } + { + id: "5507A8B1561AC3C3" + item: "tfg:cassiterite_regolith_dust" + type: "item" + } + { + id: "13C520F021B2E085" + item: "tfg:bright_regolith_dust" + type: "item" + } + { + id: "3565544FF49B9F50" + item: "tfg:goethe_regolith_dust" + type: "item" + } + ] + title: "{quests.high_voltage.regolith_dust.title}" + x: 17.5d + y: -1.5d + } + { + dependencies: [ + "0527DF6A8567FED9" + "578ECB10B30A77C7" + ] + description: ["{quests.high_voltage.dusty_ores.desc}"] + id: "5807400FD1F0998A" + subtitle: "{quests.high_voltage.dusty_ores.subtitle}" + tasks: [{ + id: "131B1D5F37FAC1F3" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "or(item(gtceu:dusty_raw_goethite)item(gtceu:dusty_raw_cassiterite)item(gtceu:dusty_raw_certus_quartz)item(gtceu:dusty_raw_gold)item(gtceu:dusty_raw_diamond))" + } + } + title: "{quests.high_voltage.dusty_ores.task}" + type: "item" + }] + title: "{quests.high_voltage.dusty_ores.title}" + x: 18.5d + y: -2.0d + } + { + dependencies: ["5807400FD1F0998A"] + description: ["{quests.high_voltage.final_dust.desc}"] + id: "36FE3DDBCB535639" + subtitle: "{quests.high_voltage.final_dust.subtitle}" + tasks: [ + { + id: "1ABCC8007A69EF81" + item: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:iron_dust" + } + type: "item" + } + { + id: "3AB1A3B8E6EB4291" + item: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:copper_dust" + } + type: "item" + } + { + id: "1D38FECBB23C3E24" + item: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:tin_dust" + } + type: "item" + } + { + id: "6C9C5498495F330C" + item: "ae2:certus_quartz_dust" + type: "item" + } + { + id: "0AF375FA38D44C32" + item: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "gtceu:gold_dust" + } + type: "item" + } + { + id: "6896A082D722EECB" + item: "gtceu:diamond_dust" + type: "item" + } + ] + title: "{quests.high_voltage.final_dust.title}" + x: 19.5d + y: -2.0d + } + { + dependencies: ["396E85A39FF414CF"] + description: ["{quests.high_voltage.wand.desc}"] + id: "22FD785F84E9D10D" + optional: true + shape: "heart" + subtitle: "{quests.high_voltage.wand.subtitle}" + tasks: [{ + id: "525F329DD5F16E1F" + item: { + Count: 1 + id: "constructionwand:infinity_wand" + tag: { + wand_options: { } + } + } + type: "item" + }] + title: "{quests.high_voltage.wand.title}" + x: 13.0d + y: -8.0d + } + { + dependencies: ["396E85A39FF414CF"] + description: ["{quests.high_voltage.hypertubes.desc}"] + id: "159A0DAEE55DCAC0" + optional: true + subtitle: "{quests.high_voltage.hypertubes.subtitle}" + tasks: [ + { + id: "033B6A5EC2C17485" + item: "create_hypertube:hypertube_entrance" + type: "item" + } + { + id: "2EBA07A9A9B6D1EB" + item: "create_hypertube:hypertube" + type: "item" + } + ] + title: "{quests.high_voltage.hypertubes.title}" + x: 11.5d + y: -7.5d + } ] subtitle: ["{quests.high_voltage.subtitle}"] title: "{quests.high_voltage}" diff --git a/config/ftbquests/quests/chapters/lv__low_voltage.snbt b/config/ftbquests/quests/chapters/lv__low_voltage.snbt index 12d69cd73..e6a9f762a 100644 --- a/config/ftbquests/quests/chapters/lv__low_voltage.snbt +++ b/config/ftbquests/quests/chapters/lv__low_voltage.snbt @@ -674,6 +674,7 @@ "ftbfiltersystem:filter": "or(nbt(fuzzy:{fluid:{FluidName:\"gtceu:rubber\"}})nbt(fuzzy:{Fluid:{FluidName:\"gtceu:rubber\"}})item(gtceu:rubber_bucket))" } } + title: "{quests.low_voltage.lv_chemical_reactor.task}" type: "item" } ] diff --git a/config/ftbquests/quests/chapters/questsmetallurgy.snbt b/config/ftbquests/quests/chapters/questsmetallurgy.snbt index af71cddaf..9d65ba8ec 100644 --- a/config/ftbquests/quests/chapters/questsmetallurgy.snbt +++ b/config/ftbquests/quests/chapters/questsmetallurgy.snbt @@ -308,6 +308,7 @@ } id: "tfc:kaolin_clay" } + match_nbt: false type: "item" weak_nbt_match: true }] @@ -630,11 +631,9 @@ id: "5792DDAA82895E67" subtitle: "{quests.metal_age.red_blu.subtitle}" tasks: [{ - dimension: "minecraft:overworld" - icon: "gtceu:overworld_marker" - id: "720D64916D1E3892" - title: "{quests.stone_age.temperature.task}" - type: "dimension" + id: "63890641DCD6659F" + title: "{quests.tasktype.checkmark}" + type: "checkmark" }] title: "{quests.metal_age.red_blu.title}" x: 24.0d @@ -661,6 +660,7 @@ "5088768AAA28FCBA" "6D04BAC5B215F90F" ] + dependency_requirement: "one_completed" description: ["{quests.metal_age.redblu_anvil.desc}"] id: "56CA2EB7812529C5" shape: "octagon" @@ -967,7 +967,9 @@ } id: "tfc:metal/ingot/weak_red_steel" } + match_nbt: false type: "item" + weak_nbt_match: true } { id: "2A068958F7451FFB" @@ -981,7 +983,9 @@ } id: "tfc:metal/ingot/black_steel" } + match_nbt: false type: "item" + weak_nbt_match: true } ] title: "{quests.metal_age.highcarb_red_steel.title}" @@ -1158,7 +1162,9 @@ } id: "tfc:metal/ingot/weak_blue_steel" } + match_nbt: false type: "item" + weak_nbt_match: true } { id: "2755C292E4E19530" @@ -1172,7 +1178,9 @@ } id: "tfc:metal/ingot/black_steel" } + match_nbt: false type: "item" + weak_nbt_match: true } ] title: "{quests.metal_age.highcarb_blu_steel.title}" diff --git a/config/ftbquests/quests/chapters/questssteam_age.snbt b/config/ftbquests/quests/chapters/questssteam_age.snbt index 0d57e51d7..7b2886226 100644 --- a/config/ftbquests/quests/chapters/questssteam_age.snbt +++ b/config/ftbquests/quests/chapters/questssteam_age.snbt @@ -409,8 +409,8 @@ type: "item" }] title: "{quests.steam_age.crushing_wheel.title}" - x: -19.5d - y: 18.0d + x: -21.5d + y: 10.5d } { dependencies: ["7DB7AB5349218605"] @@ -436,13 +436,13 @@ ] title: "{quests.steam_age.treated_planks.title}" x: -19.5d - y: 12.0d + y: 10.5d } { dependencies: [ - "246D2C5989E3E907" "233B414B4F189140" "781C6AD30194CB45" + "3E175E20C91F168B" ] description: ["{quests.steam_age.electron_tube.desc}"] id: "033E74BC588E7EAD" @@ -564,8 +564,8 @@ type: "item" }] title: "{quests.steam_age.mech_crafter.title}" - x: -19.5d - y: 17.0d + x: -20.5d + y: 12.0d } { dependencies: ["46FA9DD4755A5548"] @@ -828,9 +828,9 @@ } { dependencies: [ - "033E74BC588E7EAD" "5917B0D4708BF534" "6100B3C732E379AA" + "246D2C5989E3E907" ] description: ["{quests.steam_age.centrifuge.desc}"] id: "19A1D52A7F550478" @@ -842,8 +842,8 @@ type: "item" }] title: "{quests.steam_age.centrifuge.title}" - x: -18.0d - y: 17.0d + x: -20.5d + y: 10.5d } { dependencies: [ @@ -1593,7 +1593,7 @@ type: "checkmark" }] title: "{quests.steam_age.packager.title}" - x: -22.0d + x: -19.5d y: 17.0d } { diff --git a/config/ftbquests/quests/chapters/queststfc_tips.snbt b/config/ftbquests/quests/chapters/queststfc_tips.snbt index d4dc05675..843a2eb36 100644 --- a/config/ftbquests/quests/chapters/queststfc_tips.snbt +++ b/config/ftbquests/quests/chapters/queststfc_tips.snbt @@ -480,8 +480,29 @@ type: "item" } { + icon: { + Count: 1 + ForgeCaps: { + "tfc:item_heat": { + heat: 0.0f + ticks: 0L + } + } + id: "tfchotornot:tongs/wood" + tag: { + Damage: 0 + } + } id: "45EFF5E3C4FB5D77" - item: "firmalife:peel" + item: { + Count: 1 + id: "ftbfiltersystem:smart_filter" + tag: { + "ftbfiltersystem:filter": "ftbfiltersystem:item_tag(tfchotornot:insulating)" + } + } + optional_task: true + title: "Any #tfchotornot:insulating" type: "item" } ] @@ -1975,7 +1996,7 @@ Count: 1 id: "ftbfiltersystem:smart_filter" tag: { - "ftbfiltersystem:filter": "or(item(tfclunchbox:lunchbox)item(tfclunchbox:cooling_lunchbox))" + "ftbfiltersystem:filter": "or(item(tfclunchbox:lunchbox)item(tfclunchbox:cooling_lunchbox)item(tfclunchbox:electric_lunchbox))" } } title: "{quests.tfg_tips.lunchbox.task.1}" diff --git a/config/ftbquests/quests/chapters/space_survival.snbt b/config/ftbquests/quests/chapters/space_survival.snbt index 28c948ed4..de0339f43 100644 --- a/config/ftbquests/quests/chapters/space_survival.snbt +++ b/config/ftbquests/quests/chapters/space_survival.snbt @@ -153,27 +153,6 @@ } ] quests: [ - { - dependencies: ["5826EC76931359B8"] - description: ["{quests.space_survival.bedrock_mining.desc}"] - icon: "gtceu:mv_bedrock_ore_miner" - id: "3C92063DE5B9D5E9" - subtitle: "{quests.space_survival.bedrock_mining.subtitle}" - tasks: [{ - id: "7768441FAA017BB1" - item: { - Count: 1 - id: "ftbfiltersystem:smart_filter" - tag: { - "ftbfiltersystem:filter": "or(item(gtceu:mv_bedrock_ore_miner)item(gtceu:hv_bedrock_ore_miner)item(gtceu:ev_bedrock_ore_miner))" - } - } - type: "item" - }] - title: "{quests.space_survival.bedrock_mining.title}" - x: -1.0d - y: 1.0d - } { dependencies: ["16B735F9C391D260"] description: ["{quests.space_survival.preparations.desc}"] @@ -456,10 +435,7 @@ y: -4.5d } { - dependencies: [ - "5826EC76931359B8" - "3C92063DE5B9D5E9" - ] + dependencies: ["5826EC76931359B8"] description: [ "{quests.space_survival.railgun.desc.1}" "{@pagebreak}" diff --git a/config/toolbelt-common.toml b/config/toolbelt-common.toml index 7f42d7886..5febf8a57 100644 --- a/config/toolbelt-common.toml +++ b/config/toolbelt-common.toml @@ -1,13 +1,13 @@ [general] #If set to FALSE, support for sewing recipes will not be enabled regardless of the mod's presence. - enableSewingKitSupport = true + enableSewingKitSupport = false #If AUTO, the crafting and upgrade recipes will use the Sewing mechanics if the Sewing Kit mod is present. Off disables anvil upgrading regardless. #Allowed Values: OFF, AUTO, ON anvilUpgrading = "AUTO" #If AUTO, the belt and pouch crafting recipes will be disabled if the Sewing Kit mod is present, sewing recipes will be used instead. #Allowed Values: OFF, AUTO, ON - enableGridCraftingRecipes = "AUTO" + enableGridCraftingRecipes = "ON" #If AUTO, the belt slot will be disabled if Curios is present. If OFF, the belt slot will be disabled permanently. #Allowed Values: OFF, AUTO, ON customBeltSlotMode = "ON" diff --git a/config/xenon++.toml b/config/xenon++.toml new file mode 100644 index 000000000..5e3011163 --- /dev/null +++ b/config/xenon++.toml @@ -0,0 +1,131 @@ + +[xenonextras] + + [xenonextras.general] + #Set Fullscreen mode + #Borderless let you change between screens more faster and move your mouse across monitors + #Allowed Values: WINDOWED, BORDERLESS, FULLSCREEN + fullscreen = "WINDOWED" + #Configure FPS Display mode + #Complete mode gives you min FPS count and average count + #Allowed Values: OFF, SIMPLE, ADVANCED, FRAMETIME + fpsDisplay = "ADVANCED" + #Configure FPS Display gravity + #Places counter on specified corner of your screen + #Allowed Values: LEFT, CENTER, RIGHT + fpsDisplayGravity = "LEFT" + #Shows GPU and memory usage onto FPS display + #Allowed Values: OFF, ON, RAM + fpsDisplaySystem = "OFF" + #Configure FPS Display margin + #Give some space between corner and text + #Range: 0 ~ 48 + fpsDisplayMargin = 12 + #Toggle FPS Display shadow + #In case sometimes you can't see the text + fpsDisplayShadow = false + + [xenonextras.quality] + #Toggle fog feature + #Fog was a vanilla feature, toggling off may increases performance + fog = true + #Raise clouds + #Modify clouds height perfect for a adaptative world experience + #Range: 0 ~ 512 + cloudsHeight = 192 + #Chunks fade in speed + #This option doesn't affect performance, just changes speed + #Allowed Values: OFF, FAST, SLOW + chunkFadeSpeed = "SLOW" + + [xenonextras.quality.darkness] + #Configure Darkness Mode + #Each config changes what is considered 'true darkness' + #Allowed Values: TOTAL_DARKNESS, PITCH_BLACK, DARK, DIM, OFF + mode = "OFF" + #Toggle Darkness on Overworld dimension + enableOnOverworld = true + #Toggle Darkness on Nether dimension + enableOnNether = false + #Configure fog brightness on nether when darkness is enabled + #Range: 0.0 ~ 1.0 + netherFogBright = 0.5 + #Toggle Darkness on End dimension + enableOnEnd = false + #Configure fog brightness on nether when darkness is enabled + #Range: 0.0 ~ 1.0 + endFogBright = 0.5 + #Toggle Darkness default mode for modded dimensions + valueByDefault = false + #List of all dimensions to use True Darkness + #This option overrides 'valueByDefault' state + dimensionWhitelist = [] + #Toggle darkness when dimension has no SkyLight + enableOnNoSkyLight = false + #Disables all bright sources of darkness like moon or fog + #Only affects darkness effect + enableBlockLightOnly = false + #Toggles if moon phases affects darkness in the overworld + affectedByMoonPhase = true + #Configure max moon brightness level with darkness + #Range: 0.0 ~ 1.0 + fullMoonBright = 0.25 + #Configure min moon brightness level with darkness + #Range: 0.0 ~ 1.0 + newMoonBright = 0.0 + + [xenonextras.performance] + #Toggles JREI item rendering until searching + #Increases performance a little bit and cleans your screen when you don't want to use it + hideJREI = false + #Toggles Minecraft Fonts shadows + #Depending of the case may increase performance + #Gives a flat style text + fontShadows = true + + [xenonextras.performance.distanceCulling] + + [xenonextras.performance.distanceCulling.tileEntities] + #Toggles distance culling for Block Entities + #Maybe you use another mod for that :( + enable = true + #Configure horizontal max distance before cull Block entities + #Value is squared, default was 64^2 (or 64x64) + #Range: > 0 + cullingMaxDistanceX = 4096 + #Configure vertical max distance before cull Block entities + #Value is raw + #Range: 0 ~ 512 + cullingMaxDistanceY = 32 + #List of all Block Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:chest" - Ignores chests only + #Example 2: "ae2:*" - ignores all Block entities from Applied Energetics 2 + whitelist = ["waterframes:*"] + + [xenonextras.performance.distanceCulling.entities] + #Toggles distance culling for entities + enable = true + #Configure horizontal max distance before cull entities + #Value is squared, default was 64^2 (or 64x64) + #Range: > 0 + cullingMaxDistanceX = 4096 + #Configure vertical max distance before cull entities + #Value is raw + #Range: 0 ~ 512 + cullingMaxDistanceY = 32 + #Configure modifier applied to hostile entities + #Value is raw, 50% - 200% + #Range: 25 ~ 200 + hostileEntityModifier = 100 + #List of all Entities to be ignored by distance culling + #Uses ResourceLocation to identify it + #Example 1: "minecraft:bat" - Ignores bats only + #Example 2: "alexsmobs:*" - ignores all entities for alexmobs mod + whitelist = ["minecraft:ghast", "minecraft:ender_dragon", "iceandfire:*", "create:*"] + + [xenonextras.others] + #Configure if borderless fullscreen option should be attached to F11 or replace vanilla fullscreen + #Allowed Values: ATTACH, REPLACE, OFF + borderlessAttachModeOnF11 = "ATTACH" + diff --git a/config/xenon-mixins.properties b/config/xenon-mixins.properties new file mode 100644 index 000000000..923d9581a --- /dev/null +++ b/config/xenon-mixins.properties @@ -0,0 +1,6 @@ +# This is the configuration file for Xenon. +# +# You can find information on editing this file and all the available options here: +# https://github.com/jellysquid3/sodium-fabric/wiki/Configuration-File +# +# By default, this file will be empty except for this notice. diff --git a/config/xenon-options.json b/config/xenon-options.json new file mode 100644 index 000000000..2a49be477 --- /dev/null +++ b/config/xenon-options.json @@ -0,0 +1,31 @@ +{ + "quality": { + "weather_quality": "DEFAULT", + "leaves_quality": "DEFAULT", + "enable_vignette": true, + "use_quad_normals_for_shading": false + }, + "advanced": { + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, + "disable_incompatible_mod_warnings": false, + "cpu_render_ahead_limit": 3 + }, + "performance": { + "chunk_builder_threads": 0, + "always_defer_chunk_updates_v2": true, + "animate_only_visible_textures": true, + "use_entity_culling": true, + "leaf_culling_quality": "SOLID_AGGRESSIVE", + "use_fog_occlusion": true, + "use_block_face_culling": true, + "use_compact_vertex_format": true, + "use_translucent_face_sorting_v2": true, + "use_no_error_g_l_context": true + }, + "notifications": { + "force_disable_donation_prompts": false, + "has_cleared_donation_button": false, + "has_seen_donation_prompt": false + } +} \ No newline at end of file diff --git a/defaultconfigs/constructionwand-server.toml b/defaultconfigs/constructionwand-server.toml index 220eb0a35..cec3045fc 100644 --- a/defaultconfigs/constructionwand-server.toml +++ b/defaultconfigs/constructionwand-server.toml @@ -8,7 +8,7 @@ [stone_wand] #Wand durability #Range: > 1 - durability = 131 + durability = 791 #Wand block limit #Range: > 1 limit = 9 @@ -24,7 +24,7 @@ [iron_wand] #Wand durability #Range: > 1 - durability = 250 + durability = 2303 #Wand block limit #Range: > 1 limit = 27 @@ -40,7 +40,7 @@ [diamond_wand] #Wand durability #Range: > 1 - durability = 1561 + durability = 12286 #Wand block limit #Range: > 1 limit = 128 diff --git a/defaultconfigs/firmalife-server.toml b/defaultconfigs/firmalife-server.toml index 744699e5e..b7a2384be 100644 --- a/defaultconfigs/firmalife-server.toml +++ b/defaultconfigs/firmalife-server.toml @@ -1,123 +1,123 @@ - -[general] - #If false, sprinklers will not accept Firmalife pipes and will instead require something that exposes a fluid capability, eg. a barrel. - usePipesForSprinklers = false - #Days in a cellar to make cheese Aged. - #Range: > 1 - cheeseAgedDays = 28 - #Days in a cellar to make cheese Vintage. - #Range: > 1 - cheeseVintageDays = 112 - #Ticks to dry something on a drying mat (24000 ticks = 1 day) - #Range: > 1 - dryingTicks = 12000 - #Ticks to dry something on a solar drier (24000 ticks = 1 day) - #Range: > 1 - solarDryingTicks = 1000 - #Ticks to smoke something on a string (24000 ticks = 1 day) - #Range: > 1 - smokingTicks = 8000 - #Number of blocks below the firepit that wool string will search for valid smoking firepits. - #Range: > 1 - smokingFirepitRange = 6 - #Ticks for a composter tumbler to finish (24000 ticks = 1 day) - #Range: > 1 - compostTumblerTicks = 96000 - #Ticks for an oven to cure (24000 ticks = 1 day) - #Range: > 1 - ovenCureTicks = 2000 - #Minimum temperature for an oven to start the curing process (24000 ticks = 1 day) - #Range: > 1 - ovenCureTemperature = 600 - #If true, ovens will hurt the player if they touch it without a peel in hand. - ovenRequirePeel = false - #The chance for fuel burning in an oven to drop an ash block into an ashtray. - #Range: 0.0 ~ 1.0 - ovenAshChance = 0.5 - #If true, players can throw seed balls. - enableSeedBalls = true - #If true, bees can swarm and hurt the player if provoked. - enableBeeSwarm = true - #The capacity in mB of the wine glass. Default 250 - #Range: > 1 - hollowShellCapacity = 250 - #The average temperature below which stronger decay modifiers apply to cellar blocks. - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - cellarLevel2Temperature = 0.0 - #The average temperature below which even stronger decay modifiers apply to cellar blocks. - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - cellarLevel3Temperature = -12.0 - #The average amount of days for a crop in a greenhouse to grow. For normal crops, this is 24 days. - #Range: 4.9E-324 ~ 1.7976931348623157E308 - greenhouseGrowthDays = 20.0 - #The average amount of days for a crop in a greenhouse to consume all its water. - #Range: 0.0 ~ 1.7976931348623157E308 - greenhouseWaterDays = 12.0 - #The average amount of days for a crop to consume all of a nutrient. You should probably not configure this value unless you know what it does in the code. For regular crops this value is 12. - #Range: 0.0 ~ 1.7976931348623157E308 - greenhouseNutrientDays = 8.0 - #The max bounded distance from the climate station a greenhouse wall can be. Higher numbers = more lag. - #Range: 1 ~ 128 - greenhouseRadius = 15 - #The max bounded distance from the climate station a cellar wall can be. Higher numbers = more lag. - #Range: 1 ~ 128 - cellarRadius = 15 - #If true, the tumbler and the pumping station work magically with a redstone signal and no power required. - mechanicalPowerCheatMode = true - -[foodTraits] - #The modifier for the 'Dried' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitDriedModifier = 0.5 - #The modifier for the 'Fresh' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitFreshModifier = 1.100000023841858 - #The modifier for the 'Aged' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitAgedModifier = 0.8999999761581421 - #The modifier for the 'Vintage' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitVintageModifier = 0.6000000238418579 - #The modifier for the 'Oven_baked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitOven_bakedModifier = 0.8999999761581421 - #The modifier for the 'Smoked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitSmokedModifier = 0.699999988079071 - #The modifier for the 'Rancid_smoked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitRancid_smokedModifier = 2.0 - #The modifier for the 'Shelved' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitShelvedModifier = 0.4000000059604645 - #The modifier for the 'Shelved_2' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitShelved_2Modifier = 0.3499999940395355 - #The modifier for the 'Shelved_3' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitShelved_3Modifier = 0.25 - #The modifier for the 'Hung' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitHungModifier = 0.3499999940395355 - #The modifier for the 'Hung_2' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitHung_2Modifier = 0.30000001192092896 - #The modifier for the 'Hung_3' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitHung_3Modifier = 0.25 - #The modifier for the 'Fermented' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitFermentedModifier = 0.25 - #The modifier for the 'Bee_pollinated' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitBee_pollinatedModifier = 0.800000011920929 - #The modifier for the 'Dirt_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitDirt_grownModifier = 0.8999999761581421 - #The modifier for the 'Gravel_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitGravel_grownModifier = 0.800000011920929 - #The modifier for the 'Slope_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. - #Range: 0.0 ~ 1.7976931348623157E308 - traitSlope_grownModifier = 0.800000011920929 - + +[general] + #If false, sprinklers will not accept Firmalife pipes and will instead require something that exposes a fluid capability, eg. a barrel. + usePipesForSprinklers = false + #Days in a cellar to make cheese Aged. + #Range: > 1 + cheeseAgedDays = 28 + #Days in a cellar to make cheese Vintage. + #Range: > 1 + cheeseVintageDays = 112 + #Ticks to dry something on a drying mat (24000 ticks = 1 day) + #Range: > 1 + dryingTicks = 12000 + #Ticks to dry something on a solar drier (24000 ticks = 1 day) + #Range: > 1 + solarDryingTicks = 1000 + #Ticks to smoke something on a string (24000 ticks = 1 day) + #Range: > 1 + smokingTicks = 8000 + #Number of blocks below the firepit that wool string will search for valid smoking firepits. + #Range: > 1 + smokingFirepitRange = 6 + #Ticks for a composter tumbler to finish (24000 ticks = 1 day) + #Range: > 1 + compostTumblerTicks = 96000 + #Ticks for an oven to cure (24000 ticks = 1 day) + #Range: > 1 + ovenCureTicks = 2000 + #Minimum temperature for an oven to start the curing process (24000 ticks = 1 day) + #Range: > 1 + ovenCureTemperature = 600 + #If true, ovens will hurt the player if they touch it without a peel in hand. + ovenRequirePeel = false + #The chance for fuel burning in an oven to drop an ash block into an ashtray. + #Range: 0.0 ~ 1.0 + ovenAshChance = 0.5 + #If true, players can throw seed balls. + enableSeedBalls = true + #If true, bees can swarm and hurt the player if provoked. + enableBeeSwarm = true + #The capacity in mB of the wine glass. Default 250 + #Range: > 1 + hollowShellCapacity = 250 + #The average temperature below which stronger decay modifiers apply to cellar blocks. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + cellarLevel2Temperature = 0.0 + #The average temperature below which even stronger decay modifiers apply to cellar blocks. + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + cellarLevel3Temperature = -12.0 + #The average amount of days for a crop in a greenhouse to grow. For normal crops, this is 24 days. + #Range: 4.9E-324 ~ 1.7976931348623157E308 + greenhouseGrowthDays = 20.0 + #The average amount of days for a crop in a greenhouse to consume all its water. + #Range: 0.0 ~ 1.7976931348623157E308 + greenhouseWaterDays = 12.0 + #The average amount of days for a crop to consume all of a nutrient. You should probably not configure this value unless you know what it does in the code. For regular crops this value is 12. + #Range: 0.0 ~ 1.7976931348623157E308 + greenhouseNutrientDays = 8.0 + #The max bounded distance from the climate station a greenhouse wall can be. Higher numbers = more lag. + #Range: 1 ~ 128 + greenhouseRadius = 15 + #The max bounded distance from the climate station a cellar wall can be. Higher numbers = more lag. + #Range: 1 ~ 128 + cellarRadius = 15 + #If true, the tumbler and the pumping station work magically with a redstone signal and no power required. + mechanicalPowerCheatMode = true + +[foodTraits] + #The modifier for the 'Dried' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitDriedModifier = 0.5 + #The modifier for the 'Fresh' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitFreshModifier = 1.100000023841858 + #The modifier for the 'Aged' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitAgedModifier = 0.8999999761581421 + #The modifier for the 'Vintage' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitVintageModifier = 0.6000000238418579 + #The modifier for the 'Oven_baked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitOven_bakedModifier = 0.8999999761581421 + #The modifier for the 'Smoked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitSmokedModifier = 0.699999988079071 + #The modifier for the 'Rancid_smoked' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitRancid_smokedModifier = 2.0 + #The modifier for the 'Shelved' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitShelvedModifier = 0.4000000059604645 + #The modifier for the 'Shelved_2' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitShelved_2Modifier = 0.3499999940395355 + #The modifier for the 'Shelved_3' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitShelved_3Modifier = 0.25 + #The modifier for the 'Hung' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitHungModifier = 0.3499999940395355 + #The modifier for the 'Hung_2' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitHung_2Modifier = 0.30000001192092896 + #The modifier for the 'Hung_3' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitHung_3Modifier = 0.25 + #The modifier for the 'Fermented' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitFermentedModifier = 0.25 + #The modifier for the 'Bee_pollinated' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitBee_pollinatedModifier = 0.800000011920929 + #The modifier for the 'Dirt_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitDirt_grownModifier = 0.8999999761581421 + #The modifier for the 'Gravel_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitGravel_grownModifier = 0.800000011920929 + #The modifier for the 'Slope_grown' food trait. Values less than 1 extend food lifetime, values greater than one decrease it. A value of zero stops decay. + #Range: 0.0 ~ 1.7976931348623157E308 + traitSlope_grownModifier = 0.800000011920929 + diff --git a/defaultconfigs/ftbessentials-server.snbt b/defaultconfigs/ftbessentials-server.snbt index c3f5803c5..9faf16ec7 100644 --- a/defaultconfigs/ftbessentials-server.snbt +++ b/defaultconfigs/ftbessentials-server.snbt @@ -49,7 +49,7 @@ # Allows users to access their ender chest, as well as admins to manage other players' ender chests. enderchest: { # Default: true - enabled: true + enabled: false } # Allows users to set a custom hat as their head item by using a command diff --git a/defaultconfigs/ftbessentials.snbt b/defaultconfigs/ftbessentials.snbt index 888367213..570c0568e 100644 --- a/defaultconfigs/ftbessentials.snbt +++ b/defaultconfigs/ftbessentials.snbt @@ -40,7 +40,7 @@ # Allows users to access their ender chest, as well as admins to manage other players' ender chests. enderchest: { # Default: true - enabled: true + enabled: false } # Allows users to set a custom hat as their head item by using a command diff --git a/defaultconfigs/ftbqoptimizer.snbt b/defaultconfigs/ftbqoptimizer.snbt deleted file mode 100644 index b5327ff6a..000000000 --- a/defaultconfigs/ftbqoptimizer.snbt +++ /dev/null @@ -1,3 +0,0 @@ -# Default config file that will be copied to instance's config/ftbqoptimizer.snbt location - -{ } diff --git a/defaultconfigs/greate-server.toml b/defaultconfigs/greate-server.toml index 39338548d..afef19eff 100644 --- a/defaultconfigs/greate-server.toml +++ b/defaultconfigs/greate-server.toml @@ -1,425 +1,425 @@ -#. -#Multiplier used for calculating how many ticks should initially be removed in fan processing recipes, based on how fast the fan is spinning. -#Range: 0.0 ~ 3.4028234663852886E38 -fanSpeedMultiplier = 0.75 - -#. -#Parameters and abilities of Greate's kinetic mechanisms -[kinetics] - - #. - #. - #Fine tune settings related to belts - [kinetics.belts] - - #. - #. - #Rubber Belt Settings - [kinetics.belts.rubber] - #. - #Maximum length in blocks of rubber mechanical belts - #Range: > 5 - rubberMaxBeltLength = 20 - - #. - #Silicone Rubber Belt Settings - [kinetics.belts.silicone] - #. - #Maximum length in blocks of silicone mechanical belts - #Range: > 5 - siliconeMaxBeltLength = 25 - - #. - #Polyethylene Belt Settings - [kinetics.belts.polyethylene] - #. - #Maximum length in blocks of polyethylene mechanical belts - #Range: > 5 - polyethyleneMaxBeltLength = 30 - - #. - #Polytetrafluoroethylene Belt Settings - [kinetics.belts.polytetrafluoroethylene] - #. - #Maximum length in blocks of polytetrafluoroethylene mechanical belts - #Range: > 5 - polytetrafluoroethyleneMaxBeltLength = 35 - - #. - #Polybenzimidazole Belt Settings - [kinetics.belts.polybenzimidazole] - #. - #Maximum length in blocks of polybenzimidazole mechanical belts - #Range: > 5 - polybenzimidazoleMaxBeltLength = 40 - - [kinetics.stressValues] - - #. - #Fine tune the kinetic stats of individual components - [kinetics.stressValues.v2] - - #. - #.[in Stress Units]Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives - [kinetics.stressValues.v2.impact] - - [kinetics.stressValues.v2.impact.andesite_alloy] - rubber_belt_andesite_alloy = 0.0 - andesite_alloy_shaft = 0.0 - andesite_encased_andesite_alloy_shaft = 0.0 - brass_encased_andesite_alloy_shaft = 0.0 - andesite_alloy_cogwheel = 0.0 - large_andesite_alloy_cogwheel = 0.0 - andesite_encased_andesite_alloy_cogwheel = 0.0 - andesite_encased_large_andesite_alloy_cogwheel = 0.0 - brass_encased_andesite_alloy_cogwheel = 0.0 - brass_encased_large_andesite_alloy_cogwheel = 0.0 - andesite_alloy_crushing_wheel = 0.5 - andesite_alloy_encased_fan = 0.5 - andesite_alloy_gearbox = 0.0 - andesite_alloy_mechanical_press = 0.5 - andesite_alloy_mechanical_mixer = 0.5 - andesite_alloy_millstone = 0.5 - andesite_alloy_mechanical_saw = 0.5 - andesite_alloy_mechanical_pump = 0.5 - - [kinetics.stressValues.v2.impact.steel] - rubber_belt_steel = 0.0 - steel_shaft = 0.0 - andesite_encased_steel_shaft = 0.0 - brass_encased_steel_shaft = 0.0 - steel_cogwheel = 0.0 - large_steel_cogwheel = 0.0 - andesite_encased_steel_cogwheel = 0.0 - andesite_encased_large_steel_cogwheel = 0.0 - brass_encased_steel_cogwheel = 0.0 - brass_encased_large_steel_cogwheel = 0.0 - steel_crushing_wheel = 1.0 - steel_encased_fan = 1.0 - steel_gearbox = 0.0 - steel_mechanical_press = 1.0 - steel_mechanical_mixer = 1.0 - steel_millstone = 1.0 - steel_mechanical_saw = 1.0 - steel_mechanical_pump = 1.0 - tungsten_steel_gearbox = 0.0 - tungsten_steel_crushing_wheel = 3.0 - brass_encased_tungsten_steel_shaft = 0.0 - silicone_rubber_belt_stainless_steel = 0.0 - andesite_encased_large_tungsten_steel_cogwheel = 0.0 - andesite_encased_tungsten_steel_cogwheel = 0.0 - stainless_steel_mechanical_saw = 4.0 - stainless_steel_cogwheel = 0.0 - andesite_encased_stainless_steel_shaft = 0.0 - tungsten_steel_encased_fan = 3.0 - andesite_encased_large_stainless_steel_cogwheel = 0.0 - large_tungsten_steel_cogwheel = 0.0 - stainless_steel_shaft = 0.0 - tungsten_steel_cogwheel = 0.0 - stainless_steel_mechanical_press = 4.0 - large_stainless_steel_cogwheel = 0.0 - brass_encased_large_tungsten_steel_cogwheel = 0.0 - stainless_steel_mechanical_pump = 2.0 - brass_encased_large_stainless_steel_cogwheel = 0.0 - stainless_steel_encased_fan = 2.0 - stainless_steel_millstone = 2.0 - stainless_steel_gearbox = 0.0 - tungsten_steel_millstone = 3.0 - brass_encased_stainless_steel_shaft = 0.0 - tungsten_steel_mechanical_press = 6.0 - polyethylene_belt_tungsten_steel = 0.0 - tungsten_steel_shaft = 0.0 - stainless_steel_mechanical_mixer = 2.0 - andesite_encased_stainless_steel_cogwheel = 0.0 - andesite_encased_tungsten_steel_shaft = 0.0 - tungsten_steel_mechanical_saw = 6.0 - brass_encased_tungsten_steel_cogwheel = 0.0 - brass_encased_stainless_steel_cogwheel = 0.0 - stainless_steel_crushing_wheel = 2.0 - tungsten_steel_mechanical_mixer = 3.0 - tungsten_steel_mechanical_pump = 3.0 - - [kinetics.stressValues.v2.impact.aluminium] - silicone_rubber_belt_aluminium = 0.0 - aluminium_shaft = 0.0 - andesite_encased_aluminium_shaft = 0.0 - brass_encased_aluminium_shaft = 0.0 - aluminium_cogwheel = 0.0 - large_aluminium_cogwheel = 0.0 - andesite_encased_aluminium_cogwheel = 0.0 - andesite_encased_large_aluminium_cogwheel = 0.0 - brass_encased_aluminium_cogwheel = 0.0 - brass_encased_large_aluminium_cogwheel = 0.0 - aluminium_crushing_wheel = 1.5 - aluminium_encased_fan = 1.5 - aluminium_gearbox = 0.0 - aluminium_mechanical_press = 1.5 - aluminium_mechanical_mixer = 1.5 - aluminium_millstone = 1.5 - aluminium_mechanical_saw = 1.5 - aluminium_mechanical_pump = 1.5 - - [kinetics.stressValues.v2.impact.stainless_steel] - silicone_rubber_belt_stainless_steel = 0.0 - stainless_steel_shaft = 0.0 - andesite_encased_stainless_steel_shaft = 0.0 - brass_encased_stainless_steel_shaft = 0.0 - stainless_steel_cogwheel = 0.0 - large_stainless_steel_cogwheel = 0.0 - andesite_encased_stainless_steel_cogwheel = 0.0 - andesite_encased_large_stainless_steel_cogwheel = 0.0 - brass_encased_stainless_steel_cogwheel = 0.0 - brass_encased_large_stainless_steel_cogwheel = 0.0 - stainless_steel_crushing_wheel = 2.0 - stainless_steel_encased_fan = 2.0 - stainless_steel_gearbox = 0.0 - stainless_steel_mechanical_press = 2.0 - stainless_steel_mechanical_mixer = 2.0 - stainless_steel_millstone = 2.0 - stainless_steel_mechanical_saw = 2.0 - stainless_steel_mechanical_pump = 2.0 - - [kinetics.stressValues.v2.impact.titanium] - polyethylene_belt_titanium = 0.0 - titanium_shaft = 0.0 - andesite_encased_titanium_shaft = 0.0 - brass_encased_titanium_shaft = 0.0 - titanium_cogwheel = 0.0 - large_titanium_cogwheel = 0.0 - andesite_encased_titanium_cogwheel = 0.0 - andesite_encased_large_titanium_cogwheel = 0.0 - brass_encased_titanium_cogwheel = 0.0 - brass_encased_large_titanium_cogwheel = 0.0 - titanium_crushing_wheel = 2.5 - titanium_encased_fan = 2.5 - titanium_gearbox = 0.0 - titanium_mechanical_press = 2.5 - titanium_mechanical_mixer = 2.5 - titanium_millstone = 2.5 - titanium_mechanical_saw = 2.5 - titanium_mechanical_pump = 2.5 - - [kinetics.stressValues.v2.impact.tungsten_steel] - polyethylene_belt_tungsten_steel = 0.0 - tungsten_steel_shaft = 0.0 - andesite_encased_tungsten_steel_shaft = 0.0 - brass_encased_tungsten_steel_shaft = 0.0 - tungsten_steel_cogwheel = 0.0 - large_tungsten_steel_cogwheel = 0.0 - andesite_encased_tungsten_steel_cogwheel = 0.0 - andesite_encased_large_tungsten_steel_cogwheel = 0.0 - brass_encased_tungsten_steel_cogwheel = 0.0 - brass_encased_large_tungsten_steel_cogwheel = 0.0 - tungsten_steel_crushing_wheel = 3.0 - tungsten_steel_encased_fan = 3.0 - tungsten_steel_gearbox = 0.0 - tungsten_steel_mechanical_press = 3.0 - tungsten_steel_mechanical_mixer = 3.0 - tungsten_steel_millstone = 3.0 - tungsten_steel_mechanical_saw = 3.0 - tungsten_steel_mechanical_pump = 3.0 - - [kinetics.stressValues.v2.impact.rhodium_plated_palladium] - polytetrafluoroethylene_belt_rhodium_plated_palladium = 0.0 - rhodium_plated_palladium_shaft = 0.0 - andesite_encased_rhodium_plated_palladium_shaft = 0.0 - brass_encased_rhodium_plated_palladium_shaft = 0.0 - rhodium_plated_palladium_cogwheel = 0.0 - large_rhodium_plated_palladium_cogwheel = 0.0 - andesite_encased_rhodium_plated_palladium_cogwheel = 0.0 - andesite_encased_large_rhodium_plated_palladium_cogwheel = 0.0 - brass_encased_rhodium_plated_palladium_cogwheel = 0.0 - brass_encased_large_rhodium_plated_palladium_cogwheel = 0.0 - rhodium_plated_palladium_crushing_wheel = 3.5 - rhodium_plated_palladium_encased_fan = 3.5 - rhodium_plated_palladium_gearbox = 0.0 - rhodium_plated_palladium_mechanical_press = 3.5 - rhodium_plated_palladium_mechanical_mixer = 3.5 - rhodium_plated_palladium_millstone = 3.5 - rhodium_plated_palladium_mechanical_saw = 3.5 - rhodium_plated_palladium_mechanical_pump = 3.5 - - [kinetics.stressValues.v2.impact.naquadah_alloy] - polytetrafluoroethylene_belt_naquadah_alloy = 0.0 - naquadah_alloy_shaft = 0.0 - andesite_encased_naquadah_alloy_shaft = 0.0 - brass_encased_naquadah_alloy_shaft = 0.0 - naquadah_alloy_cogwheel = 0.0 - large_naquadah_alloy_cogwheel = 0.0 - andesite_encased_naquadah_alloy_cogwheel = 0.0 - andesite_encased_large_naquadah_alloy_cogwheel = 0.0 - brass_encased_naquadah_alloy_cogwheel = 0.0 - brass_encased_large_naquadah_alloy_cogwheel = 0.0 - naquadah_alloy_crushing_wheel = 4.0 - naquadah_alloy_encased_fan = 4.0 - naquadah_alloy_gearbox = 0.0 - naquadah_alloy_mechanical_press = 4.0 - naquadah_alloy_mechanical_mixer = 4.0 - naquadah_alloy_millstone = 4.0 - naquadah_alloy_mechanical_saw = 4.0 - naquadah_alloy_mechanical_pump = 4.0 - - [kinetics.stressValues.v2.impact.darmstadtium] - polybenzimidazole_belt_darmstadtium = 0.0 - darmstadtium_shaft = 0.0 - andesite_encased_darmstadtium_shaft = 0.0 - brass_encased_darmstadtium_shaft = 0.0 - darmstadtium_cogwheel = 0.0 - large_darmstadtium_cogwheel = 0.0 - andesite_encased_darmstadtium_cogwheel = 0.0 - andesite_encased_large_darmstadtium_cogwheel = 0.0 - brass_encased_darmstadtium_cogwheel = 0.0 - brass_encased_large_darmstadtium_cogwheel = 0.0 - darmstadtium_crushing_wheel = 4.5 - darmstadtium_encased_fan = 4.5 - darmstadtium_gearbox = 0.0 - darmstadtium_mechanical_press = 4.5 - darmstadtium_mechanical_mixer = 4.5 - darmstadtium_millstone = 4.5 - darmstadtium_mechanical_saw = 4.5 - darmstadtium_mechanical_pump = 4.5 - - [kinetics.stressValues.v2.impact.neutronium] - polybenzimidazole_belt_neutronium = 0.0 - neutronium_shaft = 0.0 - andesite_encased_neutronium_shaft = 0.0 - brass_encased_neutronium_shaft = 0.0 - neutronium_cogwheel = 0.0 - large_neutronium_cogwheel = 0.0 - andesite_encased_neutronium_cogwheel = 0.0 - andesite_encased_large_neutronium_cogwheel = 0.0 - brass_encased_neutronium_cogwheel = 0.0 - brass_encased_large_neutronium_cogwheel = 0.0 - neutronium_crushing_wheel = 5.0 - neutronium_encased_fan = 5.6 - neutronium_gearbox = 0.0 - neutronium_mechanical_press = 5.0 - neutronium_mechanical_mixer = 5.0 - neutronium_millstone = 5.0 - neutronium_mechanical_saw = 5.0 - neutronium_mechanical_pump = 5.0 - - #. - #Fine tune settings related to tiers - [kinetics.stressValues.v2.maxCapacity] - - #. - #. - #Settings related to andesite tier machines - [kinetics.stressValues.v2.maxCapacity.andesite] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - andesiteMaxCapacity = 32 - - #. - #Settings related to steel tier machines - [kinetics.stressValues.v2.maxCapacity.steel] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - steelMaxCapacity = 128 - - #. - #Settings related to aluminium tier machines - [kinetics.stressValues.v2.maxCapacity.aluminium] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - aluminiumMaxCapacity = 512 - - #. - #Settings related to stainless steel tier machines - [kinetics.stressValues.v2.maxCapacity.stainlessSteel] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - stainlessSteelMaxCapacity = 2048 - - #. - #Settings related to titanium tier machines - [kinetics.stressValues.v2.maxCapacity.titanium] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - titaniumMaxCapacity = 8192 - - #. - #Settings related to tungstensteel tier machines - [kinetics.stressValues.v2.maxCapacity.tungstensteel] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - tungstensteelMaxCapacity = 32768 - - #. - #Settings related to palladium tier machines - [kinetics.stressValues.v2.maxCapacity.palladium] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - palladiumMaxCapacity = 131072 - - #. - #Settings related to naquadah tier machines - [kinetics.stressValues.v2.maxCapacity.naquadah] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - naquadahMaxCapacity = 524288 - - #. - #Settings related to darmstadtium tier machines - [kinetics.stressValues.v2.maxCapacity.darmstadtium] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - darmstadtiumMaxCapacity = 2097152 - - #. - #Settings related to neutronium tier machines - [kinetics.stressValues.v2.maxCapacity.neutronium] - #. - #Configure the max stress a kinetic block of this tier can support. - #Range: > -2147483648 - neutroniumMaxCapacity = 8388608 - - #. - #Fine tune settings related to pumps - [kinetics.pumps] - - #. - #. - #Configure the individual pressure of pumps. Note that pressure is multiplied by the speed of the pump - [kinetics.pumps.pressure] - #. - #Range: 0.0 ~ 3.4028234663852886E38 - andesitePressure = 8.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - steelPressure = 32.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - aluminiumPressure = 128.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - stainlessSteelPressure = 512.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - titaniumPressure = 2048.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - tungstensteelPressure = 8192.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - palladiumPressure = 16384.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - naquadahPressure = 32768.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - darmstadtiumPressure = 131072.0 - #. - #Range: 0.0 ~ 3.4028234663852886E38 - neutroniumPressure = 524288.0 - +#. +#Multiplier used for calculating how many ticks should initially be removed in fan processing recipes, based on how fast the fan is spinning. +#Range: 0.0 ~ 3.4028234663852886E38 +fanSpeedMultiplier = 0.75 + +#. +#Parameters and abilities of Greate's kinetic mechanisms +[kinetics] + + #. + #. + #Fine tune settings related to belts + [kinetics.belts] + + #. + #. + #Rubber Belt Settings + [kinetics.belts.rubber] + #. + #Maximum length in blocks of rubber mechanical belts + #Range: > 5 + rubberMaxBeltLength = 20 + + #. + #Silicone Rubber Belt Settings + [kinetics.belts.silicone] + #. + #Maximum length in blocks of silicone mechanical belts + #Range: > 5 + siliconeMaxBeltLength = 25 + + #. + #Polyethylene Belt Settings + [kinetics.belts.polyethylene] + #. + #Maximum length in blocks of polyethylene mechanical belts + #Range: > 5 + polyethyleneMaxBeltLength = 30 + + #. + #Polytetrafluoroethylene Belt Settings + [kinetics.belts.polytetrafluoroethylene] + #. + #Maximum length in blocks of polytetrafluoroethylene mechanical belts + #Range: > 5 + polytetrafluoroethyleneMaxBeltLength = 35 + + #. + #Polybenzimidazole Belt Settings + [kinetics.belts.polybenzimidazole] + #. + #Maximum length in blocks of polybenzimidazole mechanical belts + #Range: > 5 + polybenzimidazoleMaxBeltLength = 40 + + [kinetics.stressValues] + + #. + #Fine tune the kinetic stats of individual components + [kinetics.stressValues.v2] + + #. + #.[in Stress Units]Configure the individual stress impact of mechanical blocks. Note that this cost is doubled for every speed increase it receives + [kinetics.stressValues.v2.impact] + + [kinetics.stressValues.v2.impact.andesite_alloy] + rubber_belt_andesite_alloy = 0.0 + andesite_alloy_shaft = 0.0 + andesite_encased_andesite_alloy_shaft = 0.0 + brass_encased_andesite_alloy_shaft = 0.0 + andesite_alloy_cogwheel = 0.0 + large_andesite_alloy_cogwheel = 0.0 + andesite_encased_andesite_alloy_cogwheel = 0.0 + andesite_encased_large_andesite_alloy_cogwheel = 0.0 + brass_encased_andesite_alloy_cogwheel = 0.0 + brass_encased_large_andesite_alloy_cogwheel = 0.0 + andesite_alloy_crushing_wheel = 0.5 + andesite_alloy_encased_fan = 0.5 + andesite_alloy_gearbox = 0.0 + andesite_alloy_mechanical_press = 0.5 + andesite_alloy_mechanical_mixer = 0.5 + andesite_alloy_millstone = 0.5 + andesite_alloy_mechanical_saw = 0.5 + andesite_alloy_mechanical_pump = 0.5 + + [kinetics.stressValues.v2.impact.steel] + rubber_belt_steel = 0.0 + steel_shaft = 0.0 + andesite_encased_steel_shaft = 0.0 + brass_encased_steel_shaft = 0.0 + steel_cogwheel = 0.0 + large_steel_cogwheel = 0.0 + andesite_encased_steel_cogwheel = 0.0 + andesite_encased_large_steel_cogwheel = 0.0 + brass_encased_steel_cogwheel = 0.0 + brass_encased_large_steel_cogwheel = 0.0 + steel_crushing_wheel = 1.0 + steel_encased_fan = 1.0 + steel_gearbox = 0.0 + steel_mechanical_press = 1.0 + steel_mechanical_mixer = 1.0 + steel_millstone = 1.0 + steel_mechanical_saw = 1.0 + steel_mechanical_pump = 1.0 + tungsten_steel_gearbox = 0.0 + tungsten_steel_crushing_wheel = 3.0 + brass_encased_tungsten_steel_shaft = 0.0 + silicone_rubber_belt_stainless_steel = 0.0 + andesite_encased_large_tungsten_steel_cogwheel = 0.0 + andesite_encased_tungsten_steel_cogwheel = 0.0 + stainless_steel_mechanical_saw = 4.0 + stainless_steel_cogwheel = 0.0 + andesite_encased_stainless_steel_shaft = 0.0 + tungsten_steel_encased_fan = 3.0 + andesite_encased_large_stainless_steel_cogwheel = 0.0 + large_tungsten_steel_cogwheel = 0.0 + stainless_steel_shaft = 0.0 + tungsten_steel_cogwheel = 0.0 + stainless_steel_mechanical_press = 4.0 + large_stainless_steel_cogwheel = 0.0 + brass_encased_large_tungsten_steel_cogwheel = 0.0 + stainless_steel_mechanical_pump = 2.0 + brass_encased_large_stainless_steel_cogwheel = 0.0 + stainless_steel_encased_fan = 2.0 + stainless_steel_millstone = 2.0 + stainless_steel_gearbox = 0.0 + tungsten_steel_millstone = 3.0 + brass_encased_stainless_steel_shaft = 0.0 + tungsten_steel_mechanical_press = 6.0 + polyethylene_belt_tungsten_steel = 0.0 + tungsten_steel_shaft = 0.0 + stainless_steel_mechanical_mixer = 2.0 + andesite_encased_stainless_steel_cogwheel = 0.0 + andesite_encased_tungsten_steel_shaft = 0.0 + tungsten_steel_mechanical_saw = 6.0 + brass_encased_tungsten_steel_cogwheel = 0.0 + brass_encased_stainless_steel_cogwheel = 0.0 + stainless_steel_crushing_wheel = 2.0 + tungsten_steel_mechanical_mixer = 3.0 + tungsten_steel_mechanical_pump = 3.0 + + [kinetics.stressValues.v2.impact.aluminium] + silicone_rubber_belt_aluminium = 0.0 + aluminium_shaft = 0.0 + andesite_encased_aluminium_shaft = 0.0 + brass_encased_aluminium_shaft = 0.0 + aluminium_cogwheel = 0.0 + large_aluminium_cogwheel = 0.0 + andesite_encased_aluminium_cogwheel = 0.0 + andesite_encased_large_aluminium_cogwheel = 0.0 + brass_encased_aluminium_cogwheel = 0.0 + brass_encased_large_aluminium_cogwheel = 0.0 + aluminium_crushing_wheel = 1.5 + aluminium_encased_fan = 1.5 + aluminium_gearbox = 0.0 + aluminium_mechanical_press = 1.5 + aluminium_mechanical_mixer = 1.5 + aluminium_millstone = 1.5 + aluminium_mechanical_saw = 1.5 + aluminium_mechanical_pump = 1.5 + + [kinetics.stressValues.v2.impact.stainless_steel] + silicone_rubber_belt_stainless_steel = 0.0 + stainless_steel_shaft = 0.0 + andesite_encased_stainless_steel_shaft = 0.0 + brass_encased_stainless_steel_shaft = 0.0 + stainless_steel_cogwheel = 0.0 + large_stainless_steel_cogwheel = 0.0 + andesite_encased_stainless_steel_cogwheel = 0.0 + andesite_encased_large_stainless_steel_cogwheel = 0.0 + brass_encased_stainless_steel_cogwheel = 0.0 + brass_encased_large_stainless_steel_cogwheel = 0.0 + stainless_steel_crushing_wheel = 2.0 + stainless_steel_encased_fan = 2.0 + stainless_steel_gearbox = 0.0 + stainless_steel_mechanical_press = 2.0 + stainless_steel_mechanical_mixer = 2.0 + stainless_steel_millstone = 2.0 + stainless_steel_mechanical_saw = 2.0 + stainless_steel_mechanical_pump = 2.0 + + [kinetics.stressValues.v2.impact.titanium] + polyethylene_belt_titanium = 0.0 + titanium_shaft = 0.0 + andesite_encased_titanium_shaft = 0.0 + brass_encased_titanium_shaft = 0.0 + titanium_cogwheel = 0.0 + large_titanium_cogwheel = 0.0 + andesite_encased_titanium_cogwheel = 0.0 + andesite_encased_large_titanium_cogwheel = 0.0 + brass_encased_titanium_cogwheel = 0.0 + brass_encased_large_titanium_cogwheel = 0.0 + titanium_crushing_wheel = 2.5 + titanium_encased_fan = 2.5 + titanium_gearbox = 0.0 + titanium_mechanical_press = 2.5 + titanium_mechanical_mixer = 2.5 + titanium_millstone = 2.5 + titanium_mechanical_saw = 2.5 + titanium_mechanical_pump = 2.5 + + [kinetics.stressValues.v2.impact.tungsten_steel] + polyethylene_belt_tungsten_steel = 0.0 + tungsten_steel_shaft = 0.0 + andesite_encased_tungsten_steel_shaft = 0.0 + brass_encased_tungsten_steel_shaft = 0.0 + tungsten_steel_cogwheel = 0.0 + large_tungsten_steel_cogwheel = 0.0 + andesite_encased_tungsten_steel_cogwheel = 0.0 + andesite_encased_large_tungsten_steel_cogwheel = 0.0 + brass_encased_tungsten_steel_cogwheel = 0.0 + brass_encased_large_tungsten_steel_cogwheel = 0.0 + tungsten_steel_crushing_wheel = 3.0 + tungsten_steel_encased_fan = 3.0 + tungsten_steel_gearbox = 0.0 + tungsten_steel_mechanical_press = 3.0 + tungsten_steel_mechanical_mixer = 3.0 + tungsten_steel_millstone = 3.0 + tungsten_steel_mechanical_saw = 3.0 + tungsten_steel_mechanical_pump = 3.0 + + [kinetics.stressValues.v2.impact.rhodium_plated_palladium] + polytetrafluoroethylene_belt_rhodium_plated_palladium = 0.0 + rhodium_plated_palladium_shaft = 0.0 + andesite_encased_rhodium_plated_palladium_shaft = 0.0 + brass_encased_rhodium_plated_palladium_shaft = 0.0 + rhodium_plated_palladium_cogwheel = 0.0 + large_rhodium_plated_palladium_cogwheel = 0.0 + andesite_encased_rhodium_plated_palladium_cogwheel = 0.0 + andesite_encased_large_rhodium_plated_palladium_cogwheel = 0.0 + brass_encased_rhodium_plated_palladium_cogwheel = 0.0 + brass_encased_large_rhodium_plated_palladium_cogwheel = 0.0 + rhodium_plated_palladium_crushing_wheel = 3.5 + rhodium_plated_palladium_encased_fan = 3.5 + rhodium_plated_palladium_gearbox = 0.0 + rhodium_plated_palladium_mechanical_press = 3.5 + rhodium_plated_palladium_mechanical_mixer = 3.5 + rhodium_plated_palladium_millstone = 3.5 + rhodium_plated_palladium_mechanical_saw = 3.5 + rhodium_plated_palladium_mechanical_pump = 3.5 + + [kinetics.stressValues.v2.impact.naquadah_alloy] + polytetrafluoroethylene_belt_naquadah_alloy = 0.0 + naquadah_alloy_shaft = 0.0 + andesite_encased_naquadah_alloy_shaft = 0.0 + brass_encased_naquadah_alloy_shaft = 0.0 + naquadah_alloy_cogwheel = 0.0 + large_naquadah_alloy_cogwheel = 0.0 + andesite_encased_naquadah_alloy_cogwheel = 0.0 + andesite_encased_large_naquadah_alloy_cogwheel = 0.0 + brass_encased_naquadah_alloy_cogwheel = 0.0 + brass_encased_large_naquadah_alloy_cogwheel = 0.0 + naquadah_alloy_crushing_wheel = 4.0 + naquadah_alloy_encased_fan = 4.0 + naquadah_alloy_gearbox = 0.0 + naquadah_alloy_mechanical_press = 4.0 + naquadah_alloy_mechanical_mixer = 4.0 + naquadah_alloy_millstone = 4.0 + naquadah_alloy_mechanical_saw = 4.0 + naquadah_alloy_mechanical_pump = 4.0 + + [kinetics.stressValues.v2.impact.darmstadtium] + polybenzimidazole_belt_darmstadtium = 0.0 + darmstadtium_shaft = 0.0 + andesite_encased_darmstadtium_shaft = 0.0 + brass_encased_darmstadtium_shaft = 0.0 + darmstadtium_cogwheel = 0.0 + large_darmstadtium_cogwheel = 0.0 + andesite_encased_darmstadtium_cogwheel = 0.0 + andesite_encased_large_darmstadtium_cogwheel = 0.0 + brass_encased_darmstadtium_cogwheel = 0.0 + brass_encased_large_darmstadtium_cogwheel = 0.0 + darmstadtium_crushing_wheel = 4.5 + darmstadtium_encased_fan = 4.5 + darmstadtium_gearbox = 0.0 + darmstadtium_mechanical_press = 4.5 + darmstadtium_mechanical_mixer = 4.5 + darmstadtium_millstone = 4.5 + darmstadtium_mechanical_saw = 4.5 + darmstadtium_mechanical_pump = 4.5 + + [kinetics.stressValues.v2.impact.neutronium] + polybenzimidazole_belt_neutronium = 0.0 + neutronium_shaft = 0.0 + andesite_encased_neutronium_shaft = 0.0 + brass_encased_neutronium_shaft = 0.0 + neutronium_cogwheel = 0.0 + large_neutronium_cogwheel = 0.0 + andesite_encased_neutronium_cogwheel = 0.0 + andesite_encased_large_neutronium_cogwheel = 0.0 + brass_encased_neutronium_cogwheel = 0.0 + brass_encased_large_neutronium_cogwheel = 0.0 + neutronium_crushing_wheel = 5.0 + neutronium_encased_fan = 5.6 + neutronium_gearbox = 0.0 + neutronium_mechanical_press = 5.0 + neutronium_mechanical_mixer = 5.0 + neutronium_millstone = 5.0 + neutronium_mechanical_saw = 5.0 + neutronium_mechanical_pump = 5.0 + + #. + #Fine tune settings related to tiers + [kinetics.stressValues.v2.maxCapacity] + + #. + #. + #Settings related to andesite tier machines + [kinetics.stressValues.v2.maxCapacity.andesite] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + andesiteMaxCapacity = 32 + + #. + #Settings related to steel tier machines + [kinetics.stressValues.v2.maxCapacity.steel] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + steelMaxCapacity = 128 + + #. + #Settings related to aluminium tier machines + [kinetics.stressValues.v2.maxCapacity.aluminium] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + aluminiumMaxCapacity = 512 + + #. + #Settings related to stainless steel tier machines + [kinetics.stressValues.v2.maxCapacity.stainlessSteel] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + stainlessSteelMaxCapacity = 2048 + + #. + #Settings related to titanium tier machines + [kinetics.stressValues.v2.maxCapacity.titanium] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + titaniumMaxCapacity = 8192 + + #. + #Settings related to tungstensteel tier machines + [kinetics.stressValues.v2.maxCapacity.tungstensteel] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + tungstensteelMaxCapacity = 32768 + + #. + #Settings related to palladium tier machines + [kinetics.stressValues.v2.maxCapacity.palladium] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + palladiumMaxCapacity = 131072 + + #. + #Settings related to naquadah tier machines + [kinetics.stressValues.v2.maxCapacity.naquadah] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + naquadahMaxCapacity = 524288 + + #. + #Settings related to darmstadtium tier machines + [kinetics.stressValues.v2.maxCapacity.darmstadtium] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + darmstadtiumMaxCapacity = 2097152 + + #. + #Settings related to neutronium tier machines + [kinetics.stressValues.v2.maxCapacity.neutronium] + #. + #Configure the max stress a kinetic block of this tier can support. + #Range: > -2147483648 + neutroniumMaxCapacity = 8388608 + + #. + #Fine tune settings related to pumps + [kinetics.pumps] + + #. + #. + #Configure the individual pressure of pumps. Note that pressure is multiplied by the speed of the pump + [kinetics.pumps.pressure] + #. + #Range: 0.0 ~ 3.4028234663852886E38 + andesitePressure = 8.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + steelPressure = 32.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + aluminiumPressure = 128.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + stainlessSteelPressure = 512.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + titaniumPressure = 2048.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + tungstensteelPressure = 8192.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + palladiumPressure = 16384.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + naquadahPressure = 32768.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + darmstadtiumPressure = 131072.0 + #. + #Range: 0.0 ~ 3.4028234663852886E38 + neutroniumPressure = 524288.0 + diff --git a/defaultconfigs/toolbelt-server.toml b/defaultconfigs/toolbelt-server.toml index 936a23ea7..2224bd62b 100644 --- a/defaultconfigs/toolbelt-server.toml +++ b/defaultconfigs/toolbelt-server.toml @@ -3,7 +3,7 @@ #List of items to force-allow placing in the belt. Takes precedence over blacklist. whitelist = [] #List of items to disallow from placing in the belt. (whitelist takes precedence) - blacklist = [] + blacklist = ["tfclunchbox:lunchbox", "tfclunchbox:cooling_lunchbox", "tfclunchbox:electric_lunchbox", "sophisticatedbackpacks:backpack", "sophisticatedbackpacks:iron_backpack", "sophisticatedbackpacks:gold_backpack", "sophisticatedbackpacks:diamond_backpack", "sophisticatedbackpacks:netherite_backpack", "tfc:ceramic/cyan_glazed_vessel", "tfc:ceramic/purple_glazed_vessel", "tfc:ceramic/blue_glazed_vessel", "tfc:ceramic/brown_glazed_vessel", "tfc:ceramic/green_glazed_vessel", "tfc:ceramic/red_glazed_vessel", "tfc:ceramic/black_glazed_vessel", "tfc:ceramic/large_vessel/gray", "tfc:ceramic/large_vessel/pink", "tfc:ceramic/large_vessel/lime", "tfc:ceramic/large_vessel/yellow", "tfc:ceramic/large_vessel/light_blue", "tfc:ceramic/large_vessel/magenta", "tfc:ceramic/large_vessel/orange", "tfc:ceramic/large_vessel/white", "tfc:ceramic/large_vessel", "tfc:ceramic/large_vessel/light_gray", "tfc:ceramic/large_vessel/cyan", "tfc:ceramic/large_vessel/purple", "tfc:ceramic/large_vessel/blue", "tfc:ceramic/large_vessel/brown", "tfc:ceramic/large_vessel/green", "tfc:ceramic/large_vessel/red", "tfc:ceramic/large_vessel/black", "tfc:ceramic/vessel", "tfc:ceramic/light_gray_glazed_vessel", "tfc:ceramic/gray_glazed_vessel", "tfc:ceramic/pink_glazed_vessel", "tfc:ceramic/lime_glazed_vessel", "tfc:ceramic/yellow_glazed_vessel", "tfc:ceramic/light_blue_glazed_vessel", "tfc:ceramic/magenta_glazed_vessel", "tfc:ceramic/orange_glazed_vessel", "tfc:ceramic/white_glazed_vessel"] #When set to false, stackable items will no longer be allowed by default. allowAllNonStackableItems = true diff --git a/defaultconfigs/wan_ancient_beasts-server.toml b/defaultconfigs/wan_ancient_beasts-server.toml new file mode 100644 index 000000000..272020a11 --- /dev/null +++ b/defaultconfigs/wan_ancient_beasts-server.toml @@ -0,0 +1,76 @@ + +#Sniffer Attributes +[sniffer] + #Sniffer health [default: 75] + #Range: 1.0 ~ 1024.0 + health = 150.0 + #Sniffer armor [default: 3] + #Range: 0.0 ~ 30.0 + armor = 3.0 + #Sniffer armor toughness [default: 1] + #Range: 0.0 ~ 20.0 + armorToughness = 1.0 + +#Eater Attributes +[eater] + #Eater health [default: 100] + #Range: 1.0 ~ 1024.0 + health = 400.0 + #Eater attack damage [default: 30] + #Range: 0.0 ~ 1024.0 + damage = 30.0 + #Eater armor [default: 5] + #Range: 0.0 ~ 30.0 + armor = 8.0 + #Eater armor toughness [default: 2] + #Range: 0.0 ~ 20.0 + armorToughness = 3.0 + +#Walker Attributes +[walker] + #Walker health [default: 200] + #Range: 1.0 ~ 1024.0 + health = 600.0 + #Walker armor [default: 5] + #Range: 0.0 ~ 30.0 + armor = 14.0 + #Walker armor toughness [default: 4] + #Range: 0.0 ~ 20.0 + armorToughness = 4.0 + +#Crusher Attributes +[crusher] + #Crusher health [default: 50] + #Range: 1.0 ~ 1024.0 + health = 200.0 + #Crusher attack damage [default: 10] + #Range: 0.0 ~ 1024.0 + damage = 10.0 + #Crusher armor [default: 20] + #Range: 0.0 ~ 30.0 + armor = 35.0 + #Crusher armor toughness [default: 4] + #Range: 0.0 ~ 20.0 + armorToughness = 6.0 + +#Glider Attributes +[glider] + #Glider health [default: 25] + #Range: 1.0 ~ 1024.0 + health = 150.0 + +#Soarer Attributes +[soarer] + #Soarer health [default: 40] + #Range: 1.0 ~ 1024.0 + health = 250.0 + #Soarer attack damage [default: 15] + #Range: 0.0 ~ 1024.0 + damage = 25.0 + +#Surfer Attributes +[surfer] + #Surfer health [default: 30] + #Range: 1.0 ~ 1024.0 + health = 150.0 + diff --git a/kubejs/assets/beneath/lang/en_us.json b/kubejs/assets/beneath/lang/en_us.json index 2b58fe4cc..059b62dfe 100644 --- a/kubejs/assets/beneath/lang/en_us.json +++ b/kubejs/assets/beneath/lang/en_us.json @@ -10,7 +10,9 @@ "block.beneath.crackrack": "Keratophyre", "block.beneath.soul_clay": "Muddy Clay", "block.beneath.wood.fallen_leaves.crimson": "Fallen Crimson Lamella", + "block.beneath.wood.leaves.crimson": "Crimson Lamella", "block.beneath.wood.fallen_leaves.warped": "Fallen Warped Lamella", + "block.beneath.wood.leaves.warped": "Warped Lamella", "item.beneath.cursed_hide": "Lavaproof Hide", "item.beneath.blackstone_brick": "Pyroxenite Brick", "item.beneath.cursecoal": "Anthracite", diff --git a/kubejs/assets/beneath/lang/uk_ua.json b/kubejs/assets/beneath/lang/uk_ua.json index b7c4cbe1e..142ace301 100644 --- a/kubejs/assets/beneath/lang/uk_ua.json +++ b/kubejs/assets/beneath/lang/uk_ua.json @@ -10,7 +10,9 @@ "block.beneath.crackrack": "КÐĩŅ€Ð°Ņ‚Ðū҄ҖҀ", "block.beneath.soul_clay": "Ð‘Ņ€ŅƒÐīÐ―Ð° ГÐŧÐļÐ―Ð°", "block.beneath.wood.fallen_leaves.crimson": "Ð—Ð°Ð―ÐĩÐŋаÐŧа ҇ÐĩŅ€ÐēÐūÐ―Ð° ÐŧаОÐĩÐŧа", + "block.beneath.wood.leaves.crimson": "БаÐģŅ€ŅÐ―Ð° ÐŋÐŧÐ°ŅŅ‚ÐļÐ―ÐšÐ°", "block.beneath.wood.fallen_leaves.warped": "Ð—Ð°Ð―ÐĩÐŋаÐŧа ÐēÐļÐšŅ€ÐļÐēÐŧÐĩÐ―Ð° ÐŧаОÐĩÐŧа", + "block.beneath.wood.leaves.warped": "ПÐūÐšŅ€ŅƒŅ‡ÐĩÐ―Ð° ÐŋÐŧÐ°ŅŅ‚ÐļÐ―ÐšÐ°", "item.beneath.cursed_hide": "ЛаÐēÐūҁ҂ҖÐđКа ÐĻÐšŅ–Ņ€Ð°", "item.beneath.blackstone_brick": "ÐĶÐĩÐģÐŧа з ÐŸŅ–Ņ€ÐūÐšŅÐĩÐ―Ņ–Ņ‚Ņƒ", "item.beneath.cursecoal": "ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚", diff --git a/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json b/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json index aa952f482..7561ffc56 100644 --- a/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json +++ b/kubejs/assets/betterend/blockstates/cave_pumpkin_wild.json @@ -1,5 +1,4 @@ { - "__comment__": "This file was automatically created by mcresources", "multipart": [ { "when": { diff --git a/kubejs/assets/betterend/lang/en_us.json b/kubejs/assets/betterend/lang/en_us.json index 2115afb90..e11658dc2 100644 --- a/kubejs/assets/betterend/lang/en_us.json +++ b/kubejs/assets/betterend/lang/en_us.json @@ -82,6 +82,8 @@ "item.betterend.cave_pumpkin_chunks": "Bulbkin Chunks", "item.betterend.cave_pumpkin_product": "Bulbkin", "item.betterend.cave_pumpkin_plant_seeds": "Bulbkin Seeds", + "item.betterend.cave_pumpkin_pie_dough": "Bulbkin Pie Dough", + "item.betterend.cave_pumpkin_pie_raw": "Raw Bulbkin Pie", "item.betterend.cave_pumpkin_pie": "Bulbkin Pie", "item.betterend.chorus_mushroom_cooked": "Cooked Chalmie Mushroom", "item.betterend.chorus_mushroom_product": "Chalmie Mushroom", diff --git a/kubejs/assets/betterend/lang/uk_ua.json b/kubejs/assets/betterend/lang/uk_ua.json index de416474c..d3c47af1c 100644 --- a/kubejs/assets/betterend/lang/uk_ua.json +++ b/kubejs/assets/betterend/lang/uk_ua.json @@ -72,21 +72,17 @@ "block.betterend.umbrella_moss": "ÐŸÐ°Ņ€Ð°ŅÐūÐŧŅŒÐšÐūÐŋÐūÐīŅ–ÐąÐ―ÐļÐđ ОÐūŅ…", "block.betterend.umbrella_moss_tall": "ÐŸÐ°Ņ€Ð°ŅÐūÐŧŅŒÐšÐūÐŋÐūÐīŅ–ÐąÐ―ÐļÐđ ОÐūŅ…", "block.betterend.vaiolush_fern": "ПаÐŋÐūŅ€ÐūŅ‚ŅŒ ВаÐđÐūÐŧÐ°Ņˆ", - "item.betterend.amber_root_product": "Ð‘ŅƒŅ€ŅˆŅ‚ÐļÐ―ÐūÐēŅ– ÐŋÐ°Ņ€ÐūŅŅ‚ÐšÐļ", - "item.betterend.amber_root_seeds": "ÐÐ°ŅŅ–Ð―Ð―Ņ ÐąŅƒŅ€ŅˆŅ‚ÐļÐ―ÐūÐēÐļŅ… ÐŋаÐģÐūÐ―Ņ–Ðē", - "item.betterend.blossom_berry_product": "ÐĶÐēŅ–Ņ‚ ŅÐģÐūÐī", - "item.betterend.blossom_berry_seeds": "ÐĶÐēŅ–Ņ‚Ņ–Ð―Ð―Ņ Ð―Ð°ŅŅ–Ð―ÐļÐ―Ðļ ŅÐģÐūÐīÐļ", - "item.betterend.bolux_mushroom_cooked": "ÐŸŅ€ÐļÐģÐūŅ‚ÐūÐēÐ°Ð―ÐļÐđ ÐģŅ€ÐļÐą БÐūÐŧŅƒÐšŅ", - "item.betterend.bolux_mushroom_product": "Ð“Ņ€ÐļÐą БÐūÐŧŅƒÐšŅ", - "item.betterend.bolux_mushroom_seeds": "ÐĄÐŋÐūŅ€Ðļ ÐģŅ€ÐļÐąÐ° БÐūÐŧŅƒÐšŅ", - "item.betterend.cave_pumpkin_chunks": "ÐĻÐžÐ°Ņ‚ÐšÐļ БаÐŧÐąÐšŅ–Ð―Ð°", - "item.betterend.cave_pumpkin_product": "БаÐŧÐąÐšŅ–Ð―", - "item.betterend.cave_pumpkin_plant_seeds": "ÐÐ°ŅŅ–Ð―Ð―Ņ БаÐŧÐąÐšŅ–Ð―Ð°", - "item.betterend.cave_pumpkin_pie": "ПÐļҀҖÐģ Ņ–Ð· БаÐŧÐąÐšŅ–Ð―Ð°", - "item.betterend.chorus_mushroom_cooked": "ÐŸŅ€ÐļÐģÐūŅ‚ÐūÐēÐ°Ð―ÐļÐđ ÐģŅ€ÐļÐą ЧаÐŧÐžŅ–", - "item.betterend.chorus_mushroom_product": "Ð“Ņ€ÐļÐą ЧаÐŧÐžŅ–", - "item.betterend.chorus_mushroom_seeds": "ÐĄÐŋÐūŅ€Ðļ ÐģŅ€ÐļÐąÐ° ЧаÐŧÐžŅ–", - "item.betterend.shadow_berry_cooked": "ÐŸŅ€ÐļÐģÐūŅ‚ÐūÐēÐ°Ð―Ð° ŅÐģÐūÐīа НÐūÐšŅ", - "item.betterend.shadow_berry_product": "НÐūÐšŅ ŅÐģÐūÐīа", - "item.betterend.shadow_berry_seeds": "ÐÐ°ŅŅ–Ð―Ð―Ņ Ð―ÐūÐšŅ ŅÐģÐūÐīÐļ" + "item.create.netherite_diving_helmet.tooltip.summary": "РазÐūО з _Blue Steel Backtank_, ҆Ðĩ ОÐūÐķÐĩ Ð·Ð°Ņ…Ðļҁ҂ÐļŅ‚Ðļ ÐēÐ°Ņ ÐēŅ–Ðī _extreme heat_. ÐĐÐūÐą ÐąŅƒŅ‚Ðļ ÐĩŅ„ÐĩÐšŅ‚ÐļÐēÐ―ÐļОÐļ, _Legs and Feet_ ÐŋÐūÐēÐļÐ―Ð―Ņ– ÐąŅƒŅ‚Ðļ ÐēÐšŅ€Ðļ҂Җ _Blue Steel Diving Equipment_, Ņ‚Ð°ÐšÐūÐķ.", + "item.create.netherite_backtank": "Ð‘Ð°ÐšŅ‚Ð°Ð―Ðš Ņ–Ð· ÐĄÐļÐ―ŅŒÐūŅ— ÐĄŅ‚Ð°ÐŧŅ–", + "item.create.netherite_diving_helmet": "ÐĻÐūÐŧÐūО ÐīÐŧŅ ДаÐđÐēŅ–Ð―Ðģ҃ Ņ–Ð· ÐĄÐļÐ―ŅŒÐūŅ— ÐĄŅ‚Ð°ÐŧŅ–", + "item.create.netherite_diving_boots": "ЧÐĩŅ€ÐĩÐēÐļКÐļ ÐīÐŧŅ ДаÐđÐēŅ–Ð―Ðģ҃ Ņ–Ð· ÐĄÐļÐ―ŅŒÐūŅ— ÐĄŅ‚Ð°ÐŧŅ–", + "item.create.copper_sheet": "ÐœŅ–ÐīÐ―Ð° ÐŋÐŧÐ°ŅŅ‚ÐļÐ―Ð°", + "item.create.brass_sheet": "Ð›Ð°Ņ‚ŅƒÐ―Ð―Ð° ÐŋÐŧÐ°ŅŅ‚ÐļÐ―Ð°", + "item.create.golden_sheet": "ЗÐūÐŧÐūŅ‚ÐļÐđ ÐŧÐļҁ҂", + "item.create.crushed_raw_gold": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ЗÐūÐŧÐūŅ‚Ð° Ð ŅƒÐīа", + "item.create.crushed_raw_copper": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ÐœŅ–ÐīÐ―Ð° Ð ŅƒÐīа", + "item.create.crushed_raw_zinc": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ÐĶÐļÐ―ÐšÐūÐēа Ð ŅƒÐīа", + "item.create.crushed_raw_silver": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ÐĄŅ€Ņ–ÐąÐ―Ð° Ð ŅƒÐīа", + "item.create.crushed_raw_tin": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ОÐŧÐūÐē'ŅÐ―Ð° Ð ŅƒÐīа", + "item.create.crushed_raw_lead": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ÐĄÐēÐļÐ―Ņ†ÐĩÐēа Ð ŅƒÐīа" } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json b/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json index b93d8294d..baaa32a8e 100644 --- a/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json +++ b/kubejs/assets/betterend/models/block/blossom_berry_wild_mature.json @@ -77,5 +77,12 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#1"} } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json index 6b5490338..d390db3de 100644 --- a/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_immature.json @@ -114,5 +114,12 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#1"} } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json index 22987b28f..b48670fda 100644 --- a/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json +++ b/kubejs/assets/betterend/models/block/bolux_mushroom_wild_mature.json @@ -186,5 +186,12 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#1"} } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json b/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json index 8222bb8f7..1f9972ef0 100644 --- a/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json +++ b/kubejs/assets/betterend/models/block/cave_pumpkin_wild_side.json @@ -44,5 +44,12 @@ } } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/crop_wild.json b/kubejs/assets/betterend/models/block/crop_wild.json index 3998707f4..739e2ef50 100644 --- a/kubejs/assets/betterend/models/block/crop_wild.json +++ b/kubejs/assets/betterend/models/block/crop_wild.json @@ -1,7 +1,7 @@ { "credit": "Made with Blockbench", "ambientocclusion": false, - "parent": "block/block", + "render_type": "cutout_mipped", "textures": { "1": "betterend:block/wild_crop", "particle": "#crop", @@ -80,5 +80,12 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#1"} } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json b/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json index cdf452278..433fdab9c 100644 --- a/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json +++ b/kubejs/assets/betterend/models/block/shadow_berry_wild_immature.json @@ -69,5 +69,12 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#1"} } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json b/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json index 8e52d238b..d3304b8e6 100644 --- a/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json +++ b/kubejs/assets/betterend/models/block/shadow_berry_wild_mature.json @@ -82,5 +82,12 @@ "south": {"uv": [0, 0, 16, 16], "texture": "#1"} } } - ] + ], + "display": { + "gui": { + "rotation": [ 30, 225, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 0.625, 0.625, 0.625 ] + } + } } \ No newline at end of file diff --git a/kubejs/assets/betterend/models/item/amber_root_wild.json b/kubejs/assets/betterend/models/item/amber_root_wild.json index d23882932..2a637da80 100644 --- a/kubejs/assets/betterend/models/item/amber_root_wild.json +++ b/kubejs/assets/betterend/models/item/amber_root_wild.json @@ -1,3 +1,3 @@ { "parent": "betterend:block/amber_root_wild_mature" -} +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/item/blossom_berry_wild.json b/kubejs/assets/betterend/models/item/blossom_berry_wild.json index 85cbcb7b9..02118c18f 100644 --- a/kubejs/assets/betterend/models/item/blossom_berry_wild.json +++ b/kubejs/assets/betterend/models/item/blossom_berry_wild.json @@ -1,3 +1,3 @@ { "parent": "betterend:block/blossom_berry_wild_mature" -} +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/item/bolux_mushroom_wild.json b/kubejs/assets/betterend/models/item/bolux_mushroom_wild.json index 19e445b33..458cef502 100644 --- a/kubejs/assets/betterend/models/item/bolux_mushroom_wild.json +++ b/kubejs/assets/betterend/models/item/bolux_mushroom_wild.json @@ -1,3 +1,3 @@ { "parent": "betterend:block/bolux_mushroom_wild_mature" -} +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/item/cave_pumpkin_chunks.json b/kubejs/assets/betterend/models/item/cave_pumpkin_chunks.json index 64136f5db..61f1ceec6 100644 --- a/kubejs/assets/betterend/models/item/cave_pumpkin_chunks.json +++ b/kubejs/assets/betterend/models/item/cave_pumpkin_chunks.json @@ -1,3 +1,6 @@ { - "parent": "betterend:block/cave_pumpkin_chunks" + "parent": "item/generated", + "textures": { + "layer0": "betterend:item/cave_pumpkin_chunks" + } } diff --git a/kubejs/assets/betterend/models/item/cave_pumpkin_pie.json b/kubejs/assets/betterend/models/item/cave_pumpkin_pie.json index 16fc029ee..60392ed2a 100644 --- a/kubejs/assets/betterend/models/item/cave_pumpkin_pie.json +++ b/kubejs/assets/betterend/models/item/cave_pumpkin_pie.json @@ -1,3 +1,6 @@ { - "parent": "betterend:block/cave_pumpkin_pie" + "parent": "item/generated", + "textures": { + "layer0": "betterend:item/cave_pumpkin_pie" + } } diff --git a/kubejs/assets/betterend/models/item/cave_pumpkin_pie_dough.json b/kubejs/assets/betterend/models/item/cave_pumpkin_pie_dough.json new file mode 100644 index 000000000..9b26d1ba2 --- /dev/null +++ b/kubejs/assets/betterend/models/item/cave_pumpkin_pie_dough.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "betterend:item/cave_pumpkin_pie_dough" + } +} diff --git a/kubejs/assets/betterend/models/item/cave_pumpkin_pie_raw.json b/kubejs/assets/betterend/models/item/cave_pumpkin_pie_raw.json new file mode 100644 index 000000000..fd408aadf --- /dev/null +++ b/kubejs/assets/betterend/models/item/cave_pumpkin_pie_raw.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "betterend:item/cave_pumpkin_pie_raw" + } +} diff --git a/kubejs/assets/betterend/models/item/cave_pumpkin_wild.json b/kubejs/assets/betterend/models/item/cave_pumpkin_wild.json index f252404ac..1ea8c2841 100644 --- a/kubejs/assets/betterend/models/item/cave_pumpkin_wild.json +++ b/kubejs/assets/betterend/models/item/cave_pumpkin_wild.json @@ -1,3 +1,3 @@ { "parent": "betterend:block/cave_pumpkin_wild" -} +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/item/chorus_mushroom_wild.json b/kubejs/assets/betterend/models/item/chorus_mushroom_wild.json index 6e95364a6..ed7b57796 100644 --- a/kubejs/assets/betterend/models/item/chorus_mushroom_wild.json +++ b/kubejs/assets/betterend/models/item/chorus_mushroom_wild.json @@ -1,3 +1,3 @@ { "parent": "betterend:block/chorus_mushroom_wild_mature" -} +} \ No newline at end of file diff --git a/kubejs/assets/betterend/models/item/shadow_berry_wild.json b/kubejs/assets/betterend/models/item/shadow_berry_wild.json index 0ebb8c7c2..adefc1e27 100644 --- a/kubejs/assets/betterend/models/item/shadow_berry_wild.json +++ b/kubejs/assets/betterend/models/item/shadow_berry_wild.json @@ -1,3 +1,3 @@ { "parent": "betterend:block/shadow_berry_wild_mature" -} +} \ No newline at end of file diff --git a/kubejs/assets/betterend/textures/block/blossom_berry_seed_3.png b/kubejs/assets/betterend/textures/block/blossom_berry_seed_3.png new file mode 100644 index 000000000..6c5b329b5 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/blossom_berry_seed_3.png differ diff --git a/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_0.png b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_0.png new file mode 100644 index 000000000..63415ca53 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_0.png differ diff --git a/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_1.png b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_1.png new file mode 100644 index 000000000..07db13313 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_1.png differ diff --git a/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_2.png b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_2.png new file mode 100644 index 000000000..50958dda4 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_2.png differ diff --git a/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_3.png b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_3.png new file mode 100644 index 000000000..765bf8918 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/bolux_mushroom_greenhouse_3.png differ diff --git a/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_0.png b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_0.png new file mode 100644 index 000000000..c3f8d5d60 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_0.png differ diff --git a/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_1.png b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_1.png new file mode 100644 index 000000000..680f1f5c6 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_1.png differ diff --git a/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_2.png b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_2.png new file mode 100644 index 000000000..fe017c068 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_2.png differ diff --git a/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_3.png b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_3.png new file mode 100644 index 000000000..b5f0abb15 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/cave_pumpkin_greenhouse_3.png differ diff --git a/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_0.png b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_0.png new file mode 100644 index 000000000..ca56507ef Binary files /dev/null and b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_0.png differ diff --git a/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_1.png b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_1.png new file mode 100644 index 000000000..c8c35d534 Binary files /dev/null and b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_1.png differ diff --git a/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_2.png b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_2.png new file mode 100644 index 000000000..632fe668a Binary files /dev/null and b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_2.png differ diff --git a/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_3.png b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_3.png new file mode 100644 index 000000000..c02fdb0fa Binary files /dev/null and b/kubejs/assets/betterend/textures/block/shadow_berry_greenhouse_3.png differ diff --git a/kubejs/assets/betterend/textures/item/cave_pumpkin_chunks.png b/kubejs/assets/betterend/textures/item/cave_pumpkin_chunks.png new file mode 100644 index 000000000..868317a05 Binary files /dev/null and b/kubejs/assets/betterend/textures/item/cave_pumpkin_chunks.png differ diff --git a/kubejs/assets/betterend/textures/item/cave_pumpkin_pie.png b/kubejs/assets/betterend/textures/item/cave_pumpkin_pie.png index 419b2de10..150e6d368 100644 Binary files a/kubejs/assets/betterend/textures/item/cave_pumpkin_pie.png and b/kubejs/assets/betterend/textures/item/cave_pumpkin_pie.png differ diff --git a/kubejs/assets/betterend/textures/item/cave_pumpkin_pie_dough.png b/kubejs/assets/betterend/textures/item/cave_pumpkin_pie_dough.png new file mode 100644 index 000000000..7a1a0c9d7 Binary files /dev/null and b/kubejs/assets/betterend/textures/item/cave_pumpkin_pie_dough.png differ diff --git a/kubejs/assets/betterend/textures/item/cave_pumpkin_pie_raw.png b/kubejs/assets/betterend/textures/item/cave_pumpkin_pie_raw.png new file mode 100644 index 000000000..15cdc6754 Binary files /dev/null and b/kubejs/assets/betterend/textures/item/cave_pumpkin_pie_raw.png differ diff --git a/kubejs/assets/create/lang/uk_ua.json b/kubejs/assets/create/lang/uk_ua.json index 62ef6ace1..591f2768a 100644 --- a/kubejs/assets/create/lang/uk_ua.json +++ b/kubejs/assets/create/lang/uk_ua.json @@ -91,10 +91,10 @@ "item.create.crushed_raw_tin": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ОÐŧÐūÐē'ŅÐ―Ð° Ð ŅƒÐīа", "item.create.crushed_raw_lead": "ÐžŅ‡Ðļ҉ÐĩÐ―Ð° ÐĄÐēÐļÐ―Ņ†ÐĩÐēа Ð ŅƒÐīа", "create.ponder.andesite_tunnel.header": "ВÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļŅ… Ņ‚ŅƒÐ―ÐĩÐŧŅ–Ðē", - "create.ponder.andesite_tunnel.text_1": "МÐĩŅ‚Ð°ÐŧÐĩÐēŅ– Ņ‚ŅƒÐ―ÐĩÐŧŅ– ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐŋŅ€ÐļŅ…ÐūÐē҃ÐēÐ°Ð―Ð―Ņ Ņ‚ÐēÐūŅ—Ņ… КÐūÐ―ÐēÐĩŅ”Ņ€Ð―ÐļŅ… ҁ҂ҀҖ҇ÐūК.", - "create.ponder.andesite_tunnel.text_2": "КÐūÐŧÐļ ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ Ņ‚ŅƒÐ―ÐĩÐŧҌ ÐžÐ°Ņ” з'Ņ”ÐīÐ―Ð°Ð―Ð―Ņ з ÐąÐūÐšŅ–Ðē...", - "create.ponder.belt_casing.text_1": "Ð›Ð°Ņ‚ŅƒÐ―Ð―ÐļÐđ Ð°ÐąÐū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ КÐūŅ€Ðŋ҃ҁ ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐīÐĩКÐūŅ€ŅƒÐēÐ°Ð―Ð―Ņ ОÐĩŅ…Ð°Ð―Ņ–Ņ‡Ð―ÐļŅ… Ņ€ÐĩОÐĩÐ―Ņ–Ðē.", - "create.ponder.brass_funnel.text_1": "МÐĩŅ‚Ð°ÐŧÐĩÐēŅ– ÐŧŅ–ÐđКÐļ ОÐūÐķŅƒŅ‚ŅŒ ÐēÐļŅ‚ŅÐģ҃ÐēÐ°Ņ‚Ðļ ÐŧÐļ҈Ðĩ ÐūÐīÐļÐ―ÐļŅ‡Ð―Ņ– ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ.", - "create.ponder.cogwheel_casing.text_1": "Ð›Ð°Ņ‚ŅƒÐ―Ð―ÐļÐđ Ð°ÐąÐū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ КÐūŅ€Ðŋ҃ҁ ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐīÐĩКÐūŅ€ŅƒÐēÐ°Ð―Ð―Ņ Ð·ŅƒÐąŅ‡Ð°ŅŅ‚ÐļŅ… КÐūÐŧҖҁ.", - "create.ponder.shaft_casing.text_1": "Ð›Ð°Ņ‚ŅƒÐ―Ð―ÐļÐđ Ð°ÐąÐū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ КÐūŅ€Ðŋ҃ҁ ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐīÐĩКÐūŅ€ŅƒÐēÐ°Ð―Ð―Ņ ÐēаÐŧŅ–Ðē." + "create.ponder.andesite_tunnel.text_1": "МÐĩŅ‚Ð°ÐŧÐĩÐēŅ– Ņ‚ŅƒÐ―ÐĩÐŧŅ– ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐŋŅ€ÐļŅ…ÐūÐē҃ÐēÐ°Ð―Ð―Ņ Ņ€ÐĩОÐĩÐ―Ņ–Ðē", + "create.ponder.andesite_tunnel.text_2": "ÐŊÐšŅ‰Ðū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ Ņ‚ŅƒÐ―ÐĩÐŧҌ ÐžÐ°Ņ” з'Ņ”ÐīÐ―Ð°Ð―Ð―Ņ з ÐąÐūКÐūÐēÐļОÐļ ҁ҂ÐūŅ€ÐūÐ―Ð°ÐžÐļ...", + "create.ponder.belt_casing.text_1": "Ð›Ð°Ņ‚ŅƒÐ―Ð―ÐļÐđ Ð°ÐąÐū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ КÐūÐķŅƒŅ… ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐīÐĩКÐūŅ€ŅƒÐēÐ°Ð―Ð―Ņ ОÐĩŅ…Ð°Ð―Ņ–Ņ‡Ð―ÐļŅ… Ņ€ÐĩОÐĩÐ―Ņ–Ðē", + "create.ponder.brass_funnel.text_1": "МÐĩŅ‚Ð°ÐŧÐĩÐēŅ– ÐēÐūŅ€ÐūÐ―ÐšÐļ ОÐūÐķŅƒŅ‚ŅŒ ÐēÐļŅ‚ŅÐģ҃ÐēÐ°Ņ‚Ðļ ÐŧÐļ҈Ðĩ ÐūÐšŅ€ÐĩÐžŅ– ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ.", + "create.ponder.cogwheel_casing.text_1": "Ð›Ð°Ņ‚ŅƒÐ―Ð―ÐļÐđ Ð°ÐąÐū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ КÐūÐķŅƒŅ… ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐīÐĩКÐūŅ€ŅƒÐēÐ°Ð―Ð―Ņ Ð·ŅƒÐąŅ‡Ð°ŅŅ‚ÐļŅ… КÐūÐŧҖҁ", + "create.ponder.shaft_casing.text_1": "ДÐŧŅ ÐūзÐīÐūÐąÐŧÐĩÐ―Ð―Ņ ÐēаÐŧŅ–Ðē ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐŧÐ°Ņ‚ŅƒÐ―Ð―ÐļÐđ Ð°ÐąÐū ОÐĩŅ‚Ð°ÐŧÐĩÐēÐļÐđ КÐūÐķŅƒŅ…" } \ No newline at end of file diff --git a/kubejs/assets/create/textures/item/copper_sheet.png b/kubejs/assets/create/textures/item/copper_sheet.png new file mode 100644 index 000000000..a11d08a7f Binary files /dev/null and b/kubejs/assets/create/textures/item/copper_sheet.png differ diff --git a/kubejs/assets/createdeco/lang/uk_ua.json b/kubejs/assets/createdeco/lang/uk_ua.json index a6c767a13..2c95eeeca 100644 --- a/kubejs/assets/createdeco/lang/uk_ua.json +++ b/kubejs/assets/createdeco/lang/uk_ua.json @@ -63,6 +63,7 @@ "block.createdeco.locked_industrial_iron_door": "Ð—Ð°Ņ‡ÐļÐ―ÐĩÐ―Ņ– ÐĄŅ‚Ð°ÐŧÐĩÐēŅ– ДÐēÐĩҀҖ", "block.createdeco.industrial_iron_trapdoor": "ÐĄŅ‚Ð°ÐŧÐĩÐēÐļÐđ Лаз", "block.createdeco.industrial_iron_ladder": "ÐĄŅ‚Ð°ÐŧÐĩÐēа Ð”Ņ€Ð°ÐąÐļÐ―Ð°", + "block.createdeco.industrial_iron_facade": "ÐĄŅ‚Ð°ÐŧÐĩÐēÐļÐđ Ņ„Ð°ŅÐ°Ðī", "item.createdeco.iron_coin": "МÐūÐ―ÐĩŅ‚Ð° з КÐūÐēÐ°Ð―ÐūÐģÐū ЗаÐŧŅ–Ð·Ð°", "item.createdeco.netherite_coin": "МÐūÐ―ÐĩŅ‚Ð° з ÐĄÐļÐ―ŅŒÐūŅ— ÐĄŅ‚Ð°ÐŧŅ–", "item.createdeco.industrial_iron_coin": "МÐūÐ―ÐĩŅ‚Ð° Ð·Ņ– ÐĄŅ‚Ð°ÐŧŅ–", diff --git a/kubejs/assets/emi/category/properties/ad_astra_oxygen_loading.json b/kubejs/assets/emi/category/properties/ad_astra_oxygen_loading.json index 15e23522e..02998692d 100644 --- a/kubejs/assets/emi/category/properties/ad_astra_oxygen_loading.json +++ b/kubejs/assets/emi/category/properties/ad_astra_oxygen_loading.json @@ -1 +1 @@ -{"ad_astra:oxygen_loading":{"order":160}} \ No newline at end of file +{"ad_astra:oxygen_loading":{"order":163}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ae2_attunement.json b/kubejs/assets/emi/category/properties/ae2_attunement.json index 21e600843..050ef7764 100644 --- a/kubejs/assets/emi/category/properties/ae2_attunement.json +++ b/kubejs/assets/emi/category/properties/ae2_attunement.json @@ -1 +1 @@ -{"ae2:attunement":{"order":157}} \ No newline at end of file +{"ae2:attunement":{"order":160}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ae2_condenser.json b/kubejs/assets/emi/category/properties/ae2_condenser.json index 736352e76..f621d7885 100644 --- a/kubejs/assets/emi/category/properties/ae2_condenser.json +++ b/kubejs/assets/emi/category/properties/ae2_condenser.json @@ -1 +1 @@ -{"ae2:condenser":{"order":147}} \ No newline at end of file +{"ae2:condenser":{"order":150}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/ae2_item_transformation.json b/kubejs/assets/emi/category/properties/ae2_item_transformation.json index 4e667603b..21e60570d 100644 --- a/kubejs/assets/emi/category/properties/ae2_item_transformation.json +++ b/kubejs/assets/emi/category/properties/ae2_item_transformation.json @@ -1 +1 @@ -{"ae2:item_transformation":{"order":136}} \ No newline at end of file +{"ae2:item_transformation":{"order":139}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_draining.json b/kubejs/assets/emi/category/properties/create_draining.json index a0e741d6d..c34ca498f 100644 --- a/kubejs/assets/emi/category/properties/create_draining.json +++ b/kubejs/assets/emi/category/properties/create_draining.json @@ -1 +1 @@ -{"create:draining":{"order":158}} \ No newline at end of file +{"create:draining":{"order":161}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/create_spout_filling.json b/kubejs/assets/emi/category/properties/create_spout_filling.json index a1cccfa25..901f701ea 100644 --- a/kubejs/assets/emi/category/properties/create_spout_filling.json +++ b/kubejs/assets/emi/category/properties/create_spout_filling.json @@ -1 +1 @@ -{"create:spout_filling":{"order":159}} \ No newline at end of file +{"create:spout_filling":{"order":162}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json b/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json index 4fab80a17..b61473953 100644 --- a/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json +++ b/kubejs/assets/emi/category/properties/domum_ornamentum_architects_cutter.json @@ -1 +1 @@ -{"domum_ornamentum:architects_cutter":{"order":156}} \ No newline at end of file +{"domum_ornamentum:architects_cutter":{"order":159}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/emi_info.json b/kubejs/assets/emi/category/properties/emi_info.json index 581ade081..807e42a56 100644 --- a/kubejs/assets/emi/category/properties/emi_info.json +++ b/kubejs/assets/emi/category/properties/emi_info.json @@ -1 +1 @@ -{"emi:info":{"order":165}} \ No newline at end of file +{"emi:info":{"order":168}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/emi_tag.json b/kubejs/assets/emi/category/properties/emi_tag.json index 79f42778b..aa6ef6c12 100644 --- a/kubejs/assets/emi/category/properties/emi_tag.json +++ b/kubejs/assets/emi/category/properties/emi_tag.json @@ -1 +1 @@ -{"emi:tag":{"order":166}} \ No newline at end of file +{"emi:tag":{"order":169}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/exposure_photograph_printing.json b/kubejs/assets/emi/category/properties/exposure_photograph_printing.json index ed769e4c3..fbd77aa93 100644 --- a/kubejs/assets/emi/category/properties/exposure_photograph_printing.json +++ b/kubejs/assets/emi/category/properties/exposure_photograph_printing.json @@ -1 +1 @@ -{"exposure:photograph_printing":{"order":152}} \ No newline at end of file +{"exposure:photograph_printing":{"order":155}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json b/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json index 7df080a00..c79168c91 100644 --- a/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json +++ b/kubejs/assets/emi/category/properties/exposure_photograph_stacking.json @@ -1 +1 @@ -{"exposure:photograph_stacking":{"order":161}} \ No newline at end of file +{"exposure:photograph_stacking":{"order":164}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json b/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json index 4b41fbf76..267616879 100644 --- a/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json +++ b/kubejs/assets/emi/category/properties/framedblocks_framing_saw.json @@ -1 +1 @@ -{"framedblocks:framing_saw":{"order":155}} \ No newline at end of file +{"framedblocks:framing_saw":{"order":158}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_automatic_packing.json b/kubejs/assets/emi/category/properties/greate_automatic_packing.json index 1f21a3a8c..6b61d6b7d 100644 --- a/kubejs/assets/emi/category/properties/greate_automatic_packing.json +++ b/kubejs/assets/emi/category/properties/greate_automatic_packing.json @@ -1 +1 @@ -{"greate:automatic_packing":{"order":150}} \ No newline at end of file +{"greate:automatic_packing":{"order":153}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_automatic_shaped.json b/kubejs/assets/emi/category/properties/greate_automatic_shaped.json index e10ee67f4..c2210ef99 100644 --- a/kubejs/assets/emi/category/properties/greate_automatic_shaped.json +++ b/kubejs/assets/emi/category/properties/greate_automatic_shaped.json @@ -1 +1 @@ -{"greate:automatic_shaped":{"order":148}} \ No newline at end of file +{"greate:automatic_shaped":{"order":151}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_automatic_shapeless.json b/kubejs/assets/emi/category/properties/greate_automatic_shapeless.json index ea5261e22..b50321f15 100644 --- a/kubejs/assets/emi/category/properties/greate_automatic_shapeless.json +++ b/kubejs/assets/emi/category/properties/greate_automatic_shapeless.json @@ -1 +1 @@ -{"greate:automatic_shapeless":{"order":149}} \ No newline at end of file +{"greate:automatic_shapeless":{"order":152}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_block_cutting.json b/kubejs/assets/emi/category/properties/greate_block_cutting.json index 7c5cabc74..d17682c3f 100644 --- a/kubejs/assets/emi/category/properties/greate_block_cutting.json +++ b/kubejs/assets/emi/category/properties/greate_block_cutting.json @@ -1 +1 @@ -{"greate:block_cutting":{"order":154}} \ No newline at end of file +{"greate:block_cutting":{"order":157}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_fan_washing.json b/kubejs/assets/emi/category/properties/greate_fan_washing.json index 08976ed67..fa1e45dbb 100644 --- a/kubejs/assets/emi/category/properties/greate_fan_washing.json +++ b/kubejs/assets/emi/category/properties/greate_fan_washing.json @@ -1 +1 @@ -{"greate:fan_washing":{"order":138}} \ No newline at end of file +{"greate:fan_washing":{"order":141}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/greate_mixing.json b/kubejs/assets/emi/category/properties/greate_mixing.json index ec06a9243..24217c56d 100644 --- a/kubejs/assets/emi/category/properties/greate_mixing.json +++ b/kubejs/assets/emi/category/properties/greate_mixing.json @@ -1 +1 @@ -{"greate:mixing":{"order":107}} \ No newline at end of file +{"greate:mixing":{"order":108}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json b/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json index 0fcc05a0e..eed81b2af 100644 --- a/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json +++ b/kubejs/assets/emi/category/properties/gtceu_arc_furnace_recycling.json @@ -1 +1 @@ -{"gtceu:arc_furnace_recycling":{"order":144}} \ No newline at end of file +{"gtceu:arc_furnace_recycling":{"order":147}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json b/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json index f60b884be..f592dd78d 100644 --- a/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json +++ b/kubejs/assets/emi/category/properties/gtceu_chem_dyes.json @@ -1 +1 @@ -{"gtceu:chem_dyes":{"order":142}} \ No newline at end of file +{"gtceu:chem_dyes":{"order":145}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json b/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json index af7be0640..15e4ca157 100644 --- a/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json +++ b/kubejs/assets/emi/category/properties/gtceu_extractor_recycling.json @@ -1 +1 @@ -{"gtceu:extractor_recycling":{"order":146}} \ No newline at end of file +{"gtceu:extractor_recycling":{"order":149}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_extraterrestrial_ore_fabricator.json b/kubejs/assets/emi/category/properties/gtceu_extraterrestrial_ore_fabricator.json new file mode 100644 index 000000000..acae1097c --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_extraterrestrial_ore_fabricator.json @@ -0,0 +1 @@ +{"gtceu:extraterrestrial_ore_fabricator":{"order":124}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_fission_reactor.json b/kubejs/assets/emi/category/properties/gtceu_fission_reactor.json index b48cdf010..ac604f3da 100644 --- a/kubejs/assets/emi/category/properties/gtceu_fission_reactor.json +++ b/kubejs/assets/emi/category/properties/gtceu_fission_reactor.json @@ -1 +1 @@ -{"gtceu:fission_reactor":{"order":124}} \ No newline at end of file +{"gtceu:fission_reactor":{"order":125}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json b/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json index f23e5f636..625f152b9 100644 --- a/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json +++ b/kubejs/assets/emi/category/properties/gtceu_fusion_reactor.json @@ -1 +1 @@ -{"gtceu:fusion_reactor":{"order":125}} \ No newline at end of file +{"gtceu:fusion_reactor":{"order":126}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_greenhouse.json b/kubejs/assets/emi/category/properties/gtceu_greenhouse.json index eedcb8176..1361a60ec 100644 --- a/kubejs/assets/emi/category/properties/gtceu_greenhouse.json +++ b/kubejs/assets/emi/category/properties/gtceu_greenhouse.json @@ -1 +1 @@ -{"gtceu:greenhouse":{"order":126}} \ No newline at end of file +{"gtceu:greenhouse":{"order":127}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_heat_exchanger.json b/kubejs/assets/emi/category/properties/gtceu_heat_exchanger.json index a11f78a23..93287f083 100644 --- a/kubejs/assets/emi/category/properties/gtceu_heat_exchanger.json +++ b/kubejs/assets/emi/category/properties/gtceu_heat_exchanger.json @@ -1 +1 @@ -{"gtceu:heat_exchanger":{"order":127}} \ No newline at end of file +{"gtceu:heat_exchanger":{"order":128}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json b/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json index 1615ed1e7..c7c455065 100644 --- a/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json +++ b/kubejs/assets/emi/category/properties/gtceu_implosion_compressor.json @@ -1 +1 @@ -{"gtceu:implosion_compressor":{"order":128}} \ No newline at end of file +{"gtceu:implosion_compressor":{"order":129}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json b/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json index 1507b6c44..691d3f64b 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json +++ b/kubejs/assets/emi/category/properties/gtceu_ingot_molding.json @@ -1 +1 @@ -{"gtceu:ingot_molding":{"order":143}} \ No newline at end of file +{"gtceu:ingot_molding":{"order":146}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json b/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json index 58eb061dd..47e261972 100644 --- a/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json +++ b/kubejs/assets/emi/category/properties/gtceu_macerator_recycling.json @@ -1 +1 @@ -{"gtceu:macerator_recycling":{"order":145}} \ No newline at end of file +{"gtceu:macerator_recycling":{"order":148}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_mixer.json b/kubejs/assets/emi/category/properties/gtceu_mixer.json index eea125b10..772935fd5 100644 --- a/kubejs/assets/emi/category/properties/gtceu_mixer.json +++ b/kubejs/assets/emi/category/properties/gtceu_mixer.json @@ -1 +1 @@ -{"gtceu:mixer":{"order":108}} \ No newline at end of file +{"gtceu:mixer":{"order":107}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_moon_dust_harvester.json b/kubejs/assets/emi/category/properties/gtceu_moon_dust_harvester.json new file mode 100644 index 000000000..803200e6f --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_moon_dust_harvester.json @@ -0,0 +1 @@ +{"gtceu:moon_dust_harvester":{"order":133}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_nether_dome.json b/kubejs/assets/emi/category/properties/gtceu_nether_dome.json index 302667d16..1ea8384f5 100644 --- a/kubejs/assets/emi/category/properties/gtceu_nether_dome.json +++ b/kubejs/assets/emi/category/properties/gtceu_nether_dome.json @@ -1 +1 @@ -{"gtceu:nether_dome":{"order":129}} \ No newline at end of file +{"gtceu:nether_dome":{"order":130}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_nuclear_fuel_factory.json b/kubejs/assets/emi/category/properties/gtceu_nuclear_fuel_factory.json index f51f17a44..53a66941c 100644 --- a/kubejs/assets/emi/category/properties/gtceu_nuclear_fuel_factory.json +++ b/kubejs/assets/emi/category/properties/gtceu_nuclear_fuel_factory.json @@ -1 +1 @@ -{"gtceu:nuclear_fuel_factory":{"order":130}} \ No newline at end of file +{"gtceu:nuclear_fuel_factory":{"order":131}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json b/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json index 71f32433f..7f72fd197 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_bathing.json @@ -1 +1 @@ -{"gtceu:ore_bathing":{"order":141}} \ No newline at end of file +{"gtceu:ore_bathing":{"order":144}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json b/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json index 0c76b9cc0..b05b57f76 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_crushing.json @@ -1 +1 @@ -{"gtceu:ore_crushing":{"order":139}} \ No newline at end of file +{"gtceu:ore_crushing":{"order":142}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_forging.json b/kubejs/assets/emi/category/properties/gtceu_ore_forging.json index ff4791683..dc6d9e3ac 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_forging.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_forging.json @@ -1 +1 @@ -{"gtceu:ore_forging":{"order":140}} \ No newline at end of file +{"gtceu:ore_forging":{"order":143}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ore_washer.json b/kubejs/assets/emi/category/properties/gtceu_ore_washer.json index 58e9e2f86..7b7d0a331 100644 --- a/kubejs/assets/emi/category/properties/gtceu_ore_washer.json +++ b/kubejs/assets/emi/category/properties/gtceu_ore_washer.json @@ -1 +1 @@ -{"gtceu:ore_washer":{"order":137}} \ No newline at end of file +{"gtceu:ore_washer":{"order":140}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_ostrum_harvester.json b/kubejs/assets/emi/category/properties/gtceu_ostrum_harvester.json new file mode 100644 index 000000000..0e164cd61 --- /dev/null +++ b/kubejs/assets/emi/category/properties/gtceu_ostrum_harvester.json @@ -0,0 +1 @@ +{"gtceu:ostrum_harvester":{"order":132}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json b/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json index 5bd06eb69..4bdba8aed 100644 --- a/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json +++ b/kubejs/assets/emi/category/properties/gtceu_programmed_circuit.json @@ -1 +1 @@ -{"gtceu:programmed_circuit":{"order":164}} \ No newline at end of file +{"gtceu:programmed_circuit":{"order":167}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json b/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json index 24e980282..5fef26d48 100644 --- a/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json +++ b/kubejs/assets/emi/category/properties/gtceu_pyrolyse_oven.json @@ -1 +1 @@ -{"gtceu:pyrolyse_oven":{"order":131}} \ No newline at end of file +{"gtceu:pyrolyse_oven":{"order":134}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_research_station.json b/kubejs/assets/emi/category/properties/gtceu_research_station.json index 561d3ff09..0421b74de 100644 --- a/kubejs/assets/emi/category/properties/gtceu_research_station.json +++ b/kubejs/assets/emi/category/properties/gtceu_research_station.json @@ -1 +1 @@ -{"gtceu:research_station":{"order":132}} \ No newline at end of file +{"gtceu:research_station":{"order":135}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json b/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json index 6a96027e1..e0f7f088f 100644 --- a/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json +++ b/kubejs/assets/emi/category/properties/gtceu_steam_bloomery.json @@ -1 +1 @@ -{"gtceu:steam_bloomery":{"order":133}} \ No newline at end of file +{"gtceu:steam_bloomery":{"order":136}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json b/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json index c8c311d3a..7de68c9e7 100644 --- a/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json +++ b/kubejs/assets/emi/category/properties/gtceu_vacuum_freezer.json @@ -1 +1 @@ -{"gtceu:vacuum_freezer":{"order":134}} \ No newline at end of file +{"gtceu:vacuum_freezer":{"order":137}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/gtceu_wire_coating.json b/kubejs/assets/emi/category/properties/gtceu_wire_coating.json index babcc7fae..0a8a44291 100644 --- a/kubejs/assets/emi/category/properties/gtceu_wire_coating.json +++ b/kubejs/assets/emi/category/properties/gtceu_wire_coating.json @@ -1 +1 @@ -{"gtceu:wire_coating":{"order":135}} \ No newline at end of file +{"gtceu:wire_coating":{"order":138}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/minecraft_smithing.json b/kubejs/assets/emi/category/properties/minecraft_smithing.json index a8dfa8cba..2555ee200 100644 --- a/kubejs/assets/emi/category/properties/minecraft_smithing.json +++ b/kubejs/assets/emi/category/properties/minecraft_smithing.json @@ -1 +1 @@ -{"minecraft:smithing":{"order":151}} \ No newline at end of file +{"minecraft:smithing":{"order":154}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/minecraft_stonecutting.json b/kubejs/assets/emi/category/properties/minecraft_stonecutting.json index 505522bdf..503fa0f66 100644 --- a/kubejs/assets/emi/category/properties/minecraft_stonecutting.json +++ b/kubejs/assets/emi/category/properties/minecraft_stonecutting.json @@ -1 +1 @@ -{"minecraft:stonecutting":{"order":153}} \ No newline at end of file +{"minecraft:stonecutting":{"order":156}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/tacz_attachment_query.json b/kubejs/assets/emi/category/properties/tacz_attachment_query.json index 88a63eec8..c6e0a8465 100644 --- a/kubejs/assets/emi/category/properties/tacz_attachment_query.json +++ b/kubejs/assets/emi/category/properties/tacz_attachment_query.json @@ -1 +1 @@ -{"tacz:attachment_query":{"order":162}} \ No newline at end of file +{"tacz:attachment_query":{"order":165}} \ No newline at end of file diff --git a/kubejs/assets/emi/category/properties/taczammoquery_ammo_query.json b/kubejs/assets/emi/category/properties/taczammoquery_ammo_query.json index 6afdd44f3..b41343d9b 100644 --- a/kubejs/assets/emi/category/properties/taczammoquery_ammo_query.json +++ b/kubejs/assets/emi/category/properties/taczammoquery_ammo_query.json @@ -1 +1 @@ -{"taczammoquery:ammo_query":{"order":163}} \ No newline at end of file +{"taczammoquery:ammo_query":{"order":166}} \ No newline at end of file diff --git a/kubejs/assets/firmalife/lang/uk_ua.json b/kubejs/assets/firmalife/lang/uk_ua.json index b1c0bd510..b4c8b5a2c 100644 --- a/kubejs/assets/firmalife/lang/uk_ua.json +++ b/kubejs/assets/firmalife/lang/uk_ua.json @@ -18,5 +18,5 @@ "block.firmalife.treated_wood_greenhouse_door": "ДÐēÐĩҀҖ Ņ‚ÐĩÐŋÐŧÐļ҆Җ з ÐūÐąŅ€ÐūÐąÐŧÐĩÐ―ÐūŅ— ÐēÐūŅÐšÐūО ÐīÐĩŅ€ÐĩÐēÐļÐ―Ðļ", "block.firmalife.treated_wood": "ÐžÐąŅ€ÐūÐąÐŧÐĩÐ―Ð° ÐēÐūŅÐšÐūО ÐīÐĩŅ€ÐĩÐēÐļÐ―Ð°", "greenhouse.firmalife.treated_wood": "ÐžÐąŅ€ÐūÐąÐŧÐĩÐ―Ð° ÐēÐūŅÐšÐūО ÐīÐĩŅ€ÐĩÐēÐļÐ―Ð°", - "item.firmalife.treated_lumber": "ÐžÐąŅ€ÐūÐąÐŧÐĩÐ―Ð° ВÐūŅÐšÐūО ДÐĩŅ€ÐĩÐēÐļÐ―Ð°" + "item.firmalife.treated_lumber": "ÐžÐąŅ€ÐūÐąÐŧÐĩÐ―Ņ– ÐēÐūŅÐšÐūО ÐŋÐļÐŧÐūÐžÐ°Ņ‚ÐĩŅ€Ņ–Ð°ÐŧÐļ" } \ No newline at end of file diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index e0d487eea..8f72f42c9 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -13,6 +13,9 @@ "block.gtceu.heat_exchanger": "Heat Exchanger", "block.gtceu.fission_reactor": "Fission Reactor", "block.gtceu.evaporation_tower": "Evaporation Tower", + "block.gtceu.ostrum_harvester": "Ostrum Harvester", + "block.gtceu.moon_dust_harvester": "Moon Dust Harvester", + "block.gtceu.extraterrestrial_ore_fabricator": "Extraterrestrial Ore Fabricator", "block.gtceu.copper_crate": "Copper Crate", "block.gtceu.copper_drum": "Copper Drum", "block.gtceu.black_bronze_crate": "Black Bronze Crate", @@ -35,6 +38,9 @@ "gtceu.heat_exchanger": "Heat Exchanger", "gtceu.fission_reactor": "Fission Reactor", "gtceu.evaporation_tower": "Evaporation Tower", + "gtceu.ostrum_harvester": "Ostrum Harvester", + "gtceu.moon_dust_harvester": "Moon Dust Harvester", + "gtceu.extraterrestrial_ore_fabricator": "Extraterrestrial Ore Fabricator", "item.gtceu.tiny_wood_dust": "Tiny Pile of Softwood Pulp", "item.gtceu.small_wood_dust": "Small Pile of Softwood Pulp", "item.gtceu.wood_dust": "Softwood Pulp", @@ -84,9 +90,7 @@ "item.gtceu.osmium_credit": "§732,768 Credits", "item.gtceu.naquadah_credit": "§7262,144 Credits", "item.gtceu.neutronium_credit": "§72,097,152 Credits", - "item.gtceu.treated_wood_plate": "Treated Medium Density Fiberboard", "item.gtceu.wood_plate": "Medium Density Fiberboard", - "item.gtceu.treated_wood_dust": "Treated Chipboard Composite", "material.gtceu.ice": "Ice Slush", "material.gtceu.damascus_steel": "Swine-steel", "material.gtceu.cooperite": "Cooperite", @@ -138,6 +142,11 @@ "material.gtceu.plutonium_pellet": "Plutonium Pellet", "material.gtceu.uranium_pellet": "Uranium Pellet", "material.gtceu.thorium_pellet": "Thorium Pellet", + "material.gtceu.residual_radioactive_concoction": "Residual Radioactive Concoction", + "material.gtceu.regolith_vapor": "Regolith Vapor", + "material.gtceu.dense_ostrum_vapor": "Dense Ostrum Vapor", + "material.gtceu.lightweight_ostrum_vapor": "Lightweight Ostrum Vapor", + "material.gtceu.ostrum_vapor": "Ostrum Vapor", "metaitem.dust.tooltip.purify": "Drop in Water to get Clean Dust", "metaitem.crushed.tooltip.purify": "Drop in Water to get Purified Ore", "item.gtceu.tool.behavior.silk_ice": "Silk harvests Packed Ice", @@ -167,6 +176,7 @@ "tagprefix.double_ingot": "%s Double Ingot", "tagprefix.poor_raw": "Poor Raw %s", "tagprefix.rich_raw": "Rich Raw %s", + "tagprefix.dusty_raw": "Dusty Raw %s", "tagprefix.gabbro": "Gabbro %s Ore", "tagprefix.shale": "Shale %s Ore", "tagprefix.claystone": "Claystone %s Ore", diff --git a/kubejs/assets/gtceu/lang/uk_ua.json b/kubejs/assets/gtceu/lang/uk_ua.json index c98584ff7..d62cb2589 100644 --- a/kubejs/assets/gtceu/lang/uk_ua.json +++ b/kubejs/assets/gtceu/lang/uk_ua.json @@ -87,6 +87,8 @@ "item.gtceu.treated_wood_plate": "ÐžÐąŅ€ÐūÐąÐŧÐĩÐ―Ð° ДВП ҁÐĩŅ€ÐĩÐīÐ―ŅŒÐūŅ— ҉ҖÐŧŅŒÐ―Ðūҁ҂Җ", "item.gtceu.wood_plate": "ДВП ҁÐĩŅ€ÐĩÐīÐ―ŅŒÐūŅ— ҉ҖÐŧŅŒÐ―Ðūҁ҂Җ", "item.gtceu.treated_wood_dust": "ÐžÐąŅ€ÐūÐąÐŧÐĩÐ―ÐļÐđ КÐūОÐŋÐūзÐļŅ‚ Ð―Ð° ÐūŅÐ―ÐūÐēŅ– Ð”ÐĄÐŸ", + "item.gtceu.small_treated_wood_dust": "НÐĩÐēÐĩÐŧÐļКа ÐšŅƒÐŋа ÐūÐąŅ€ÐūÐąÐŧÐĩÐ―ÐūÐģÐū ÐīÐĩŅ€ÐĩÐēÐūŅŅ‚Ņ€ŅƒÐķКÐūÐēÐūÐģÐū КÐūОÐŋÐūзÐļŅ‚Ņƒ", + "item.gtceu.tiny_treated_wood_dust": "МаÐŧÐĩÐ―ŅŒÐšÐ° ÐšŅƒÐŋа ÐūÐąŅ€ÐūÐąÐŧÐĩÐ―ÐūÐģÐū ÐīÐĩŅ€ÐĩÐēÐūŅŅ‚Ņ€ŅƒÐķКÐūÐēÐūÐģÐū КÐūОÐŋÐūзÐļŅ‚Ņƒ", "material.gtceu.ice": "ÐšŅ€ÐļÐķÐ°Ð―Ð° ÐšÐ°ŅˆÐ°", "material.gtceu.damascus_steel": "ÐĄÐēÐļÐ―ŅŅ‡Ð° ŅŅ‚Ð°ÐŧҌ", "material.gtceu.cooperite": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", @@ -95,6 +97,7 @@ "material.gtceu.ostrum": "ÐžŅŅ‚Ņ€ŅƒÐž", "material.gtceu.calorite": "КаÐŧÐūŅ€ÐļŅ‚", "material.gtceu.etrium": "Ð•Ņ‚Ņ€Ņ–ŅƒÐž", + "material.gtceu.aluminium_silicate": "АÐŧŅŽÐžÐūҁÐļÐŧŅ–ÐšÐ°Ņ‚", "material.gtceu.rocket_alloy_t1": "АÐŧŅŽÐžŅ–Ð―ÐūŅŅ‚Ð°ÐŧÐĩÐēÐļÐđ Ņ€Ð°ÐšÐĩŅ‚Ð―ÐļÐđ ҁÐŋÐŧаÐē R-КÐŧÐ°ŅŅƒ", "material.gtceu.rocket_alloy_t3": "РаКÐĩŅ‚Ð―ÐļÐđ ҁÐŋÐŧаÐē ÐēÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐūÐēÐūŅ— ŅŅ‚Ð°ÐŧŅ– 45-Ti", "material.gtceu.vitrified_asbestos": "Ð’Ņ–Ņ‚Ņ€ÐļŅ„Ņ–ÐšÐūÐēÐ°Ð―ÐļÐđ Ð°Ð·ÐąÐĩҁ҂", @@ -154,14 +157,14 @@ "tagprefix.pickaxe_head": "%s ЛÐĩзÐū КаÐđÐŧа", "tagprefix.shovel_head": "%s ЛÐĩзÐū ÐŧÐūÐŋÐ°Ņ‚Ðļ", "tagprefix.axe_head": "%s ЛÐĩзÐū ҁÐūКÐļŅ€Ðļ", - "tagprefix.hoe_head": "%s ЛÐĩзÐū ОÐūŅ‚ÐļКÐļ", + "tagprefix.hoe_head": "%s ОÐģÐūÐŧŅ–Ðē'Ņ ОÐūŅ‚ÐļКÐļ", "tagprefix.scythe_head": "%s ЛÐĩзÐū КÐūҁÐļ", - "tagprefix.file_head": "%s ЛÐĩзÐū Ð―Ð°ÐŋÐļÐŧКа", + "tagprefix.file_head": "%s ОÐģÐūÐŧŅ–Ðē'Ņ Ð―Ð°ÐŋÐļÐŧКа", "tagprefix.hammer_head": "%s ОÐģÐūÐŧŅ–Ðē'Ņ ОÐūÐŧÐūŅ‚Ð°", "tagprefix.saw_head": "%s ЛÐĩзÐū ÐŋÐļÐŧÐļ", "tagprefix.knife_head": "%s ЛÐĩзÐū Ð―ÐūÐķа", "tagprefix.butchery_knife_head": "%s ЛÐĩзÐū Ņ‚ÐĩŅÐ°ÐšÐ°", - "tagprefix.mining_hammer_head": "%s ЛÐĩзÐū ŅÐšÐĩÐŧŅŒÐ―ÐūÐģÐū ОÐūÐŧÐūŅ‚Ð°", + "tagprefix.mining_hammer_head": "%s ОÐģÐūÐŧŅ–Ðē'Ņ ŅÐšÐĩÐŧŅŒÐ―ÐūÐģÐū ОÐūÐŧÐūŅ‚Ð°", "tagprefix.spade_head": "%s ЛÐĩзÐū ÐŧÐūÐŋÐ°Ņ‚Ðļ", "tagprefix.double_ingot": "%s ПÐūÐīÐēŅ–ÐđÐ―ÐļÐđ зÐŧÐļŅ‚ÐūК", "tagprefix.poor_raw": "Ð‘Ņ–ÐīÐ―Ð°(Ðĩ, ÐļÐđ) ҁÐļŅ€Ð°(Ðĩ, ÐļÐđ) %s", diff --git a/kubejs/assets/gtceu/models/item/material_sets/dull/dusty_raw_ore.json b/kubejs/assets/gtceu/models/item/material_sets/dull/dusty_raw_ore.json new file mode 100644 index 000000000..686c28056 --- /dev/null +++ b/kubejs/assets/gtceu/models/item/material_sets/dull/dusty_raw_ore.json @@ -0,0 +1,8 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "gtceu:item/material_sets/dull/dusty_raw_ore", + "layer1": "gtceu:item/material_sets/dull/dusty_raw_ore_secondary", + "layer2": "gtceu:item/material_sets/dull/dusty_raw_ore_overlay" + } +} diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.dense_ostrum_vapor.png b/kubejs/assets/gtceu/textures/block/fluids/fluid.dense_ostrum_vapor.png new file mode 100644 index 000000000..d73ae13b2 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/fluids/fluid.dense_ostrum_vapor.png differ diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.dense_ostrum_vapor.png.mcmeta b/kubejs/assets/gtceu/textures/block/fluids/fluid.dense_ostrum_vapor.png.mcmeta new file mode 100644 index 000000000..744a3d54c --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/fluids/fluid.dense_ostrum_vapor.png.mcmeta @@ -0,0 +1,87 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 39, + 38, + 37, + 36, + 35, + 34, + 33, + 32, + 31, + 30, + 29, + 28, + 27, + 26, + 25, + 24, + 23, + 22, + 21, + 20, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.lightweight_ostrum_vapor.png b/kubejs/assets/gtceu/textures/block/fluids/fluid.lightweight_ostrum_vapor.png new file mode 100644 index 000000000..79398a232 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/fluids/fluid.lightweight_ostrum_vapor.png differ diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.lightweight_ostrum_vapor.png.mcmeta b/kubejs/assets/gtceu/textures/block/fluids/fluid.lightweight_ostrum_vapor.png.mcmeta new file mode 100644 index 000000000..744a3d54c --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/fluids/fluid.lightweight_ostrum_vapor.png.mcmeta @@ -0,0 +1,87 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 39, + 38, + 37, + 36, + 35, + 34, + 33, + 32, + 31, + 30, + 29, + 28, + 27, + 26, + 25, + 24, + 23, + 22, + 21, + 20, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.ostrum_vapor.png b/kubejs/assets/gtceu/textures/block/fluids/fluid.ostrum_vapor.png new file mode 100644 index 000000000..c2602b5a6 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/fluids/fluid.ostrum_vapor.png differ diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.ostrum_vapor.png.mcmeta b/kubejs/assets/gtceu/textures/block/fluids/fluid.ostrum_vapor.png.mcmeta new file mode 100644 index 000000000..744a3d54c --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/fluids/fluid.ostrum_vapor.png.mcmeta @@ -0,0 +1,87 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 39, + 38, + 37, + 36, + 35, + 34, + 33, + 32, + 31, + 30, + 29, + 28, + 27, + 26, + 25, + 24, + 23, + 22, + 21, + 20, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.regolith_vapor.png b/kubejs/assets/gtceu/textures/block/fluids/fluid.regolith_vapor.png new file mode 100644 index 000000000..915dedcc4 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/fluids/fluid.regolith_vapor.png differ diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.regolith_vapor.png.mcmeta b/kubejs/assets/gtceu/textures/block/fluids/fluid.regolith_vapor.png.mcmeta new file mode 100644 index 000000000..24f9c2fae --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/fluids/fluid.regolith_vapor.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 1 + } +} diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.residual_radioactive_concoction.png b/kubejs/assets/gtceu/textures/block/fluids/fluid.residual_radioactive_concoction.png new file mode 100644 index 000000000..c72ea40ed Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/fluids/fluid.residual_radioactive_concoction.png differ diff --git a/kubejs/assets/gtceu/textures/block/fluids/fluid.residual_radioactive_concoction.png.mcmeta b/kubejs/assets/gtceu/textures/block/fluids/fluid.residual_radioactive_concoction.png.mcmeta new file mode 100644 index 000000000..6439dab8e --- /dev/null +++ b/kubejs/assets/gtceu/textures/block/fluids/fluid.residual_radioactive_concoction.png.mcmeta @@ -0,0 +1,67 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 29, + 28, + 27, + 26, + 25, + 24, + 23, + 22, + 21, + 20, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore.png b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore.png new file mode 100644 index 000000000..19fa4c874 Binary files /dev/null and b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore.png differ diff --git a/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_overlay.png b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_overlay.png new file mode 100644 index 000000000..d516c7ec4 Binary files /dev/null and b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_overlay.png differ diff --git a/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_overlay.png.mcmeta b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_overlay.png.mcmeta new file mode 100644 index 000000000..6439dab8e --- /dev/null +++ b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_overlay.png.mcmeta @@ -0,0 +1,67 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 29, + 28, + 27, + 26, + 25, + 24, + 23, + 22, + 21, + 20, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_secondary.png b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_secondary.png new file mode 100644 index 000000000..592b1febe Binary files /dev/null and b/kubejs/assets/gtceu/textures/item/material_sets/dull/dusty_raw_ore_secondary.png differ diff --git a/kubejs/assets/minecraft/lang/en_gb.json b/kubejs/assets/minecraft/lang/en_gb.json index c5ccf5f68..51a9bc47f 100644 --- a/kubejs/assets/minecraft/lang/en_gb.json +++ b/kubejs/assets/minecraft/lang/en_gb.json @@ -45,7 +45,20 @@ "block.minecraft.pearlescent_froglight": "Pearlescent Lightbloom", "block.minecraft.verdant_froglight": "Verdant Lightbloom", "block.minecraft.ochre_froglight": "Ochre Lightbloom", - "minecraft:nether_wart_block": "Crimson Wart Block", + "block.minecraft.nether_wart_block": "Crimson Wart Block", + "block.minecraft.weeping_vines_plant": "Crimson Vines Plant", + "block.minecraft.weeping_vines": "Crimson Vines", + "block.minecraft.red_sand": "Hematitic Sand", + "block.minecraft.red_sandstone": "Hematitic Sandstone", + "block.minecraft.red_sandstone_stairs": "Hematitic Sandstone Stairs", + "block.minecraft.red_sandstone_slab": "Hematitic Sandstone Slab", + "block.minecraft.red_sandstone_wall": "Hematitic Sandstone Wall", + "block.minecraft.chiseled_red_sandstone": "Chiseled Hematitic Sandstone", + "block.minecraft.smooth_red_sandstone": "Smooth Hematitic Sandstone", + "block.minecraft.smooth_red_sandstone_stairs": "Smooth Hematitic Sandstone Stairs", + "block.minecraft.smooth_red_sandstone_slab": "Smooth Hematitic Sandstone Slab", + "block.minecraft.cut_red_sandstone": "Cut Hematitic Sandstone", + "block.minecraft.cut_red_sandstone_slab": "Cut Hematitic Sandstone Slab", "item.minecraft.iron_nugget": "Cast Iron Nugget", "item.minecraft.iron_ingot": "Cast Iron Ingot", "item.minecraft.iron_block": "Cast Iron Block", diff --git a/kubejs/assets/minecraft/lang/en_us.json b/kubejs/assets/minecraft/lang/en_us.json index c1b1b6d87..51a9bc47f 100644 --- a/kubejs/assets/minecraft/lang/en_us.json +++ b/kubejs/assets/minecraft/lang/en_us.json @@ -46,6 +46,8 @@ "block.minecraft.verdant_froglight": "Verdant Lightbloom", "block.minecraft.ochre_froglight": "Ochre Lightbloom", "block.minecraft.nether_wart_block": "Crimson Wart Block", + "block.minecraft.weeping_vines_plant": "Crimson Vines Plant", + "block.minecraft.weeping_vines": "Crimson Vines", "block.minecraft.red_sand": "Hematitic Sand", "block.minecraft.red_sandstone": "Hematitic Sandstone", "block.minecraft.red_sandstone_stairs": "Hematitic Sandstone Stairs", diff --git a/kubejs/assets/minecraft/lang/uk_ua.json b/kubejs/assets/minecraft/lang/uk_ua.json index d7f7df16d..cbc46730e 100644 --- a/kubejs/assets/minecraft/lang/uk_ua.json +++ b/kubejs/assets/minecraft/lang/uk_ua.json @@ -45,7 +45,20 @@ "block.minecraft.pearlescent_froglight": "ПÐĩŅ€ÐŧÐ°ÐžŅƒŅ‚Ņ€ÐūÐēÐļÐđ ÐĄÐēŅ–Ņ‚ÐŧÐūÐąŅƒŅ‚ÐūÐ―", "block.minecraft.verdant_froglight": "ЗÐĩÐŧÐĩÐ―Ņ–ŅŽŅ‡ÐļÐđ ÐĄÐēŅ–Ņ‚ÐŧÐūÐąŅƒŅ‚ÐūÐ―", "block.minecraft.ochre_froglight": "ÐžŅ…Ņ€Ðļҁ҂ÐļÐđ ÐĄÐēŅ–Ņ‚ÐŧÐūÐąŅƒŅ‚ÐūÐ―", - "minecraft:nether_wart_block": "БÐŧÐūК ÐąÐ°ÐģŅ€ÐūÐēÐūÐģÐū Ð―Ð°Ņ€ÐūŅŅ‚Ņƒ", + "block.minecraft.nether_wart_block": "БÐŧÐūК ÐąÐ°ÐģŅ€ÐūÐēÐūÐģÐū ÐąÐūŅ€ÐūÐīаÐēÐ―ÐļКа", + "block.minecraft.weeping_vines_plant": "БаÐģŅ€ŅÐ―Ð° ÐēÐļÐ―ÐūÐģŅ€Ð°ÐīÐ―Ð° ÐŧÐūза", + "block.minecraft.weeping_vines": "БаÐģŅ€ŅÐ―Ņ– ÐŧÐūзÐļ", + "block.minecraft.red_sand": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―ÐļÐđ ÐŋҖҁÐūК", + "block.minecraft.red_sandstone": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―ÐļÐđ ÐŋŅ–ŅÐšÐūÐēÐļК", + "block.minecraft.red_sandstone_stairs": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―Ņ– ÐŋŅ–ŅÐšÐūÐēÐļКÐūÐēŅ– ҁ҅ÐūÐīÐļ", + "block.minecraft.red_sandstone_slab": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―Ð° ÐŋŅ–ŅÐšÐūÐēÐļКÐūÐēа ÐŋÐŧÐļŅ‚Ð°", + "block.minecraft.red_sandstone_wall": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―Ð° ÐŋŅ–ŅÐšÐūÐēÐļКÐūÐēа ŅŅ‚Ņ–Ð―Ð°", + "block.minecraft.chiseled_red_sandstone": "Ð Ņ–Ð·ŅŒÐąÐŧÐĩÐ―ÐļÐđ ÐģÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―ÐļÐđ ÐŋŅ–ŅÐšÐūÐēÐļК", + "block.minecraft.smooth_red_sandstone": "ГÐŧаÐīКÐļÐđ ÐģÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―ÐļÐđ ÐŋŅ–ŅÐšÐūÐēÐļК", + "block.minecraft.smooth_red_sandstone_stairs": "ГÐŧаÐīÐšŅ– ÐģÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―Ņ– ÐŋŅ–ŅÐšÐūÐēÐļКÐūÐēŅ– ҁ҅ÐūÐīÐļ", + "block.minecraft.smooth_red_sandstone_slab": "ГÐŧаÐīКа ÐģÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―Ð° ÐŋŅ–ŅÐšÐūÐēÐļКÐūÐēа ÐŋÐŧÐļŅ‚Ð°", + "block.minecraft.cut_red_sandstone": "Ð Ņ–Ð·Ð°Ð―ÐļÐđ ÐģÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―ÐļÐđ ÐŋŅ–ŅÐšÐūÐēÐļК", + "block.minecraft.cut_red_sandstone_slab": "Ð Ņ–Ð·Ð°Ð―Ð° ÐģÐĩÐžÐ°Ņ‚ÐļŅ‚Ð―Ð° ÐŋŅ–ŅÐšÐūÐēÐļКÐūÐēа ÐŋÐŧÐļŅ‚Ð°", "item.minecraft.iron_nugget": "ÐĄÐ°ÐžÐūŅ€ÐūÐīÐūК Ņ‡Ð°ÐēŅƒÐ―Ņƒ", "item.minecraft.iron_ingot": "ЧаÐēŅƒÐ―Ð―ÐļÐđ зÐŧÐļŅ‚ÐūК", "item.minecraft.iron_block": "ЧаÐēŅƒÐ―Ð―ÐļÐđ ÐąÐŧÐūК", diff --git a/kubejs/assets/tfc/lang/en_us.json b/kubejs/assets/tfc/lang/en_us.json index ff6679e80..2bcfdf701 100644 --- a/kubejs/assets/tfc/lang/en_us.json +++ b/kubejs/assets/tfc/lang/en_us.json @@ -2,2606 +2,10 @@ "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", "block.tfc.fluid.salt_water": "Sea Water", "block.tfc.cauldron.salt_water": "Sea Water Cauldron", - "block.gtceu.andesite_almandine_ore.prospected": "Almandine", - "block.gtceu.andesite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.andesite_alunite_ore.prospected": "Alunite", - "block.gtceu.andesite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.andesite_apatite_ore.prospected": "Apatite", - "block.gtceu.andesite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.andesite_barite_ore.prospected": "Barite", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.andesite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.andesite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.andesite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.andesite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.andesite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.andesite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.andesite_borax_ore.prospected": "Borax", - "block.gtceu.andesite_bornite_ore.prospected": "Bornite", - "block.gtceu.andesite_calcite_ore.prospected": "Calcite", - "block.gtceu.andesite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.andesite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.andesite_chromite_ore.prospected": "Chromite", - "block.gtceu.andesite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.andesite_coal_ore.prospected": "Coal", - "block.gtceu.andesite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.andesite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "Copper", - "block.gtceu.andesite_diamond_ore.prospected": "Diamond", - "block.gtceu.andesite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.andesite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.andesite_emerald_ore.prospected": "Emerald", - "block.gtceu.andesite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.andesite_galena_ore.prospected": "Galena", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.andesite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.andesite_goethite_ore.prospected": "Goethite", - "block.gtceu.andesite_gold_ore.prospected": "Gold", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.andesite_graphite_ore.prospected": "Graphite", - "block.gtceu.andesite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.andesite_grossular_ore.prospected": "Grossular", - "block.gtceu.andesite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.andesite_hematite_ore.prospected": "Hematite", - "block.gtceu.andesite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.andesite_iron_ore.prospected": "Iron", - "block.gtceu.andesite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.andesite_lapis_ore.prospected": "Lapis", - "block.gtceu.andesite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.andesite_lead_ore.prospected": "Lead", - "block.gtceu.andesite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.andesite_lithium_ore.prospected": "Lithium", - "block.gtceu.andesite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.andesite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.andesite_malachite_ore.prospected": "Malachite", - "block.gtceu.andesite_mica_ore.prospected": "Mica", - "block.gtceu.andesite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.andesite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.andesite_monazite_ore.prospected": "Monazite", - "block.gtceu.andesite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.andesite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.andesite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.andesite_nickel_ore.prospected": "Nickel", - "block.gtceu.andesite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.andesite_olivine_ore.prospected": "Olivine", - "block.gtceu.andesite_opal_ore.prospected": "Opal", - "block.gtceu.andesite_palladium_ore.prospected": "Palladium", - "block.gtceu.andesite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.andesite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.andesite_platinum_ore.prospected": "Platinum", - "block.gtceu.andesite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.andesite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.andesite_powellite_ore.prospected": "Powellite", - "block.gtceu.andesite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.andesite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.andesite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.andesite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.andesite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.andesite_realgar_ore.prospected": "Realgar", - "block.gtceu.andesite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.andesite_redstone_ore.prospected": "Redstone", - "block.gtceu.andesite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.andesite_ruby_ore.prospected": "Ruby", - "block.gtceu.andesite_salt_ore.prospected": "Salt", - "block.gtceu.andesite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.andesite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.andesite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.andesite_silver_ore.prospected": "Silver", - "block.gtceu.andesite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.andesite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.andesite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.andesite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.andesite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.andesite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.andesite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.andesite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.andesite_talc_ore.prospected": "Talc", - "block.gtceu.andesite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.andesite_thorium_ore.prospected": "Thorium", - "block.gtceu.andesite_tin_ore.prospected": "Tin", - "block.gtceu.andesite_topaz_ore.prospected": "Topaz", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.andesite_trona_ore.prospected": "Trona", - "block.gtceu.andesite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.andesite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.andesite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.andesite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.basalt_almandine_ore.prospected": "Almandine", - "block.gtceu.basalt_aluminium_ore.prospected": "Aluminium", - "block.gtceu.basalt_alunite_ore.prospected": "Alunite", - "block.gtceu.basalt_amethyst_ore.prospected": "Amethyst", - "block.gtceu.basalt_apatite_ore.prospected": "Apatite", - "block.gtceu.basalt_asbestos_ore.prospected": "Asbestos", - "block.gtceu.basalt_barite_ore.prospected": "Barite", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.basalt_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.basalt_bauxite_ore.prospected": "Bauxite", - "block.gtceu.basalt_bentonite_ore.prospected": "Bentonite", - "block.gtceu.basalt_beryllium_ore.prospected": "Beryllium", - "block.gtceu.basalt_bismuth_ore.prospected": "Bismuth", - "block.gtceu.basalt_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.basalt_borax_ore.prospected": "Borax", - "block.gtceu.basalt_bornite_ore.prospected": "Bornite", - "block.gtceu.basalt_calcite_ore.prospected": "Calcite", - "block.gtceu.basalt_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.basalt_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.basalt_chromite_ore.prospected": "Chromite", - "block.gtceu.basalt_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.basalt_coal_ore.prospected": "Coal", - "block.gtceu.basalt_cobalt_ore.prospected": "Cobalt", - "block.gtceu.basalt_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.basalt_cooperite_ore.prospected": "Cooperite", - "block.gtceu.basalt_copper_ore.prospected": "Copper", - "block.gtceu.basalt_diamond_ore.prospected": "Diamond", - "block.gtceu.basalt_diatomite_ore.prospected": "Diatomite", - "block.gtceu.basalt_electrotine_ore.prospected": "Electrotine", - "block.gtceu.basalt_emerald_ore.prospected": "Emerald", - "block.gtceu.basalt_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.basalt_galena_ore.prospected": "Galena", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.basalt_garnierite_ore.prospected": "Garnierite", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.basalt_goethite_ore.prospected": "Goethite", - "block.gtceu.basalt_gold_ore.prospected": "Gold", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.basalt_graphite_ore.prospected": "Graphite", - "block.gtceu.basalt_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.basalt_grossular_ore.prospected": "Grossular", - "block.gtceu.basalt_gypsum_ore.prospected": "Gypsum", - "block.gtceu.basalt_hematite_ore.prospected": "Hematite", - "block.gtceu.basalt_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.basalt_iron_ore.prospected": "Iron", - "block.gtceu.basalt_kyanite_ore.prospected": "Kyanite", - "block.gtceu.basalt_lapis_ore.prospected": "Lapis", - "block.gtceu.basalt_lazurite_ore.prospected": "Lazurite", - "block.gtceu.basalt_lead_ore.prospected": "Lead", - "block.gtceu.basalt_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.basalt_lithium_ore.prospected": "Lithium", - "block.gtceu.basalt_magnesite_ore.prospected": "Magnesite", - "block.gtceu.basalt_magnetite_ore.prospected": "Magnetite", - "block.gtceu.basalt_malachite_ore.prospected": "Malachite", - "block.gtceu.basalt_mica_ore.prospected": "Mica", - "block.gtceu.basalt_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.basalt_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.basalt_monazite_ore.prospected": "Monazite", - "block.gtceu.basalt_naquadah_ore.prospected": "Naquadah", - "block.gtceu.basalt_neodymium_ore.prospected": "Neodymium", - "block.gtceu.basalt_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.basalt_nickel_ore.prospected": "Nickel", - "block.gtceu.basalt_oilsands_ore.prospected": "Oilsands", - "block.gtceu.basalt_olivine_ore.prospected": "Olivine", - "block.gtceu.basalt_opal_ore.prospected": "Opal", - "block.gtceu.basalt_palladium_ore.prospected": "Palladium", - "block.gtceu.basalt_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.basalt_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.basalt_platinum_ore.prospected": "Platinum", - "block.gtceu.basalt_plutonium_ore.prospected": "Plutonium", - "block.gtceu.basalt_pollucite_ore.prospected": "Pollucite", - "block.gtceu.basalt_powellite_ore.prospected": "Powellite", - "block.gtceu.basalt_pyrite_ore.prospected": "Pyrite", - "block.gtceu.basalt_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.basalt_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.basalt_pyrope_ore.prospected": "Pyrope", - "block.gtceu.basalt_quartzite_ore.prospected": "Quartzite", - "block.gtceu.basalt_realgar_ore.prospected": "Realgar", - "block.gtceu.basalt_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.basalt_redstone_ore.prospected": "Redstone", - "block.gtceu.basalt_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.basalt_ruby_ore.prospected": "Ruby", - "block.gtceu.basalt_salt_ore.prospected": "Salt", - "block.gtceu.basalt_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.basalt_sapphire_ore.prospected": "Sapphire", - "block.gtceu.basalt_scheelite_ore.prospected": "Scheelite", - "block.gtceu.basalt_silver_ore.prospected": "Silver", - "block.gtceu.basalt_soapstone_ore.prospected": "Soapstone", - "block.gtceu.basalt_sodalite_ore.prospected": "Sodalite", - "block.gtceu.basalt_spessartine_ore.prospected": "Spessartine", - "block.gtceu.basalt_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.basalt_spodumene_ore.prospected": "Spodumene", - "block.gtceu.basalt_stibnite_ore.prospected": "Stibnite", - "block.gtceu.basalt_sulfur_ore.prospected": "Sulfur", - "block.gtceu.basalt_sylvite_ore.prospected": "Sylvite", - "block.gtceu.basalt_talc_ore.prospected": "Talc", - "block.gtceu.basalt_tantalite_ore.prospected": "Tantalite", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.basalt_thorium_ore.prospected": "Thorium", - "block.gtceu.basalt_tin_ore.prospected": "Tin", - "block.gtceu.basalt_topaz_ore.prospected": "Topaz", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.basalt_trona_ore.prospected": "Trona", - "block.gtceu.basalt_tungstate_ore.prospected": "Tungstate", - "block.gtceu.basalt_uraninite_ore.prospected": "Uraninite", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.basalt_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.basalt_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chalk_almandine_ore.prospected": "Almandine", - "block.gtceu.chalk_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chalk_alunite_ore.prospected": "Alunite", - "block.gtceu.chalk_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chalk_apatite_ore.prospected": "Apatite", - "block.gtceu.chalk_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chalk_barite_ore.prospected": "Barite", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chalk_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chalk_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chalk_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chalk_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chalk_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chalk_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chalk_borax_ore.prospected": "Borax", - "block.gtceu.chalk_bornite_ore.prospected": "Bornite", - "block.gtceu.chalk_calcite_ore.prospected": "Calcite", - "block.gtceu.chalk_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chalk_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chalk_chromite_ore.prospected": "Chromite", - "block.gtceu.chalk_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chalk_coal_ore.prospected": "Coal", - "block.gtceu.chalk_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chalk_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chalk_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chalk_copper_ore.prospected": "Copper", - "block.gtceu.chalk_diamond_ore.prospected": "Diamond", - "block.gtceu.chalk_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chalk_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chalk_emerald_ore.prospected": "Emerald", - "block.gtceu.chalk_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chalk_galena_ore.prospected": "Galena", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chalk_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chalk_goethite_ore.prospected": "Goethite", - "block.gtceu.chalk_gold_ore.prospected": "Gold", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chalk_graphite_ore.prospected": "Graphite", - "block.gtceu.chalk_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chalk_grossular_ore.prospected": "Grossular", - "block.gtceu.chalk_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chalk_hematite_ore.prospected": "Hematite", - "block.gtceu.chalk_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chalk_iron_ore.prospected": "Iron", - "block.gtceu.chalk_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chalk_lapis_ore.prospected": "Lapis", - "block.gtceu.chalk_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chalk_lead_ore.prospected": "Lead", - "block.gtceu.chalk_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chalk_lithium_ore.prospected": "Lithium", - "block.gtceu.chalk_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chalk_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chalk_malachite_ore.prospected": "Malachite", - "block.gtceu.chalk_mica_ore.prospected": "Mica", - "block.gtceu.chalk_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chalk_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chalk_monazite_ore.prospected": "Monazite", - "block.gtceu.chalk_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chalk_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chalk_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chalk_nickel_ore.prospected": "Nickel", - "block.gtceu.chalk_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chalk_olivine_ore.prospected": "Olivine", - "block.gtceu.chalk_opal_ore.prospected": "Opal", - "block.gtceu.chalk_palladium_ore.prospected": "Palladium", - "block.gtceu.chalk_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chalk_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chalk_platinum_ore.prospected": "Platinum", - "block.gtceu.chalk_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chalk_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chalk_powellite_ore.prospected": "Powellite", - "block.gtceu.chalk_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chalk_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chalk_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chalk_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chalk_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chalk_realgar_ore.prospected": "Realgar", - "block.gtceu.chalk_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chalk_redstone_ore.prospected": "Redstone", - "block.gtceu.chalk_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chalk_ruby_ore.prospected": "Ruby", - "block.gtceu.chalk_salt_ore.prospected": "Salt", - "block.gtceu.chalk_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chalk_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chalk_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chalk_silver_ore.prospected": "Silver", - "block.gtceu.chalk_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chalk_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chalk_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chalk_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chalk_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chalk_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chalk_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chalk_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chalk_talc_ore.prospected": "Talc", - "block.gtceu.chalk_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chalk_thorium_ore.prospected": "Thorium", - "block.gtceu.chalk_tin_ore.prospected": "Tin", - "block.gtceu.chalk_topaz_ore.prospected": "Topaz", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chalk_trona_ore.prospected": "Trona", - "block.gtceu.chalk_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chalk_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chalk_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chalk_zeolite_ore.prospected": "Zeolite", - "block.gtceu.chert_almandine_ore.prospected": "Almandine", - "block.gtceu.chert_aluminium_ore.prospected": "Aluminium", - "block.gtceu.chert_alunite_ore.prospected": "Alunite", - "block.gtceu.chert_amethyst_ore.prospected": "Amethyst", - "block.gtceu.chert_apatite_ore.prospected": "Apatite", - "block.gtceu.chert_asbestos_ore.prospected": "Asbestos", - "block.gtceu.chert_barite_ore.prospected": "Barite", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.chert_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.chert_bauxite_ore.prospected": "Bauxite", - "block.gtceu.chert_bentonite_ore.prospected": "Bentonite", - "block.gtceu.chert_beryllium_ore.prospected": "Beryllium", - "block.gtceu.chert_bismuth_ore.prospected": "Bismuth", - "block.gtceu.chert_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.chert_borax_ore.prospected": "Borax", - "block.gtceu.chert_bornite_ore.prospected": "Bornite", - "block.gtceu.chert_calcite_ore.prospected": "Calcite", - "block.gtceu.chert_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.chert_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.chert_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.chert_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.chert_chromite_ore.prospected": "Chromite", - "block.gtceu.chert_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.chert_coal_ore.prospected": "Coal", - "block.gtceu.chert_cobalt_ore.prospected": "Cobalt", - "block.gtceu.chert_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.chert_cooperite_ore.prospected": "Cooperite", - "block.gtceu.chert_copper_ore.prospected": "Copper", - "block.gtceu.chert_diamond_ore.prospected": "Diamond", - "block.gtceu.chert_diatomite_ore.prospected": "Diatomite", - "block.gtceu.chert_electrotine_ore.prospected": "Electrotine", - "block.gtceu.chert_emerald_ore.prospected": "Emerald", - "block.gtceu.chert_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.chert_galena_ore.prospected": "Galena", - "block.gtceu.chert_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.chert_garnierite_ore.prospected": "Garnierite", - "block.gtceu.chert_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.chert_goethite_ore.prospected": "Goethite", - "block.gtceu.chert_gold_ore.prospected": "Gold", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.chert_graphite_ore.prospected": "Graphite", - "block.gtceu.chert_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.chert_grossular_ore.prospected": "Grossular", - "block.gtceu.chert_gypsum_ore.prospected": "Gypsum", - "block.gtceu.chert_hematite_ore.prospected": "Hematite", - "block.gtceu.chert_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.chert_iron_ore.prospected": "Iron", - "block.gtceu.chert_kyanite_ore.prospected": "Kyanite", - "block.gtceu.chert_lapis_ore.prospected": "Lapis", - "block.gtceu.chert_lazurite_ore.prospected": "Lazurite", - "block.gtceu.chert_lead_ore.prospected": "Lead", - "block.gtceu.chert_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.chert_lithium_ore.prospected": "Lithium", - "block.gtceu.chert_magnesite_ore.prospected": "Magnesite", - "block.gtceu.chert_magnetite_ore.prospected": "Magnetite", - "block.gtceu.chert_malachite_ore.prospected": "Malachite", - "block.gtceu.chert_mica_ore.prospected": "Mica", - "block.gtceu.chert_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.chert_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.chert_monazite_ore.prospected": "Monazite", - "block.gtceu.chert_naquadah_ore.prospected": "Naquadah", - "block.gtceu.chert_neodymium_ore.prospected": "Neodymium", - "block.gtceu.chert_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.chert_nickel_ore.prospected": "Nickel", - "block.gtceu.chert_oilsands_ore.prospected": "Oilsands", - "block.gtceu.chert_olivine_ore.prospected": "Olivine", - "block.gtceu.chert_opal_ore.prospected": "Opal", - "block.gtceu.chert_palladium_ore.prospected": "Palladium", - "block.gtceu.chert_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.chert_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.chert_platinum_ore.prospected": "Platinum", - "block.gtceu.chert_plutonium_ore.prospected": "Plutonium", - "block.gtceu.chert_pollucite_ore.prospected": "Pollucite", - "block.gtceu.chert_powellite_ore.prospected": "Powellite", - "block.gtceu.chert_pyrite_ore.prospected": "Pyrite", - "block.gtceu.chert_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.chert_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.chert_pyrope_ore.prospected": "Pyrope", - "block.gtceu.chert_quartzite_ore.prospected": "Quartzite", - "block.gtceu.chert_realgar_ore.prospected": "Realgar", - "block.gtceu.chert_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.chert_redstone_ore.prospected": "Redstone", - "block.gtceu.chert_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.chert_ruby_ore.prospected": "Ruby", - "block.gtceu.chert_salt_ore.prospected": "Salt", - "block.gtceu.chert_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.chert_sapphire_ore.prospected": "Sapphire", - "block.gtceu.chert_scheelite_ore.prospected": "Scheelite", - "block.gtceu.chert_silver_ore.prospected": "Silver", - "block.gtceu.chert_soapstone_ore.prospected": "Soapstone", - "block.gtceu.chert_sodalite_ore.prospected": "Sodalite", - "block.gtceu.chert_spessartine_ore.prospected": "Spessartine", - "block.gtceu.chert_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.chert_spodumene_ore.prospected": "Spodumene", - "block.gtceu.chert_stibnite_ore.prospected": "Stibnite", - "block.gtceu.chert_sulfur_ore.prospected": "Sulfur", - "block.gtceu.chert_sylvite_ore.prospected": "Sylvite", - "block.gtceu.chert_talc_ore.prospected": "Talc", - "block.gtceu.chert_tantalite_ore.prospected": "Tantalite", - "block.gtceu.chert_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.chert_thorium_ore.prospected": "Thorium", - "block.gtceu.chert_tin_ore.prospected": "Tin", - "block.gtceu.chert_topaz_ore.prospected": "Topaz", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.chert_trona_ore.prospected": "Trona", - "block.gtceu.chert_tungstate_ore.prospected": "Tungstate", - "block.gtceu.chert_uraninite_ore.prospected": "Uraninite", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.chert_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.chert_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.chert_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.chert_zeolite_ore.prospected": "Zeolite", - "block.gtceu.claystone_almandine_ore.prospected": "Almandine", - "block.gtceu.claystone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.claystone_alunite_ore.prospected": "Alunite", - "block.gtceu.claystone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.claystone_apatite_ore.prospected": "Apatite", - "block.gtceu.claystone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.claystone_barite_ore.prospected": "Barite", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.claystone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.claystone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.claystone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.claystone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.claystone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.claystone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.claystone_borax_ore.prospected": "Borax", - "block.gtceu.claystone_bornite_ore.prospected": "Bornite", - "block.gtceu.claystone_calcite_ore.prospected": "Calcite", - "block.gtceu.claystone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.claystone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.claystone_chromite_ore.prospected": "Chromite", - "block.gtceu.claystone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.claystone_coal_ore.prospected": "Coal", - "block.gtceu.claystone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.claystone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.claystone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.claystone_copper_ore.prospected": "Copper", - "block.gtceu.claystone_diamond_ore.prospected": "Diamond", - "block.gtceu.claystone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.claystone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.claystone_emerald_ore.prospected": "Emerald", - "block.gtceu.claystone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.claystone_galena_ore.prospected": "Galena", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.claystone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.claystone_goethite_ore.prospected": "Goethite", - "block.gtceu.claystone_gold_ore.prospected": "Gold", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.claystone_graphite_ore.prospected": "Graphite", - "block.gtceu.claystone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.claystone_grossular_ore.prospected": "Grossular", - "block.gtceu.claystone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.claystone_hematite_ore.prospected": "Hematite", - "block.gtceu.claystone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.claystone_iron_ore.prospected": "Iron", - "block.gtceu.claystone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.claystone_lapis_ore.prospected": "Lapis", - "block.gtceu.claystone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.claystone_lead_ore.prospected": "Lead", - "block.gtceu.claystone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.claystone_lithium_ore.prospected": "Lithium", - "block.gtceu.claystone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.claystone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.claystone_malachite_ore.prospected": "Malachite", - "block.gtceu.claystone_mica_ore.prospected": "Mica", - "block.gtceu.claystone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.claystone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.claystone_monazite_ore.prospected": "Monazite", - "block.gtceu.claystone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.claystone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.claystone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.claystone_nickel_ore.prospected": "Nickel", - "block.gtceu.claystone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.claystone_olivine_ore.prospected": "Olivine", - "block.gtceu.claystone_opal_ore.prospected": "Opal", - "block.gtceu.claystone_palladium_ore.prospected": "Palladium", - "block.gtceu.claystone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.claystone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.claystone_platinum_ore.prospected": "Platinum", - "block.gtceu.claystone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.claystone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.claystone_powellite_ore.prospected": "Powellite", - "block.gtceu.claystone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.claystone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.claystone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.claystone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.claystone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.claystone_realgar_ore.prospected": "Realgar", - "block.gtceu.claystone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.claystone_redstone_ore.prospected": "Redstone", - "block.gtceu.claystone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.claystone_ruby_ore.prospected": "Ruby", - "block.gtceu.claystone_salt_ore.prospected": "Salt", - "block.gtceu.claystone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.claystone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.claystone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.claystone_silver_ore.prospected": "Silver", - "block.gtceu.claystone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.claystone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.claystone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.claystone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.claystone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.claystone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.claystone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.claystone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.claystone_talc_ore.prospected": "Talc", - "block.gtceu.claystone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.claystone_thorium_ore.prospected": "Thorium", - "block.gtceu.claystone_tin_ore.prospected": "Tin", - "block.gtceu.claystone_topaz_ore.prospected": "Topaz", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.claystone_trona_ore.prospected": "Trona", - "block.gtceu.claystone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.claystone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.claystone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.claystone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.conglomerate_almandine_ore.prospected": "Almandine", - "block.gtceu.conglomerate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.conglomerate_alunite_ore.prospected": "Alunite", - "block.gtceu.conglomerate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.conglomerate_apatite_ore.prospected": "Apatite", - "block.gtceu.conglomerate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.conglomerate_barite_ore.prospected": "Barite", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.conglomerate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.conglomerate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.conglomerate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.conglomerate_borax_ore.prospected": "Borax", - "block.gtceu.conglomerate_bornite_ore.prospected": "Bornite", - "block.gtceu.conglomerate_calcite_ore.prospected": "Calcite", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.conglomerate_chromite_ore.prospected": "Chromite", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.conglomerate_coal_ore.prospected": "Coal", - "block.gtceu.conglomerate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.conglomerate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.conglomerate_copper_ore.prospected": "Copper", - "block.gtceu.conglomerate_diamond_ore.prospected": "Diamond", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.conglomerate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.conglomerate_emerald_ore.prospected": "Emerald", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.conglomerate_galena_ore.prospected": "Galena", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.conglomerate_goethite_ore.prospected": "Goethite", - "block.gtceu.conglomerate_gold_ore.prospected": "Gold", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.conglomerate_graphite_ore.prospected": "Graphite", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.conglomerate_grossular_ore.prospected": "Grossular", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.conglomerate_hematite_ore.prospected": "Hematite", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.conglomerate_iron_ore.prospected": "Iron", - "block.gtceu.conglomerate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.conglomerate_lapis_ore.prospected": "Lapis", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.conglomerate_lead_ore.prospected": "Lead", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.conglomerate_lithium_ore.prospected": "Lithium", - "block.gtceu.conglomerate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.conglomerate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.conglomerate_malachite_ore.prospected": "Malachite", - "block.gtceu.conglomerate_mica_ore.prospected": "Mica", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.conglomerate_monazite_ore.prospected": "Monazite", - "block.gtceu.conglomerate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.conglomerate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.conglomerate_nickel_ore.prospected": "Nickel", - "block.gtceu.conglomerate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.conglomerate_olivine_ore.prospected": "Olivine", - "block.gtceu.conglomerate_opal_ore.prospected": "Opal", - "block.gtceu.conglomerate_palladium_ore.prospected": "Palladium", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.conglomerate_platinum_ore.prospected": "Platinum", - "block.gtceu.conglomerate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.conglomerate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.conglomerate_powellite_ore.prospected": "Powellite", - "block.gtceu.conglomerate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.conglomerate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.conglomerate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.conglomerate_realgar_ore.prospected": "Realgar", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.conglomerate_redstone_ore.prospected": "Redstone", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ruby", - "block.gtceu.conglomerate_salt_ore.prospected": "Salt", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.conglomerate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.conglomerate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.conglomerate_silver_ore.prospected": "Silver", - "block.gtceu.conglomerate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.conglomerate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.conglomerate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.conglomerate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.conglomerate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.conglomerate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.conglomerate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.conglomerate_talc_ore.prospected": "Talc", - "block.gtceu.conglomerate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.conglomerate_thorium_ore.prospected": "Thorium", - "block.gtceu.conglomerate_tin_ore.prospected": "Tin", - "block.gtceu.conglomerate_topaz_ore.prospected": "Topaz", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.conglomerate_trona_ore.prospected": "Trona", - "block.gtceu.conglomerate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.conglomerate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.conglomerate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dacite_almandine_ore.prospected": "Almandine", - "block.gtceu.dacite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dacite_alunite_ore.prospected": "Alunite", - "block.gtceu.dacite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dacite_apatite_ore.prospected": "Apatite", - "block.gtceu.dacite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dacite_barite_ore.prospected": "Barite", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dacite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dacite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dacite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dacite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dacite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dacite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dacite_borax_ore.prospected": "Borax", - "block.gtceu.dacite_bornite_ore.prospected": "Bornite", - "block.gtceu.dacite_calcite_ore.prospected": "Calcite", - "block.gtceu.dacite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dacite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dacite_chromite_ore.prospected": "Chromite", - "block.gtceu.dacite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dacite_coal_ore.prospected": "Coal", - "block.gtceu.dacite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dacite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dacite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dacite_copper_ore.prospected": "Copper", - "block.gtceu.dacite_diamond_ore.prospected": "Diamond", - "block.gtceu.dacite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dacite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dacite_emerald_ore.prospected": "Emerald", - "block.gtceu.dacite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dacite_galena_ore.prospected": "Galena", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dacite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dacite_goethite_ore.prospected": "Goethite", - "block.gtceu.dacite_gold_ore.prospected": "Gold", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dacite_graphite_ore.prospected": "Graphite", - "block.gtceu.dacite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dacite_grossular_ore.prospected": "Grossular", - "block.gtceu.dacite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dacite_hematite_ore.prospected": "Hematite", - "block.gtceu.dacite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dacite_iron_ore.prospected": "Iron", - "block.gtceu.dacite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dacite_lapis_ore.prospected": "Lapis", - "block.gtceu.dacite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dacite_lead_ore.prospected": "Lead", - "block.gtceu.dacite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dacite_lithium_ore.prospected": "Lithium", - "block.gtceu.dacite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dacite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dacite_malachite_ore.prospected": "Malachite", - "block.gtceu.dacite_mica_ore.prospected": "Mica", - "block.gtceu.dacite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dacite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dacite_monazite_ore.prospected": "Monazite", - "block.gtceu.dacite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dacite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dacite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dacite_nickel_ore.prospected": "Nickel", - "block.gtceu.dacite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dacite_olivine_ore.prospected": "Olivine", - "block.gtceu.dacite_opal_ore.prospected": "Opal", - "block.gtceu.dacite_palladium_ore.prospected": "Palladium", - "block.gtceu.dacite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dacite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dacite_platinum_ore.prospected": "Platinum", - "block.gtceu.dacite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dacite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dacite_powellite_ore.prospected": "Powellite", - "block.gtceu.dacite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dacite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dacite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dacite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dacite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dacite_realgar_ore.prospected": "Realgar", - "block.gtceu.dacite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dacite_redstone_ore.prospected": "Redstone", - "block.gtceu.dacite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dacite_ruby_ore.prospected": "Ruby", - "block.gtceu.dacite_salt_ore.prospected": "Salt", - "block.gtceu.dacite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dacite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dacite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dacite_silver_ore.prospected": "Silver", - "block.gtceu.dacite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dacite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dacite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dacite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dacite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dacite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dacite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dacite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dacite_talc_ore.prospected": "Talc", - "block.gtceu.dacite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dacite_thorium_ore.prospected": "Thorium", - "block.gtceu.dacite_tin_ore.prospected": "Tin", - "block.gtceu.dacite_topaz_ore.prospected": "Topaz", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dacite_trona_ore.prospected": "Trona", - "block.gtceu.dacite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dacite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dacite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dacite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.diorite_almandine_ore.prospected": "Almandine", - "block.gtceu.diorite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.diorite_alunite_ore.prospected": "Alunite", - "block.gtceu.diorite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.diorite_apatite_ore.prospected": "Apatite", - "block.gtceu.diorite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.diorite_barite_ore.prospected": "Barite", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.diorite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.diorite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.diorite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.diorite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.diorite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.diorite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.diorite_borax_ore.prospected": "Borax", - "block.gtceu.diorite_bornite_ore.prospected": "Bornite", - "block.gtceu.diorite_calcite_ore.prospected": "Calcite", - "block.gtceu.diorite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.diorite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.diorite_chromite_ore.prospected": "Chromite", - "block.gtceu.diorite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.diorite_coal_ore.prospected": "Coal", - "block.gtceu.diorite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.diorite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.diorite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.diorite_copper_ore.prospected": "Copper", - "block.gtceu.diorite_diamond_ore.prospected": "Diamond", - "block.gtceu.diorite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.diorite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.diorite_emerald_ore.prospected": "Emerald", - "block.gtceu.diorite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.diorite_galena_ore.prospected": "Galena", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.diorite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.diorite_goethite_ore.prospected": "Goethite", - "block.gtceu.diorite_gold_ore.prospected": "Gold", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.diorite_graphite_ore.prospected": "Graphite", - "block.gtceu.diorite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.diorite_grossular_ore.prospected": "Grossular", - "block.gtceu.diorite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.diorite_hematite_ore.prospected": "Hematite", - "block.gtceu.diorite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.diorite_iron_ore.prospected": "Iron", - "block.gtceu.diorite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.diorite_lapis_ore.prospected": "Lapis", - "block.gtceu.diorite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.diorite_lead_ore.prospected": "Lead", - "block.gtceu.diorite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.diorite_lithium_ore.prospected": "Lithium", - "block.gtceu.diorite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.diorite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.diorite_malachite_ore.prospected": "Malachite", - "block.gtceu.diorite_mica_ore.prospected": "Mica", - "block.gtceu.diorite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.diorite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.diorite_monazite_ore.prospected": "Monazite", - "block.gtceu.diorite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.diorite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.diorite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.diorite_nickel_ore.prospected": "Nickel", - "block.gtceu.diorite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.diorite_olivine_ore.prospected": "Olivine", - "block.gtceu.diorite_opal_ore.prospected": "Opal", - "block.gtceu.diorite_palladium_ore.prospected": "Palladium", - "block.gtceu.diorite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.diorite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.diorite_platinum_ore.prospected": "Platinum", - "block.gtceu.diorite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.diorite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.diorite_powellite_ore.prospected": "Powellite", - "block.gtceu.diorite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.diorite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.diorite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.diorite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.diorite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.diorite_realgar_ore.prospected": "Realgar", - "block.gtceu.diorite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.diorite_redstone_ore.prospected": "Redstone", - "block.gtceu.diorite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.diorite_ruby_ore.prospected": "Ruby", - "block.gtceu.diorite_salt_ore.prospected": "Salt", - "block.gtceu.diorite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.diorite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.diorite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.diorite_silver_ore.prospected": "Silver", - "block.gtceu.diorite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.diorite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.diorite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.diorite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.diorite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.diorite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.diorite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.diorite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.diorite_talc_ore.prospected": "Talc", - "block.gtceu.diorite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.diorite_thorium_ore.prospected": "Thorium", - "block.gtceu.diorite_tin_ore.prospected": "Tin", - "block.gtceu.diorite_topaz_ore.prospected": "Topaz", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.diorite_trona_ore.prospected": "Trona", - "block.gtceu.diorite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.diorite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.diorite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.diorite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dolomite_almandine_ore.prospected": "Almandine", - "block.gtceu.dolomite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dolomite_alunite_ore.prospected": "Alunite", - "block.gtceu.dolomite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dolomite_apatite_ore.prospected": "Apatite", - "block.gtceu.dolomite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dolomite_barite_ore.prospected": "Barite", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dolomite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dolomite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dolomite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dolomite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dolomite_borax_ore.prospected": "Borax", - "block.gtceu.dolomite_bornite_ore.prospected": "Bornite", - "block.gtceu.dolomite_calcite_ore.prospected": "Calcite", - "block.gtceu.dolomite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dolomite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dolomite_chromite_ore.prospected": "Chromite", - "block.gtceu.dolomite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dolomite_coal_ore.prospected": "Coal", - "block.gtceu.dolomite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dolomite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dolomite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dolomite_copper_ore.prospected": "Copper", - "block.gtceu.dolomite_diamond_ore.prospected": "Diamond", - "block.gtceu.dolomite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dolomite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dolomite_emerald_ore.prospected": "Emerald", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dolomite_galena_ore.prospected": "Galena", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dolomite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dolomite_goethite_ore.prospected": "Goethite", - "block.gtceu.dolomite_gold_ore.prospected": "Gold", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dolomite_graphite_ore.prospected": "Graphite", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dolomite_grossular_ore.prospected": "Grossular", - "block.gtceu.dolomite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dolomite_hematite_ore.prospected": "Hematite", - "block.gtceu.dolomite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dolomite_iron_ore.prospected": "Iron", - "block.gtceu.dolomite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dolomite_lapis_ore.prospected": "Lapis", - "block.gtceu.dolomite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dolomite_lead_ore.prospected": "Lead", - "block.gtceu.dolomite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dolomite_lithium_ore.prospected": "Lithium", - "block.gtceu.dolomite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dolomite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dolomite_malachite_ore.prospected": "Malachite", - "block.gtceu.dolomite_mica_ore.prospected": "Mica", - "block.gtceu.dolomite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dolomite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dolomite_monazite_ore.prospected": "Monazite", - "block.gtceu.dolomite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dolomite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dolomite_nickel_ore.prospected": "Nickel", - "block.gtceu.dolomite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dolomite_olivine_ore.prospected": "Olivine", - "block.gtceu.dolomite_opal_ore.prospected": "Opal", - "block.gtceu.dolomite_palladium_ore.prospected": "Palladium", - "block.gtceu.dolomite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dolomite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dolomite_platinum_ore.prospected": "Platinum", - "block.gtceu.dolomite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dolomite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dolomite_powellite_ore.prospected": "Powellite", - "block.gtceu.dolomite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dolomite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dolomite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dolomite_realgar_ore.prospected": "Realgar", - "block.gtceu.dolomite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dolomite_redstone_ore.prospected": "Redstone", - "block.gtceu.dolomite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dolomite_ruby_ore.prospected": "Ruby", - "block.gtceu.dolomite_salt_ore.prospected": "Salt", - "block.gtceu.dolomite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dolomite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dolomite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dolomite_silver_ore.prospected": "Silver", - "block.gtceu.dolomite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dolomite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dolomite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dolomite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dolomite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dolomite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dolomite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dolomite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dolomite_talc_ore.prospected": "Talc", - "block.gtceu.dolomite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dolomite_thorium_ore.prospected": "Thorium", - "block.gtceu.dolomite_tin_ore.prospected": "Tin", - "block.gtceu.dolomite_topaz_ore.prospected": "Topaz", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dolomite_trona_ore.prospected": "Trona", - "block.gtceu.dolomite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dolomite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dolomite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gabbro_almandine_ore.prospected": "Almandine", - "block.gtceu.gabbro_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gabbro_alunite_ore.prospected": "Alunite", - "block.gtceu.gabbro_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gabbro_apatite_ore.prospected": "Apatite", - "block.gtceu.gabbro_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gabbro_barite_ore.prospected": "Barite", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gabbro_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gabbro_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gabbro_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gabbro_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gabbro_borax_ore.prospected": "Borax", - "block.gtceu.gabbro_bornite_ore.prospected": "Bornite", - "block.gtceu.gabbro_calcite_ore.prospected": "Calcite", - "block.gtceu.gabbro_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gabbro_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gabbro_chromite_ore.prospected": "Chromite", - "block.gtceu.gabbro_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gabbro_coal_ore.prospected": "Coal", - "block.gtceu.gabbro_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gabbro_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gabbro_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gabbro_copper_ore.prospected": "Copper", - "block.gtceu.gabbro_diamond_ore.prospected": "Diamond", - "block.gtceu.gabbro_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gabbro_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gabbro_emerald_ore.prospected": "Emerald", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gabbro_galena_ore.prospected": "Galena", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gabbro_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gabbro_goethite_ore.prospected": "Goethite", - "block.gtceu.gabbro_gold_ore.prospected": "Gold", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gabbro_graphite_ore.prospected": "Graphite", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gabbro_grossular_ore.prospected": "Grossular", - "block.gtceu.gabbro_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gabbro_hematite_ore.prospected": "Hematite", - "block.gtceu.gabbro_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gabbro_iron_ore.prospected": "Iron", - "block.gtceu.gabbro_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gabbro_lapis_ore.prospected": "Lapis", - "block.gtceu.gabbro_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gabbro_lead_ore.prospected": "Lead", - "block.gtceu.gabbro_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gabbro_lithium_ore.prospected": "Lithium", - "block.gtceu.gabbro_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gabbro_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gabbro_malachite_ore.prospected": "Malachite", - "block.gtceu.gabbro_mica_ore.prospected": "Mica", - "block.gtceu.gabbro_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gabbro_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gabbro_monazite_ore.prospected": "Monazite", - "block.gtceu.gabbro_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gabbro_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gabbro_nickel_ore.prospected": "Nickel", - "block.gtceu.gabbro_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gabbro_olivine_ore.prospected": "Olivine", - "block.gtceu.gabbro_opal_ore.prospected": "Opal", - "block.gtceu.gabbro_palladium_ore.prospected": "Palladium", - "block.gtceu.gabbro_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gabbro_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gabbro_platinum_ore.prospected": "Platinum", - "block.gtceu.gabbro_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gabbro_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gabbro_powellite_ore.prospected": "Powellite", - "block.gtceu.gabbro_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gabbro_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gabbro_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gabbro_realgar_ore.prospected": "Realgar", - "block.gtceu.gabbro_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gabbro_redstone_ore.prospected": "Redstone", - "block.gtceu.gabbro_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gabbro_ruby_ore.prospected": "Ruby", - "block.gtceu.gabbro_salt_ore.prospected": "Salt", - "block.gtceu.gabbro_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gabbro_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gabbro_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gabbro_silver_ore.prospected": "Silver", - "block.gtceu.gabbro_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gabbro_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gabbro_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gabbro_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gabbro_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gabbro_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gabbro_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gabbro_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gabbro_talc_ore.prospected": "Talc", - "block.gtceu.gabbro_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gabbro_thorium_ore.prospected": "Thorium", - "block.gtceu.gabbro_tin_ore.prospected": "Tin", - "block.gtceu.gabbro_topaz_ore.prospected": "Topaz", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gabbro_trona_ore.prospected": "Trona", - "block.gtceu.gabbro_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gabbro_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gabbro_zeolite_ore.prospected": "Zeolite", - "block.gtceu.gneiss_almandine_ore.prospected": "Almandine", - "block.gtceu.gneiss_aluminium_ore.prospected": "Aluminium", - "block.gtceu.gneiss_alunite_ore.prospected": "Alunite", - "block.gtceu.gneiss_amethyst_ore.prospected": "Amethyst", - "block.gtceu.gneiss_apatite_ore.prospected": "Apatite", - "block.gtceu.gneiss_asbestos_ore.prospected": "Asbestos", - "block.gtceu.gneiss_barite_ore.prospected": "Barite", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.gneiss_bauxite_ore.prospected": "Bauxite", - "block.gtceu.gneiss_bentonite_ore.prospected": "Bentonite", - "block.gtceu.gneiss_beryllium_ore.prospected": "Beryllium", - "block.gtceu.gneiss_bismuth_ore.prospected": "Bismuth", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.gneiss_borax_ore.prospected": "Borax", - "block.gtceu.gneiss_bornite_ore.prospected": "Bornite", - "block.gtceu.gneiss_calcite_ore.prospected": "Calcite", - "block.gtceu.gneiss_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.gneiss_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.gneiss_chromite_ore.prospected": "Chromite", - "block.gtceu.gneiss_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.gneiss_coal_ore.prospected": "Coal", - "block.gtceu.gneiss_cobalt_ore.prospected": "Cobalt", - "block.gtceu.gneiss_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.gneiss_cooperite_ore.prospected": "Cooperite", - "block.gtceu.gneiss_copper_ore.prospected": "Copper", - "block.gtceu.gneiss_diamond_ore.prospected": "Diamond", - "block.gtceu.gneiss_diatomite_ore.prospected": "Diatomite", - "block.gtceu.gneiss_electrotine_ore.prospected": "Electrotine", - "block.gtceu.gneiss_emerald_ore.prospected": "Emerald", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.gneiss_galena_ore.prospected": "Galena", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.gneiss_garnierite_ore.prospected": "Garnierite", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.gneiss_goethite_ore.prospected": "Goethite", - "block.gtceu.gneiss_gold_ore.prospected": "Gold", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.gneiss_graphite_ore.prospected": "Graphite", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.gneiss_grossular_ore.prospected": "Grossular", - "block.gtceu.gneiss_gypsum_ore.prospected": "Gypsum", - "block.gtceu.gneiss_hematite_ore.prospected": "Hematite", - "block.gtceu.gneiss_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.gneiss_iron_ore.prospected": "Iron", - "block.gtceu.gneiss_kyanite_ore.prospected": "Kyanite", - "block.gtceu.gneiss_lapis_ore.prospected": "Lapis", - "block.gtceu.gneiss_lazurite_ore.prospected": "Lazurite", - "block.gtceu.gneiss_lead_ore.prospected": "Lead", - "block.gtceu.gneiss_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.gneiss_lithium_ore.prospected": "Lithium", - "block.gtceu.gneiss_magnesite_ore.prospected": "Magnesite", - "block.gtceu.gneiss_magnetite_ore.prospected": "Magnetite", - "block.gtceu.gneiss_malachite_ore.prospected": "Malachite", - "block.gtceu.gneiss_mica_ore.prospected": "Mica", - "block.gtceu.gneiss_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.gneiss_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.gneiss_monazite_ore.prospected": "Monazite", - "block.gtceu.gneiss_naquadah_ore.prospected": "Naquadah", - "block.gtceu.gneiss_neodymium_ore.prospected": "Neodymium", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.gneiss_nickel_ore.prospected": "Nickel", - "block.gtceu.gneiss_oilsands_ore.prospected": "Oilsands", - "block.gtceu.gneiss_olivine_ore.prospected": "Olivine", - "block.gtceu.gneiss_opal_ore.prospected": "Opal", - "block.gtceu.gneiss_palladium_ore.prospected": "Palladium", - "block.gtceu.gneiss_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.gneiss_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.gneiss_platinum_ore.prospected": "Platinum", - "block.gtceu.gneiss_plutonium_ore.prospected": "Plutonium", - "block.gtceu.gneiss_pollucite_ore.prospected": "Pollucite", - "block.gtceu.gneiss_powellite_ore.prospected": "Powellite", - "block.gtceu.gneiss_pyrite_ore.prospected": "Pyrite", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.gneiss_pyrope_ore.prospected": "Pyrope", - "block.gtceu.gneiss_quartzite_ore.prospected": "Quartzite", - "block.gtceu.gneiss_realgar_ore.prospected": "Realgar", - "block.gtceu.gneiss_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.gneiss_redstone_ore.prospected": "Redstone", - "block.gtceu.gneiss_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.gneiss_ruby_ore.prospected": "Ruby", - "block.gtceu.gneiss_salt_ore.prospected": "Salt", - "block.gtceu.gneiss_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.gneiss_sapphire_ore.prospected": "Sapphire", - "block.gtceu.gneiss_scheelite_ore.prospected": "Scheelite", - "block.gtceu.gneiss_silver_ore.prospected": "Silver", - "block.gtceu.gneiss_soapstone_ore.prospected": "Soapstone", - "block.gtceu.gneiss_sodalite_ore.prospected": "Sodalite", - "block.gtceu.gneiss_spessartine_ore.prospected": "Spessartine", - "block.gtceu.gneiss_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.gneiss_spodumene_ore.prospected": "Spodumene", - "block.gtceu.gneiss_stibnite_ore.prospected": "Stibnite", - "block.gtceu.gneiss_sulfur_ore.prospected": "Sulfur", - "block.gtceu.gneiss_sylvite_ore.prospected": "Sylvite", - "block.gtceu.gneiss_talc_ore.prospected": "Talc", - "block.gtceu.gneiss_tantalite_ore.prospected": "Tantalite", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.gneiss_thorium_ore.prospected": "Thorium", - "block.gtceu.gneiss_tin_ore.prospected": "Tin", - "block.gtceu.gneiss_topaz_ore.prospected": "Topaz", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.gneiss_trona_ore.prospected": "Trona", - "block.gtceu.gneiss_tungstate_ore.prospected": "Tungstate", - "block.gtceu.gneiss_uraninite_ore.prospected": "Uraninite", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.gneiss_zeolite_ore.prospected": "Zeolite", - "block.gtceu.granite_almandine_ore.prospected": "Almandine", - "block.gtceu.granite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.granite_alunite_ore.prospected": "Alunite", - "block.gtceu.granite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.granite_apatite_ore.prospected": "Apatite", - "block.gtceu.granite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.granite_barite_ore.prospected": "Barite", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.granite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.granite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.granite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.granite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.granite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.granite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.granite_borax_ore.prospected": "Borax", - "block.gtceu.granite_bornite_ore.prospected": "Bornite", - "block.gtceu.granite_calcite_ore.prospected": "Calcite", - "block.gtceu.granite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.granite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.granite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.granite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.granite_chromite_ore.prospected": "Chromite", - "block.gtceu.granite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.granite_coal_ore.prospected": "Coal", - "block.gtceu.granite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.granite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.granite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.granite_copper_ore.prospected": "Copper", - "block.gtceu.granite_diamond_ore.prospected": "Diamond", - "block.gtceu.granite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.granite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.granite_emerald_ore.prospected": "Emerald", - "block.gtceu.granite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.granite_galena_ore.prospected": "Galena", - "block.gtceu.granite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.granite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.granite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.granite_goethite_ore.prospected": "Goethite", - "block.gtceu.granite_gold_ore.prospected": "Gold", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.granite_graphite_ore.prospected": "Graphite", - "block.gtceu.granite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.granite_grossular_ore.prospected": "Grossular", - "block.gtceu.granite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.granite_hematite_ore.prospected": "Hematite", - "block.gtceu.granite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.granite_iron_ore.prospected": "Iron", - "block.gtceu.granite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.granite_lapis_ore.prospected": "Lapis", - "block.gtceu.granite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.granite_lead_ore.prospected": "Lead", - "block.gtceu.granite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.granite_lithium_ore.prospected": "Lithium", - "block.gtceu.granite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.granite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.granite_malachite_ore.prospected": "Malachite", - "block.gtceu.granite_mica_ore.prospected": "Mica", - "block.gtceu.granite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.granite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.granite_monazite_ore.prospected": "Monazite", - "block.gtceu.granite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.granite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.granite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.granite_nickel_ore.prospected": "Nickel", - "block.gtceu.granite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.granite_olivine_ore.prospected": "Olivine", - "block.gtceu.granite_opal_ore.prospected": "Opal", - "block.gtceu.granite_palladium_ore.prospected": "Palladium", - "block.gtceu.granite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.granite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.granite_platinum_ore.prospected": "Platinum", - "block.gtceu.granite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.granite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.granite_powellite_ore.prospected": "Powellite", - "block.gtceu.granite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.granite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.granite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.granite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.granite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.granite_realgar_ore.prospected": "Realgar", - "block.gtceu.granite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.granite_redstone_ore.prospected": "Redstone", - "block.gtceu.granite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.granite_ruby_ore.prospected": "Ruby", - "block.gtceu.granite_salt_ore.prospected": "Salt", - "block.gtceu.granite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.granite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.granite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.granite_silver_ore.prospected": "Silver", - "block.gtceu.granite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.granite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.granite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.granite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.granite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.granite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.granite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.granite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.granite_talc_ore.prospected": "Talc", - "block.gtceu.granite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.granite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.granite_thorium_ore.prospected": "Thorium", - "block.gtceu.granite_tin_ore.prospected": "Tin", - "block.gtceu.granite_topaz_ore.prospected": "Topaz", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.granite_trona_ore.prospected": "Trona", - "block.gtceu.granite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.granite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.granite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.granite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.granite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.granite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.limestone_almandine_ore.prospected": "Almandine", - "block.gtceu.limestone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.limestone_alunite_ore.prospected": "Alunite", - "block.gtceu.limestone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.limestone_apatite_ore.prospected": "Apatite", - "block.gtceu.limestone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.limestone_barite_ore.prospected": "Barite", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.limestone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.limestone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.limestone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.limestone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.limestone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.limestone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.limestone_borax_ore.prospected": "Borax", - "block.gtceu.limestone_bornite_ore.prospected": "Bornite", - "block.gtceu.limestone_calcite_ore.prospected": "Calcite", - "block.gtceu.limestone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.limestone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.limestone_chromite_ore.prospected": "Chromite", - "block.gtceu.limestone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.limestone_coal_ore.prospected": "Coal", - "block.gtceu.limestone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.limestone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.limestone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.limestone_copper_ore.prospected": "Copper", - "block.gtceu.limestone_diamond_ore.prospected": "Diamond", - "block.gtceu.limestone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.limestone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.limestone_emerald_ore.prospected": "Emerald", - "block.gtceu.limestone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.limestone_galena_ore.prospected": "Galena", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.limestone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.limestone_goethite_ore.prospected": "Goethite", - "block.gtceu.limestone_gold_ore.prospected": "Gold", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.limestone_graphite_ore.prospected": "Graphite", - "block.gtceu.limestone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.limestone_grossular_ore.prospected": "Grossular", - "block.gtceu.limestone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.limestone_hematite_ore.prospected": "Hematite", - "block.gtceu.limestone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.limestone_iron_ore.prospected": "Iron", - "block.gtceu.limestone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.limestone_lapis_ore.prospected": "Lapis", - "block.gtceu.limestone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.limestone_lead_ore.prospected": "Lead", - "block.gtceu.limestone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.limestone_lithium_ore.prospected": "Lithium", - "block.gtceu.limestone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.limestone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.limestone_malachite_ore.prospected": "Malachite", - "block.gtceu.limestone_mica_ore.prospected": "Mica", - "block.gtceu.limestone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.limestone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.limestone_monazite_ore.prospected": "Monazite", - "block.gtceu.limestone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.limestone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.limestone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.limestone_nickel_ore.prospected": "Nickel", - "block.gtceu.limestone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.limestone_olivine_ore.prospected": "Olivine", - "block.gtceu.limestone_opal_ore.prospected": "Opal", - "block.gtceu.limestone_palladium_ore.prospected": "Palladium", - "block.gtceu.limestone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.limestone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.limestone_platinum_ore.prospected": "Platinum", - "block.gtceu.limestone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.limestone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.limestone_powellite_ore.prospected": "Powellite", - "block.gtceu.limestone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.limestone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.limestone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.limestone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.limestone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.limestone_realgar_ore.prospected": "Realgar", - "block.gtceu.limestone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.limestone_redstone_ore.prospected": "Redstone", - "block.gtceu.limestone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.limestone_ruby_ore.prospected": "Ruby", - "block.gtceu.limestone_salt_ore.prospected": "Salt", - "block.gtceu.limestone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.limestone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.limestone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.limestone_silver_ore.prospected": "Silver", - "block.gtceu.limestone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.limestone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.limestone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.limestone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.limestone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.limestone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.limestone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.limestone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.limestone_talc_ore.prospected": "Talc", - "block.gtceu.limestone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.limestone_thorium_ore.prospected": "Thorium", - "block.gtceu.limestone_tin_ore.prospected": "Tin", - "block.gtceu.limestone_topaz_ore.prospected": "Topaz", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.limestone_trona_ore.prospected": "Trona", - "block.gtceu.limestone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.limestone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.limestone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.limestone_zeolite_ore.prospected": "Zeolite", - "block.gtceu.marble_almandine_ore.prospected": "Almandine", - "block.gtceu.marble_aluminium_ore.prospected": "Aluminium", - "block.gtceu.marble_alunite_ore.prospected": "Alunite", - "block.gtceu.marble_amethyst_ore.prospected": "Amethyst", - "block.gtceu.marble_apatite_ore.prospected": "Apatite", - "block.gtceu.marble_asbestos_ore.prospected": "Asbestos", - "block.gtceu.marble_barite_ore.prospected": "Barite", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.marble_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.marble_bauxite_ore.prospected": "Bauxite", - "block.gtceu.marble_bentonite_ore.prospected": "Bentonite", - "block.gtceu.marble_beryllium_ore.prospected": "Beryllium", - "block.gtceu.marble_bismuth_ore.prospected": "Bismuth", - "block.gtceu.marble_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.marble_borax_ore.prospected": "Borax", - "block.gtceu.marble_bornite_ore.prospected": "Bornite", - "block.gtceu.marble_calcite_ore.prospected": "Calcite", - "block.gtceu.marble_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.marble_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.marble_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.marble_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.marble_chromite_ore.prospected": "Chromite", - "block.gtceu.marble_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.marble_coal_ore.prospected": "Coal", - "block.gtceu.marble_cobalt_ore.prospected": "Cobalt", - "block.gtceu.marble_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.marble_cooperite_ore.prospected": "Cooperite", - "block.gtceu.marble_copper_ore.prospected": "Copper", - "block.gtceu.marble_diamond_ore.prospected": "Diamond", - "block.gtceu.marble_diatomite_ore.prospected": "Diatomite", - "block.gtceu.marble_electrotine_ore.prospected": "Electrotine", - "block.gtceu.marble_emerald_ore.prospected": "Emerald", - "block.gtceu.marble_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.marble_galena_ore.prospected": "Galena", - "block.gtceu.marble_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.marble_garnierite_ore.prospected": "Garnierite", - "block.gtceu.marble_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.marble_goethite_ore.prospected": "Goethite", - "block.gtceu.marble_gold_ore.prospected": "Gold", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.marble_graphite_ore.prospected": "Graphite", - "block.gtceu.marble_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.marble_grossular_ore.prospected": "Grossular", - "block.gtceu.marble_gypsum_ore.prospected": "Gypsum", - "block.gtceu.marble_hematite_ore.prospected": "Hematite", - "block.gtceu.marble_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.marble_iron_ore.prospected": "Iron", - "block.gtceu.marble_kyanite_ore.prospected": "Kyanite", - "block.gtceu.marble_lapis_ore.prospected": "Lapis", - "block.gtceu.marble_lazurite_ore.prospected": "Lazurite", - "block.gtceu.marble_lead_ore.prospected": "Lead", - "block.gtceu.marble_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.marble_lithium_ore.prospected": "Lithium", - "block.gtceu.marble_magnesite_ore.prospected": "Magnesite", - "block.gtceu.marble_magnetite_ore.prospected": "Magnetite", - "block.gtceu.marble_malachite_ore.prospected": "Malachite", - "block.gtceu.marble_mica_ore.prospected": "Mica", - "block.gtceu.marble_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.marble_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.marble_monazite_ore.prospected": "Monazite", - "block.gtceu.marble_naquadah_ore.prospected": "Naquadah", - "block.gtceu.marble_neodymium_ore.prospected": "Neodymium", - "block.gtceu.marble_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.marble_nickel_ore.prospected": "Nickel", - "block.gtceu.marble_oilsands_ore.prospected": "Oilsands", - "block.gtceu.marble_olivine_ore.prospected": "Olivine", - "block.gtceu.marble_opal_ore.prospected": "Opal", - "block.gtceu.marble_palladium_ore.prospected": "Palladium", - "block.gtceu.marble_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.marble_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.marble_platinum_ore.prospected": "Platinum", - "block.gtceu.marble_plutonium_ore.prospected": "Plutonium", - "block.gtceu.marble_pollucite_ore.prospected": "Pollucite", - "block.gtceu.marble_powellite_ore.prospected": "Powellite", - "block.gtceu.marble_pyrite_ore.prospected": "Pyrite", - "block.gtceu.marble_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.marble_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.marble_pyrope_ore.prospected": "Pyrope", - "block.gtceu.marble_quartzite_ore.prospected": "Quartzite", - "block.gtceu.marble_realgar_ore.prospected": "Realgar", - "block.gtceu.marble_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.marble_redstone_ore.prospected": "Redstone", - "block.gtceu.marble_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.marble_ruby_ore.prospected": "Ruby", - "block.gtceu.marble_salt_ore.prospected": "Salt", - "block.gtceu.marble_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.marble_sapphire_ore.prospected": "Sapphire", - "block.gtceu.marble_scheelite_ore.prospected": "Scheelite", - "block.gtceu.marble_silver_ore.prospected": "Silver", - "block.gtceu.marble_soapstone_ore.prospected": "Soapstone", - "block.gtceu.marble_sodalite_ore.prospected": "Sodalite", - "block.gtceu.marble_spessartine_ore.prospected": "Spessartine", - "block.gtceu.marble_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.marble_spodumene_ore.prospected": "Spodumene", - "block.gtceu.marble_stibnite_ore.prospected": "Stibnite", - "block.gtceu.marble_sulfur_ore.prospected": "Sulfur", - "block.gtceu.marble_sylvite_ore.prospected": "Sylvite", - "block.gtceu.marble_talc_ore.prospected": "Talc", - "block.gtceu.marble_tantalite_ore.prospected": "Tantalite", - "block.gtceu.marble_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.marble_thorium_ore.prospected": "Thorium", - "block.gtceu.marble_tin_ore.prospected": "Tin", - "block.gtceu.marble_topaz_ore.prospected": "Topaz", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.marble_trona_ore.prospected": "Trona", - "block.gtceu.marble_tungstate_ore.prospected": "Tungstate", - "block.gtceu.marble_uraninite_ore.prospected": "Uraninite", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.marble_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.marble_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.marble_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.marble_zeolite_ore.prospected": "Zeolite", - "block.gtceu.phyllite_almandine_ore.prospected": "Almandine", - "block.gtceu.phyllite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.phyllite_alunite_ore.prospected": "Alunite", - "block.gtceu.phyllite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.phyllite_apatite_ore.prospected": "Apatite", - "block.gtceu.phyllite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.phyllite_barite_ore.prospected": "Barite", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.phyllite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.phyllite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.phyllite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.phyllite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.phyllite_borax_ore.prospected": "Borax", - "block.gtceu.phyllite_bornite_ore.prospected": "Bornite", - "block.gtceu.phyllite_calcite_ore.prospected": "Calcite", - "block.gtceu.phyllite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.phyllite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.phyllite_chromite_ore.prospected": "Chromite", - "block.gtceu.phyllite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.phyllite_coal_ore.prospected": "Coal", - "block.gtceu.phyllite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.phyllite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.phyllite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.phyllite_copper_ore.prospected": "Copper", - "block.gtceu.phyllite_diamond_ore.prospected": "Diamond", - "block.gtceu.phyllite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.phyllite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.phyllite_emerald_ore.prospected": "Emerald", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.phyllite_galena_ore.prospected": "Galena", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.phyllite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.phyllite_goethite_ore.prospected": "Goethite", - "block.gtceu.phyllite_gold_ore.prospected": "Gold", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.phyllite_graphite_ore.prospected": "Graphite", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.phyllite_grossular_ore.prospected": "Grossular", - "block.gtceu.phyllite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.phyllite_hematite_ore.prospected": "Hematite", - "block.gtceu.phyllite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.phyllite_iron_ore.prospected": "Iron", - "block.gtceu.phyllite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.phyllite_lapis_ore.prospected": "Lapis", - "block.gtceu.phyllite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.phyllite_lead_ore.prospected": "Lead", - "block.gtceu.phyllite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.phyllite_lithium_ore.prospected": "Lithium", - "block.gtceu.phyllite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.phyllite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.phyllite_malachite_ore.prospected": "Malachite", - "block.gtceu.phyllite_mica_ore.prospected": "Mica", - "block.gtceu.phyllite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.phyllite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.phyllite_monazite_ore.prospected": "Monazite", - "block.gtceu.phyllite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.phyllite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.phyllite_nickel_ore.prospected": "Nickel", - "block.gtceu.phyllite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.phyllite_olivine_ore.prospected": "Olivine", - "block.gtceu.phyllite_opal_ore.prospected": "Opal", - "block.gtceu.phyllite_palladium_ore.prospected": "Palladium", - "block.gtceu.phyllite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.phyllite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.phyllite_platinum_ore.prospected": "Platinum", - "block.gtceu.phyllite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.phyllite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.phyllite_powellite_ore.prospected": "Powellite", - "block.gtceu.phyllite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.phyllite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.phyllite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.phyllite_realgar_ore.prospected": "Realgar", - "block.gtceu.phyllite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.phyllite_redstone_ore.prospected": "Redstone", - "block.gtceu.phyllite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.phyllite_ruby_ore.prospected": "Ruby", - "block.gtceu.phyllite_salt_ore.prospected": "Salt", - "block.gtceu.phyllite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.phyllite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.phyllite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.phyllite_silver_ore.prospected": "Silver", - "block.gtceu.phyllite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.phyllite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.phyllite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.phyllite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.phyllite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.phyllite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.phyllite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.phyllite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.phyllite_talc_ore.prospected": "Talc", - "block.gtceu.phyllite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.phyllite_thorium_ore.prospected": "Thorium", - "block.gtceu.phyllite_tin_ore.prospected": "Tin", - "block.gtceu.phyllite_topaz_ore.prospected": "Topaz", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.phyllite_trona_ore.prospected": "Trona", - "block.gtceu.phyllite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.phyllite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.phyllite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.quartzite_almandine_ore.prospected": "Almandine", - "block.gtceu.quartzite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.quartzite_alunite_ore.prospected": "Alunite", - "block.gtceu.quartzite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.quartzite_apatite_ore.prospected": "Apatite", - "block.gtceu.quartzite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.quartzite_barite_ore.prospected": "Barite", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.quartzite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.quartzite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.quartzite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.quartzite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.quartzite_borax_ore.prospected": "Borax", - "block.gtceu.quartzite_bornite_ore.prospected": "Bornite", - "block.gtceu.quartzite_calcite_ore.prospected": "Calcite", - "block.gtceu.quartzite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.quartzite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.quartzite_chromite_ore.prospected": "Chromite", - "block.gtceu.quartzite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.quartzite_coal_ore.prospected": "Coal", - "block.gtceu.quartzite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.quartzite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.quartzite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.quartzite_copper_ore.prospected": "Copper", - "block.gtceu.quartzite_diamond_ore.prospected": "Diamond", - "block.gtceu.quartzite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.quartzite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.quartzite_emerald_ore.prospected": "Emerald", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.quartzite_galena_ore.prospected": "Galena", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.quartzite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.quartzite_goethite_ore.prospected": "Goethite", - "block.gtceu.quartzite_gold_ore.prospected": "Gold", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.quartzite_graphite_ore.prospected": "Graphite", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.quartzite_grossular_ore.prospected": "Grossular", - "block.gtceu.quartzite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.quartzite_hematite_ore.prospected": "Hematite", - "block.gtceu.quartzite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.quartzite_iron_ore.prospected": "Iron", - "block.gtceu.quartzite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.quartzite_lapis_ore.prospected": "Lapis", - "block.gtceu.quartzite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.quartzite_lead_ore.prospected": "Lead", - "block.gtceu.quartzite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.quartzite_lithium_ore.prospected": "Lithium", - "block.gtceu.quartzite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.quartzite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.quartzite_malachite_ore.prospected": "Malachite", - "block.gtceu.quartzite_mica_ore.prospected": "Mica", - "block.gtceu.quartzite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.quartzite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.quartzite_monazite_ore.prospected": "Monazite", - "block.gtceu.quartzite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.quartzite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.quartzite_nickel_ore.prospected": "Nickel", - "block.gtceu.quartzite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.quartzite_olivine_ore.prospected": "Olivine", - "block.gtceu.quartzite_opal_ore.prospected": "Opal", - "block.gtceu.quartzite_palladium_ore.prospected": "Palladium", - "block.gtceu.quartzite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.quartzite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.quartzite_platinum_ore.prospected": "Platinum", - "block.gtceu.quartzite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.quartzite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.quartzite_powellite_ore.prospected": "Powellite", - "block.gtceu.quartzite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.quartzite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.quartzite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.quartzite_realgar_ore.prospected": "Realgar", - "block.gtceu.quartzite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.quartzite_redstone_ore.prospected": "Redstone", - "block.gtceu.quartzite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.quartzite_ruby_ore.prospected": "Ruby", - "block.gtceu.quartzite_salt_ore.prospected": "Salt", - "block.gtceu.quartzite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.quartzite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.quartzite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.quartzite_silver_ore.prospected": "Silver", - "block.gtceu.quartzite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.quartzite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.quartzite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.quartzite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.quartzite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.quartzite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.quartzite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.quartzite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.quartzite_talc_ore.prospected": "Talc", - "block.gtceu.quartzite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.quartzite_thorium_ore.prospected": "Thorium", - "block.gtceu.quartzite_tin_ore.prospected": "Tin", - "block.gtceu.quartzite_topaz_ore.prospected": "Topaz", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.quartzite_trona_ore.prospected": "Trona", - "block.gtceu.quartzite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.quartzite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.quartzite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.rhyolite_almandine_ore.prospected": "Almandine", - "block.gtceu.rhyolite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.rhyolite_alunite_ore.prospected": "Alunite", - "block.gtceu.rhyolite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.rhyolite_apatite_ore.prospected": "Apatite", - "block.gtceu.rhyolite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.rhyolite_barite_ore.prospected": "Barite", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.rhyolite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.rhyolite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.rhyolite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.rhyolite_borax_ore.prospected": "Borax", - "block.gtceu.rhyolite_bornite_ore.prospected": "Bornite", - "block.gtceu.rhyolite_calcite_ore.prospected": "Calcite", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.rhyolite_chromite_ore.prospected": "Chromite", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.rhyolite_coal_ore.prospected": "Coal", - "block.gtceu.rhyolite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.rhyolite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.rhyolite_copper_ore.prospected": "Copper", - "block.gtceu.rhyolite_diamond_ore.prospected": "Diamond", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.rhyolite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.rhyolite_emerald_ore.prospected": "Emerald", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.rhyolite_galena_ore.prospected": "Galena", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.rhyolite_goethite_ore.prospected": "Goethite", - "block.gtceu.rhyolite_gold_ore.prospected": "Gold", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.rhyolite_graphite_ore.prospected": "Graphite", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.rhyolite_grossular_ore.prospected": "Grossular", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.rhyolite_hematite_ore.prospected": "Hematite", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.rhyolite_iron_ore.prospected": "Iron", - "block.gtceu.rhyolite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.rhyolite_lapis_ore.prospected": "Lapis", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.rhyolite_lead_ore.prospected": "Lead", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.rhyolite_lithium_ore.prospected": "Lithium", - "block.gtceu.rhyolite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.rhyolite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.rhyolite_malachite_ore.prospected": "Malachite", - "block.gtceu.rhyolite_mica_ore.prospected": "Mica", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.rhyolite_monazite_ore.prospected": "Monazite", - "block.gtceu.rhyolite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.rhyolite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.rhyolite_nickel_ore.prospected": "Nickel", - "block.gtceu.rhyolite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.rhyolite_olivine_ore.prospected": "Olivine", - "block.gtceu.rhyolite_opal_ore.prospected": "Opal", - "block.gtceu.rhyolite_palladium_ore.prospected": "Palladium", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.rhyolite_platinum_ore.prospected": "Platinum", - "block.gtceu.rhyolite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.rhyolite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.rhyolite_powellite_ore.prospected": "Powellite", - "block.gtceu.rhyolite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.rhyolite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.rhyolite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.rhyolite_realgar_ore.prospected": "Realgar", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.rhyolite_redstone_ore.prospected": "Redstone", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ruby", - "block.gtceu.rhyolite_salt_ore.prospected": "Salt", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.rhyolite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.rhyolite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.rhyolite_silver_ore.prospected": "Silver", - "block.gtceu.rhyolite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.rhyolite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.rhyolite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.rhyolite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.rhyolite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.rhyolite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.rhyolite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.rhyolite_talc_ore.prospected": "Talc", - "block.gtceu.rhyolite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.rhyolite_thorium_ore.prospected": "Thorium", - "block.gtceu.rhyolite_tin_ore.prospected": "Tin", - "block.gtceu.rhyolite_topaz_ore.prospected": "Topaz", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.rhyolite_trona_ore.prospected": "Trona", - "block.gtceu.rhyolite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.rhyolite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.rhyolite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.schist_almandine_ore.prospected": "Almandine", - "block.gtceu.schist_aluminium_ore.prospected": "Aluminium", - "block.gtceu.schist_alunite_ore.prospected": "Alunite", - "block.gtceu.schist_amethyst_ore.prospected": "Amethyst", - "block.gtceu.schist_apatite_ore.prospected": "Apatite", - "block.gtceu.schist_asbestos_ore.prospected": "Asbestos", - "block.gtceu.schist_barite_ore.prospected": "Barite", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.schist_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.schist_bauxite_ore.prospected": "Bauxite", - "block.gtceu.schist_bentonite_ore.prospected": "Bentonite", - "block.gtceu.schist_beryllium_ore.prospected": "Beryllium", - "block.gtceu.schist_bismuth_ore.prospected": "Bismuth", - "block.gtceu.schist_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.schist_borax_ore.prospected": "Borax", - "block.gtceu.schist_bornite_ore.prospected": "Bornite", - "block.gtceu.schist_calcite_ore.prospected": "Calcite", - "block.gtceu.schist_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.schist_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.schist_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.schist_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.schist_chromite_ore.prospected": "Chromite", - "block.gtceu.schist_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.schist_coal_ore.prospected": "Coal", - "block.gtceu.schist_cobalt_ore.prospected": "Cobalt", - "block.gtceu.schist_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.schist_cooperite_ore.prospected": "Cooperite", - "block.gtceu.schist_copper_ore.prospected": "Copper", - "block.gtceu.schist_diamond_ore.prospected": "Diamond", - "block.gtceu.schist_diatomite_ore.prospected": "Diatomite", - "block.gtceu.schist_electrotine_ore.prospected": "Electrotine", - "block.gtceu.schist_emerald_ore.prospected": "Emerald", - "block.gtceu.schist_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.schist_galena_ore.prospected": "Galena", - "block.gtceu.schist_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.schist_garnierite_ore.prospected": "Garnierite", - "block.gtceu.schist_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.schist_goethite_ore.prospected": "Goethite", - "block.gtceu.schist_gold_ore.prospected": "Gold", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.schist_graphite_ore.prospected": "Graphite", - "block.gtceu.schist_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.schist_grossular_ore.prospected": "Grossular", - "block.gtceu.schist_gypsum_ore.prospected": "Gypsum", - "block.gtceu.schist_hematite_ore.prospected": "Hematite", - "block.gtceu.schist_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.schist_iron_ore.prospected": "Iron", - "block.gtceu.schist_kyanite_ore.prospected": "Kyanite", - "block.gtceu.schist_lapis_ore.prospected": "Lapis", - "block.gtceu.schist_lazurite_ore.prospected": "Lazurite", - "block.gtceu.schist_lead_ore.prospected": "Lead", - "block.gtceu.schist_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.schist_lithium_ore.prospected": "Lithium", - "block.gtceu.schist_magnesite_ore.prospected": "Magnesite", - "block.gtceu.schist_magnetite_ore.prospected": "Magnetite", - "block.gtceu.schist_malachite_ore.prospected": "Malachite", - "block.gtceu.schist_mica_ore.prospected": "Mica", - "block.gtceu.schist_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.schist_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.schist_monazite_ore.prospected": "Monazite", - "block.gtceu.schist_naquadah_ore.prospected": "Naquadah", - "block.gtceu.schist_neodymium_ore.prospected": "Neodymium", - "block.gtceu.schist_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.schist_nickel_ore.prospected": "Nickel", - "block.gtceu.schist_oilsands_ore.prospected": "Oilsands", - "block.gtceu.schist_olivine_ore.prospected": "Olivine", - "block.gtceu.schist_opal_ore.prospected": "Opal", - "block.gtceu.schist_palladium_ore.prospected": "Palladium", - "block.gtceu.schist_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.schist_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.schist_platinum_ore.prospected": "Platinum", - "block.gtceu.schist_plutonium_ore.prospected": "Plutonium", - "block.gtceu.schist_pollucite_ore.prospected": "Pollucite", - "block.gtceu.schist_powellite_ore.prospected": "Powellite", - "block.gtceu.schist_pyrite_ore.prospected": "Pyrite", - "block.gtceu.schist_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.schist_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.schist_pyrope_ore.prospected": "Pyrope", - "block.gtceu.schist_quartzite_ore.prospected": "Quartzite", - "block.gtceu.schist_realgar_ore.prospected": "Realgar", - "block.gtceu.schist_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.schist_redstone_ore.prospected": "Redstone", - "block.gtceu.schist_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.schist_ruby_ore.prospected": "Ruby", - "block.gtceu.schist_salt_ore.prospected": "Salt", - "block.gtceu.schist_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.schist_sapphire_ore.prospected": "Sapphire", - "block.gtceu.schist_scheelite_ore.prospected": "Scheelite", - "block.gtceu.schist_silver_ore.prospected": "Silver", - "block.gtceu.schist_soapstone_ore.prospected": "Soapstone", - "block.gtceu.schist_sodalite_ore.prospected": "Sodalite", - "block.gtceu.schist_spessartine_ore.prospected": "Spessartine", - "block.gtceu.schist_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.schist_spodumene_ore.prospected": "Spodumene", - "block.gtceu.schist_stibnite_ore.prospected": "Stibnite", - "block.gtceu.schist_sulfur_ore.prospected": "Sulfur", - "block.gtceu.schist_sylvite_ore.prospected": "Sylvite", - "block.gtceu.schist_talc_ore.prospected": "Talc", - "block.gtceu.schist_tantalite_ore.prospected": "Tantalite", - "block.gtceu.schist_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.schist_thorium_ore.prospected": "Thorium", - "block.gtceu.schist_tin_ore.prospected": "Tin", - "block.gtceu.schist_topaz_ore.prospected": "Topaz", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.schist_trona_ore.prospected": "Trona", - "block.gtceu.schist_tungstate_ore.prospected": "Tungstate", - "block.gtceu.schist_uraninite_ore.prospected": "Uraninite", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.schist_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.schist_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.schist_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.schist_zeolite_ore.prospected": "Zeolite", - "block.gtceu.shale_almandine_ore.prospected": "Almandine", - "block.gtceu.shale_aluminium_ore.prospected": "Aluminium", - "block.gtceu.shale_alunite_ore.prospected": "Alunite", - "block.gtceu.shale_amethyst_ore.prospected": "Amethyst", - "block.gtceu.shale_apatite_ore.prospected": "Apatite", - "block.gtceu.shale_asbestos_ore.prospected": "Asbestos", - "block.gtceu.shale_barite_ore.prospected": "Barite", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.shale_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.shale_bauxite_ore.prospected": "Bauxite", - "block.gtceu.shale_bentonite_ore.prospected": "Bentonite", - "block.gtceu.shale_beryllium_ore.prospected": "Beryllium", - "block.gtceu.shale_bismuth_ore.prospected": "Bismuth", - "block.gtceu.shale_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.shale_borax_ore.prospected": "Borax", - "block.gtceu.shale_bornite_ore.prospected": "Bornite", - "block.gtceu.shale_calcite_ore.prospected": "Calcite", - "block.gtceu.shale_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.shale_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.shale_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.shale_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.shale_chromite_ore.prospected": "Chromite", - "block.gtceu.shale_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.shale_coal_ore.prospected": "Coal", - "block.gtceu.shale_cobalt_ore.prospected": "Cobalt", - "block.gtceu.shale_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.shale_cooperite_ore.prospected": "Cooperite", - "block.gtceu.shale_copper_ore.prospected": "Copper", - "block.gtceu.shale_diamond_ore.prospected": "Diamond", - "block.gtceu.shale_diatomite_ore.prospected": "Diatomite", - "block.gtceu.shale_electrotine_ore.prospected": "Electrotine", - "block.gtceu.shale_emerald_ore.prospected": "Emerald", - "block.gtceu.shale_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.shale_galena_ore.prospected": "Galena", - "block.gtceu.shale_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.shale_garnierite_ore.prospected": "Garnierite", - "block.gtceu.shale_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.shale_goethite_ore.prospected": "Goethite", - "block.gtceu.shale_gold_ore.prospected": "Gold", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.shale_graphite_ore.prospected": "Graphite", - "block.gtceu.shale_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.shale_grossular_ore.prospected": "Grossular", - "block.gtceu.shale_gypsum_ore.prospected": "Gypsum", - "block.gtceu.shale_hematite_ore.prospected": "Hematite", - "block.gtceu.shale_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.shale_iron_ore.prospected": "Iron", - "block.gtceu.shale_kyanite_ore.prospected": "Kyanite", - "block.gtceu.shale_lapis_ore.prospected": "Lapis", - "block.gtceu.shale_lazurite_ore.prospected": "Lazurite", - "block.gtceu.shale_lead_ore.prospected": "Lead", - "block.gtceu.shale_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.shale_lithium_ore.prospected": "Lithium", - "block.gtceu.shale_magnesite_ore.prospected": "Magnesite", - "block.gtceu.shale_magnetite_ore.prospected": "Magnetite", - "block.gtceu.shale_malachite_ore.prospected": "Malachite", - "block.gtceu.shale_mica_ore.prospected": "Mica", - "block.gtceu.shale_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.shale_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.shale_monazite_ore.prospected": "Monazite", - "block.gtceu.shale_naquadah_ore.prospected": "Naquadah", - "block.gtceu.shale_neodymium_ore.prospected": "Neodymium", - "block.gtceu.shale_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.shale_nickel_ore.prospected": "Nickel", - "block.gtceu.shale_oilsands_ore.prospected": "Oilsands", - "block.gtceu.shale_olivine_ore.prospected": "Olivine", - "block.gtceu.shale_opal_ore.prospected": "Opal", - "block.gtceu.shale_palladium_ore.prospected": "Palladium", - "block.gtceu.shale_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.shale_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.shale_platinum_ore.prospected": "Platinum", - "block.gtceu.shale_plutonium_ore.prospected": "Plutonium", - "block.gtceu.shale_pollucite_ore.prospected": "Pollucite", - "block.gtceu.shale_powellite_ore.prospected": "Powellite", - "block.gtceu.shale_pyrite_ore.prospected": "Pyrite", - "block.gtceu.shale_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.shale_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.shale_pyrope_ore.prospected": "Pyrope", - "block.gtceu.shale_quartzite_ore.prospected": "Quartzite", - "block.gtceu.shale_realgar_ore.prospected": "Realgar", - "block.gtceu.shale_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.shale_redstone_ore.prospected": "Redstone", - "block.gtceu.shale_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.shale_ruby_ore.prospected": "Ruby", - "block.gtceu.shale_salt_ore.prospected": "Salt", - "block.gtceu.shale_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.shale_sapphire_ore.prospected": "Sapphire", - "block.gtceu.shale_scheelite_ore.prospected": "Scheelite", - "block.gtceu.shale_silver_ore.prospected": "Silver", - "block.gtceu.shale_soapstone_ore.prospected": "Soapstone", - "block.gtceu.shale_sodalite_ore.prospected": "Sodalite", - "block.gtceu.shale_spessartine_ore.prospected": "Spessartine", - "block.gtceu.shale_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.shale_spodumene_ore.prospected": "Spodumene", - "block.gtceu.shale_stibnite_ore.prospected": "Stibnite", - "block.gtceu.shale_sulfur_ore.prospected": "Sulfur", - "block.gtceu.shale_sylvite_ore.prospected": "Sylvite", - "block.gtceu.shale_talc_ore.prospected": "Talc", - "block.gtceu.shale_tantalite_ore.prospected": "Tantalite", - "block.gtceu.shale_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.shale_thorium_ore.prospected": "Thorium", - "block.gtceu.shale_tin_ore.prospected": "Tin", - "block.gtceu.shale_topaz_ore.prospected": "Topaz", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.shale_trona_ore.prospected": "Trona", - "block.gtceu.shale_tungstate_ore.prospected": "Tungstate", - "block.gtceu.shale_uraninite_ore.prospected": "Uraninite", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.shale_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.shale_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.shale_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.shale_zeolite_ore.prospected": "Zeolite", - "block.gtceu.slate_almandine_ore.prospected": "Almandine", - "block.gtceu.slate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.slate_alunite_ore.prospected": "Alunite", - "block.gtceu.slate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.slate_apatite_ore.prospected": "Apatite", - "block.gtceu.slate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.slate_barite_ore.prospected": "Barite", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.slate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.slate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.slate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.slate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.slate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.slate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.slate_borax_ore.prospected": "Borax", - "block.gtceu.slate_bornite_ore.prospected": "Bornite", - "block.gtceu.slate_calcite_ore.prospected": "Calcite", - "block.gtceu.slate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.slate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.slate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.slate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.slate_chromite_ore.prospected": "Chromite", - "block.gtceu.slate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.slate_coal_ore.prospected": "Coal", - "block.gtceu.slate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.slate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.slate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.slate_copper_ore.prospected": "Copper", - "block.gtceu.slate_diamond_ore.prospected": "Diamond", - "block.gtceu.slate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.slate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.slate_emerald_ore.prospected": "Emerald", - "block.gtceu.slate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.slate_galena_ore.prospected": "Galena", - "block.gtceu.slate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.slate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.slate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.slate_goethite_ore.prospected": "Goethite", - "block.gtceu.slate_gold_ore.prospected": "Gold", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.slate_graphite_ore.prospected": "Graphite", - "block.gtceu.slate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.slate_grossular_ore.prospected": "Grossular", - "block.gtceu.slate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.slate_hematite_ore.prospected": "Hematite", - "block.gtceu.slate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.slate_iron_ore.prospected": "Iron", - "block.gtceu.slate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.slate_lapis_ore.prospected": "Lapis", - "block.gtceu.slate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.slate_lead_ore.prospected": "Lead", - "block.gtceu.slate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.slate_lithium_ore.prospected": "Lithium", - "block.gtceu.slate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.slate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.slate_malachite_ore.prospected": "Malachite", - "block.gtceu.slate_mica_ore.prospected": "Mica", - "block.gtceu.slate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.slate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.slate_monazite_ore.prospected": "Monazite", - "block.gtceu.slate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.slate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.slate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.slate_nickel_ore.prospected": "Nickel", - "block.gtceu.slate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.slate_olivine_ore.prospected": "Olivine", - "block.gtceu.slate_opal_ore.prospected": "Opal", - "block.gtceu.slate_palladium_ore.prospected": "Palladium", - "block.gtceu.slate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.slate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.slate_platinum_ore.prospected": "Platinum", - "block.gtceu.slate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.slate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.slate_powellite_ore.prospected": "Powellite", - "block.gtceu.slate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.slate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.slate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.slate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.slate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.slate_realgar_ore.prospected": "Realgar", - "block.gtceu.slate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.slate_redstone_ore.prospected": "Redstone", - "block.gtceu.slate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.slate_ruby_ore.prospected": "Ruby", - "block.gtceu.slate_salt_ore.prospected": "Salt", - "block.gtceu.slate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.slate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.slate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.slate_silver_ore.prospected": "Silver", - "block.gtceu.slate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.slate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.slate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.slate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.slate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.slate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.slate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.slate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.slate_talc_ore.prospected": "Talc", - "block.gtceu.slate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.slate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.slate_thorium_ore.prospected": "Thorium", - "block.gtceu.slate_tin_ore.prospected": "Tin", - "block.gtceu.slate_topaz_ore.prospected": "Topaz", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.slate_trona_ore.prospected": "Trona", - "block.gtceu.slate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.slate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.slate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.slate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.slate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.slate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.deepslate_almandine_ore.prospected": "Almandine", - "block.gtceu.deepslate_aluminium_ore.prospected": "Aluminium", - "block.gtceu.deepslate_alunite_ore.prospected": "Alunite", - "block.gtceu.deepslate_amethyst_ore.prospected": "Amethyst", - "block.gtceu.deepslate_apatite_ore.prospected": "Apatite", - "block.gtceu.deepslate_asbestos_ore.prospected": "Asbestos", - "block.gtceu.deepslate_barite_ore.prospected": "Barite", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.deepslate_bauxite_ore.prospected": "Bauxite", - "block.gtceu.deepslate_bentonite_ore.prospected": "Bentonite", - "block.gtceu.deepslate_beryllium_ore.prospected": "Beryllium", - "block.gtceu.deepslate_bismuth_ore.prospected": "Bismuth", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.deepslate_borax_ore.prospected": "Borax", - "block.gtceu.deepslate_bornite_ore.prospected": "Bornite", - "block.gtceu.deepslate_calcite_ore.prospected": "Calcite", - "block.gtceu.deepslate_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.deepslate_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.deepslate_chromite_ore.prospected": "Chromite", - "block.gtceu.deepslate_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.deepslate_coal_ore.prospected": "Coal", - "block.gtceu.deepslate_cobalt_ore.prospected": "Cobalt", - "block.gtceu.deepslate_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.deepslate_cooperite_ore.prospected": "Cooperite", - "block.gtceu.deepslate_copper_ore.prospected": "Copper", - "block.gtceu.deepslate_diamond_ore.prospected": "Diamond", - "block.gtceu.deepslate_diatomite_ore.prospected": "Diatomite", - "block.gtceu.deepslate_electrotine_ore.prospected": "Electrotine", - "block.gtceu.deepslate_emerald_ore.prospected": "Emerald", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.deepslate_galena_ore.prospected": "Galena", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.deepslate_garnierite_ore.prospected": "Garnierite", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.deepslate_goethite_ore.prospected": "Goethite", - "block.gtceu.deepslate_gold_ore.prospected": "Gold", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.deepslate_graphite_ore.prospected": "Graphite", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.deepslate_grossular_ore.prospected": "Grossular", - "block.gtceu.deepslate_gypsum_ore.prospected": "Gypsum", - "block.gtceu.deepslate_hematite_ore.prospected": "Hematite", - "block.gtceu.deepslate_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.deepslate_iron_ore.prospected": "Iron", - "block.gtceu.deepslate_kyanite_ore.prospected": "Kyanite", - "block.gtceu.deepslate_lapis_ore.prospected": "Lapis", - "block.gtceu.deepslate_lazurite_ore.prospected": "Lazurite", - "block.gtceu.deepslate_lead_ore.prospected": "Lead", - "block.gtceu.deepslate_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.deepslate_lithium_ore.prospected": "Lithium", - "block.gtceu.deepslate_magnesite_ore.prospected": "Magnesite", - "block.gtceu.deepslate_magnetite_ore.prospected": "Magnetite", - "block.gtceu.deepslate_malachite_ore.prospected": "Malachite", - "block.gtceu.deepslate_mica_ore.prospected": "Mica", - "block.gtceu.deepslate_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.deepslate_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.deepslate_monazite_ore.prospected": "Monazite", - "block.gtceu.deepslate_naquadah_ore.prospected": "Naquadah", - "block.gtceu.deepslate_neodymium_ore.prospected": "Neodymium", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.deepslate_nickel_ore.prospected": "Nickel", - "block.gtceu.deepslate_oilsands_ore.prospected": "Oilsands", - "block.gtceu.deepslate_olivine_ore.prospected": "Olivine", - "block.gtceu.deepslate_opal_ore.prospected": "Opal", - "block.gtceu.deepslate_palladium_ore.prospected": "Palladium", - "block.gtceu.deepslate_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.deepslate_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.deepslate_platinum_ore.prospected": "Platinum", - "block.gtceu.deepslate_plutonium_ore.prospected": "Plutonium", - "block.gtceu.deepslate_pollucite_ore.prospected": "Pollucite", - "block.gtceu.deepslate_powellite_ore.prospected": "Powellite", - "block.gtceu.deepslate_pyrite_ore.prospected": "Pyrite", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.deepslate_pyrope_ore.prospected": "Pyrope", - "block.gtceu.deepslate_quartzite_ore.prospected": "Quartzite", - "block.gtceu.deepslate_realgar_ore.prospected": "Realgar", - "block.gtceu.deepslate_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.deepslate_redstone_ore.prospected": "Redstone", - "block.gtceu.deepslate_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.deepslate_ruby_ore.prospected": "Ruby", - "block.gtceu.deepslate_salt_ore.prospected": "Salt", - "block.gtceu.deepslate_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.deepslate_sapphire_ore.prospected": "Sapphire", - "block.gtceu.deepslate_scheelite_ore.prospected": "Scheelite", - "block.gtceu.deepslate_silver_ore.prospected": "Silver", - "block.gtceu.deepslate_soapstone_ore.prospected": "Soapstone", - "block.gtceu.deepslate_sodalite_ore.prospected": "Sodalite", - "block.gtceu.deepslate_spessartine_ore.prospected": "Spessartine", - "block.gtceu.deepslate_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.deepslate_spodumene_ore.prospected": "Spodumene", - "block.gtceu.deepslate_stibnite_ore.prospected": "Stibnite", - "block.gtceu.deepslate_sulfur_ore.prospected": "Sulfur", - "block.gtceu.deepslate_sylvite_ore.prospected": "Sylvite", - "block.gtceu.deepslate_talc_ore.prospected": "Talc", - "block.gtceu.deepslate_tantalite_ore.prospected": "Tantalite", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.deepslate_thorium_ore.prospected": "Thorium", - "block.gtceu.deepslate_tin_ore.prospected": "Tin", - "block.gtceu.deepslate_topaz_ore.prospected": "Topaz", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.deepslate_trona_ore.prospected": "Trona", - "block.gtceu.deepslate_tungstate_ore.prospected": "Tungstate", - "block.gtceu.deepslate_uraninite_ore.prospected": "Uraninite", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.deepslate_zeolite_ore.prospected": "Zeolite", - "block.gtceu.pyroxenite_almandine_ore.prospected": "Almandine", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "Aluminium", - "block.gtceu.pyroxenite_alunite_ore.prospected": "Alunite", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "Amethyst", - "block.gtceu.pyroxenite_apatite_ore.prospected": "Apatite", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "Asbestos", - "block.gtceu.pyroxenite_barite_ore.prospected": "Barite", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "Bauxite", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "Bentonite", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "Beryllium", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Bismuth", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.pyroxenite_borax_ore.prospected": "Borax", - "block.gtceu.pyroxenite_bornite_ore.prospected": "Bornite", - "block.gtceu.pyroxenite_calcite_ore.prospected": "Calcite", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.pyroxenite_chromite_ore.prospected": "Chromite", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.pyroxenite_coal_ore.prospected": "Coal", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "Cobalt", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.pyroxenite_copper_ore.prospected": "Copper", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Diamond", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Diatomite", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "Electrotine", - "block.gtceu.pyroxenite_emerald_ore.prospected": "Emerald", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.pyroxenite_galena_ore.prospected": "Galena", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Garnierite", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.pyroxenite_goethite_ore.prospected": "Goethite", - "block.gtceu.pyroxenite_gold_ore.prospected": "Gold", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Graphite", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Grossular", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Gypsum", - "block.gtceu.pyroxenite_hematite_ore.prospected": "Hematite", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.pyroxenite_iron_ore.prospected": "Iron", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "Kyanite", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Lapis", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Lazurite", - "block.gtceu.pyroxenite_lead_ore.prospected": "Lead", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Lithium", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "Magnesite", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "Magnetite", - "block.gtceu.pyroxenite_malachite_ore.prospected": "Malachite", - "block.gtceu.pyroxenite_mica_ore.prospected": "Mica", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.pyroxenite_monazite_ore.prospected": "Monazite", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "Naquadah", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "Neodymium", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.pyroxenite_nickel_ore.prospected": "Nickel", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "Oilsands", - "block.gtceu.pyroxenite_olivine_ore.prospected": "Olivine", - "block.gtceu.pyroxenite_opal_ore.prospected": "Opal", - "block.gtceu.pyroxenite_palladium_ore.prospected": "Palladium", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.pyroxenite_platinum_ore.prospected": "Platinum", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "Plutonium", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "Pollucite", - "block.gtceu.pyroxenite_powellite_ore.prospected": "Powellite", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "Pyrite", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "Pyrope", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "Quartzite", - "block.gtceu.pyroxenite_realgar_ore.prospected": "Realgar", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.pyroxenite_redstone_ore.prospected": "Redstone", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ruby", - "block.gtceu.pyroxenite_salt_ore.prospected": "Salt", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "Sapphire", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "Scheelite", - "block.gtceu.pyroxenite_silver_ore.prospected": "Silver", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "Soapstone", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "Sodalite", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "Spessartine", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "Spodumene", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "Stibnite", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "Sulfur", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "Sylvite", - "block.gtceu.pyroxenite_talc_ore.prospected": "Talc", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "Tantalite", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.pyroxenite_thorium_ore.prospected": "Thorium", - "block.gtceu.pyroxenite_tin_ore.prospected": "Tin", - "block.gtceu.pyroxenite_topaz_ore.prospected": "Topaz", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.pyroxenite_trona_ore.prospected": "Trona", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "Tungstate", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "Uraninite", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "Zeolite", - "block.gtceu.dripstone_almandine_ore.prospected": "Almandine", - "block.gtceu.dripstone_aluminium_ore.prospected": "Aluminium", - "block.gtceu.dripstone_alunite_ore.prospected": "Alunite", - "block.gtceu.dripstone_amethyst_ore.prospected": "Amethyst", - "block.gtceu.dripstone_apatite_ore.prospected": "Apatite", - "block.gtceu.dripstone_asbestos_ore.prospected": "Asbestos", - "block.gtceu.dripstone_barite_ore.prospected": "Barite", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "Basaltic Mineral Sand", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Bastnasite", - "block.gtceu.dripstone_bauxite_ore.prospected": "Bauxite", - "block.gtceu.dripstone_bentonite_ore.prospected": "Bentonite", - "block.gtceu.dripstone_beryllium_ore.prospected": "Beryllium", - "block.gtceu.dripstone_bismuth_ore.prospected": "Bismuth", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "Blue Topaz", - "block.gtceu.dripstone_borax_ore.prospected": "Borax", - "block.gtceu.dripstone_bornite_ore.prospected": "Bornite", - "block.gtceu.dripstone_calcite_ore.prospected": "Calcite", - "block.gtceu.dripstone_cassiterite_ore.prospected": "Cassiterite", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "Cassiterite Sand", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Certus Quartz", - "block.gtceu.dripstone_chalcocite_ore.prospected": "Chalcocite", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "Chalcopyrite", - "block.gtceu.dripstone_chromite_ore.prospected": "Chromite", - "block.gtceu.dripstone_cinnabar_ore.prospected": "Cinnabar", - "block.gtceu.dripstone_coal_ore.prospected": "Coal", - "block.gtceu.dripstone_cobalt_ore.prospected": "Cobalt", - "block.gtceu.dripstone_cobaltite_ore.prospected": "Cobaltite", - "block.gtceu.dripstone_cooperite_ore.prospected": "Cooperite", - "block.gtceu.dripstone_copper_ore.prospected": "Copper", - "block.gtceu.dripstone_diamond_ore.prospected": "Diamond", - "block.gtceu.dripstone_diatomite_ore.prospected": "Diatomite", - "block.gtceu.dripstone_electrotine_ore.prospected": "Electrotine", - "block.gtceu.dripstone_emerald_ore.prospected": "Emerald", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "Fullers Earth", - "block.gtceu.dripstone_galena_ore.prospected": "Galena", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Garnet Sand", - "block.gtceu.dripstone_garnierite_ore.prospected": "Garnierite", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "Glauconite Sand", - "block.gtceu.dripstone_goethite_ore.prospected": "Goethite", - "block.gtceu.dripstone_gold_ore.prospected": "Gold", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Granitic Mineral Sand", - "block.gtceu.dripstone_graphite_ore.prospected": "Graphite", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "Green Sapphire", - "block.gtceu.dripstone_grossular_ore.prospected": "Grossular", - "block.gtceu.dripstone_gypsum_ore.prospected": "Gypsum", - "block.gtceu.dripstone_hematite_ore.prospected": "Hematite", - "block.gtceu.dripstone_ilmenite_ore.prospected": "Ilmenite", - "block.gtceu.dripstone_iron_ore.prospected": "Iron", - "block.gtceu.dripstone_kyanite_ore.prospected": "Kyanite", - "block.gtceu.dripstone_lapis_ore.prospected": "Lapis", - "block.gtceu.dripstone_lazurite_ore.prospected": "Lazurite", - "block.gtceu.dripstone_lead_ore.prospected": "Lead", - "block.gtceu.dripstone_lepidolite_ore.prospected": "Lepidolite", - "block.gtceu.dripstone_lithium_ore.prospected": "Lithium", - "block.gtceu.dripstone_magnesite_ore.prospected": "Magnesite", - "block.gtceu.dripstone_magnetite_ore.prospected": "Magnetite", - "block.gtceu.dripstone_malachite_ore.prospected": "Malachite", - "block.gtceu.dripstone_mica_ore.prospected": "Mica", - "block.gtceu.dripstone_molybdenite_ore.prospected": "Molybdenite", - "block.gtceu.dripstone_molybdenum_ore.prospected": "Molybdenum", - "block.gtceu.dripstone_monazite_ore.prospected": "Monazite", - "block.gtceu.dripstone_naquadah_ore.prospected": "Naquadah", - "block.gtceu.dripstone_neodymium_ore.prospected": "Neodymium", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "Nether Quartz", - "block.gtceu.dripstone_nickel_ore.prospected": "Nickel", - "block.gtceu.dripstone_oilsands_ore.prospected": "Oilsands", - "block.gtceu.dripstone_olivine_ore.prospected": "Olivine", - "block.gtceu.dripstone_opal_ore.prospected": "Opal", - "block.gtceu.dripstone_palladium_ore.prospected": "Palladium", - "block.gtceu.dripstone_pentlandite_ore.prospected": "Pentlandite", - "block.gtceu.dripstone_pitchblende_ore.prospected": "Pitchblende", - "block.gtceu.dripstone_platinum_ore.prospected": "Platinum", - "block.gtceu.dripstone_plutonium_ore.prospected": "Plutonium", - "block.gtceu.dripstone_pollucite_ore.prospected": "Pollucite", - "block.gtceu.dripstone_powellite_ore.prospected": "Powellite", - "block.gtceu.dripstone_pyrite_ore.prospected": "Pyrite", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "Pyrochlore", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "Pyrolusite", - "block.gtceu.dripstone_pyrope_ore.prospected": "Pyrope", - "block.gtceu.dripstone_quartzite_ore.prospected": "Quartzite", - "block.gtceu.dripstone_realgar_ore.prospected": "Realgar", - "block.gtceu.dripstone_red_garnet_ore.prospected": "Red Garnet", - "block.gtceu.dripstone_redstone_ore.prospected": "Redstone", - "block.gtceu.dripstone_rock_salt_ore.prospected": "Rock Salt", - "block.gtceu.dripstone_ruby_ore.prospected": "Ruby", - "block.gtceu.dripstone_salt_ore.prospected": "Salt", - "block.gtceu.dripstone_saltpeter_ore.prospected": "Saltpeter", - "block.gtceu.dripstone_sapphire_ore.prospected": "Sapphire", - "block.gtceu.dripstone_scheelite_ore.prospected": "Scheelite", - "block.gtceu.dripstone_silver_ore.prospected": "Silver", - "block.gtceu.dripstone_soapstone_ore.prospected": "Soapstone", - "block.gtceu.dripstone_sodalite_ore.prospected": "Sodalite", - "block.gtceu.dripstone_spessartine_ore.prospected": "Spessartine", - "block.gtceu.dripstone_sphalerite_ore.prospected": "Sphalerite", - "block.gtceu.dripstone_spodumene_ore.prospected": "Spodumene", - "block.gtceu.dripstone_stibnite_ore.prospected": "Stibnite", - "block.gtceu.dripstone_sulfur_ore.prospected": "Sulfur", - "block.gtceu.dripstone_sylvite_ore.prospected": "Sylvite", - "block.gtceu.dripstone_talc_ore.prospected": "Talc", - "block.gtceu.dripstone_tantalite_ore.prospected": "Tantalite", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "Tetrahedrite", - "block.gtceu.dripstone_thorium_ore.prospected": "Thorium", - "block.gtceu.dripstone_tin_ore.prospected": "Tin", - "block.gtceu.dripstone_topaz_ore.prospected": "Topaz", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "Tricalcium Phosphate", - "block.gtceu.dripstone_trona_ore.prospected": "Trona", - "block.gtceu.dripstone_tungstate_ore.prospected": "Tungstate", - "block.gtceu.dripstone_uraninite_ore.prospected": "Uraninite", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Vanadium Magnetite", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Wulfenite", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "Yellow Garnet", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "Yellow Limonite", - "block.gtceu.dripstone_zeolite_ore.prospected": "Zeolite", "fluid.tfc.salt_water": "Sea Water", + "block.fluid.tfc.salt_water": "Sea Water", + "fluid.tfc.river_water": "River Water", + "block.fluid.tfc.river_water": "River Water", "item.tfc.bucket.salt_water": "Sea Water Bucket", "item.tfc.powder.saltpeter": "Saltpeter Powder", "item.tfc.powder.sulfur": "Sulfur Powder", @@ -2615,6 +19,7 @@ "metal.tfg.cobalt": "Cobalt", "metal.tfg.cobalt_brass": "Cobalt Brass", "metal.tfg.aluminium_silicate": "Aluminium Silicate", + "tfc.tooltip.propick.accuracy": "Accuracy: 100%", "trim_material.tfc.almandine_tfc": "Almandine", "trim_material.tfc.andradite_tfc": "Andradite", "trim_material.tfc.blue_topaz_tfc": "Blue Topaz", diff --git a/kubejs/assets/tfc/lang/ru_ru.json b/kubejs/assets/tfc/lang/ru_ru.json index 9bc0f17a5..8a8cf334b 100644 --- a/kubejs/assets/tfc/lang/ru_ru.json +++ b/kubejs/assets/tfc/lang/ru_ru.json @@ -2,2265 +2,5 @@ "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", "metal.tfg.redstone": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", "metal.tfg.red_alloy": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ҁÐŋÐŧаÐē", - "metal.tfg.tin_alloy": "ОÐŧÐūÐēŅÐ―Ð―Ņ‹Ðđ ҁÐŋÐŧаÐē", - "block.gtceu.andesite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.andesite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.andesite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.andesite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.andesite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.andesite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.andesite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.andesite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.andesite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.andesite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.andesite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.andesite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.andesite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.andesite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.andesite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.andesite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.andesite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.andesite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.andesite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.andesite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.andesite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.andesite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.andesite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.andesite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.andesite_cooperite_ore.prospected": "Cooperite", - "block.gtceu.andesite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.andesite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.andesite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.andesite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.andesite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.andesite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.andesite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.andesite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.andesite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.andesite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.andesite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.andesite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.andesite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.andesite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.andesite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.andesite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.andesite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.andesite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.andesite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.andesite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.andesite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.andesite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.andesite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.andesite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.andesite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.andesite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.andesite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.andesite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.andesite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.andesite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.andesite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.andesite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.andesite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.andesite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.andesite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.andesite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.andesite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.andesite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.andesite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.andesite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.andesite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.andesite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.andesite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.andesite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.andesite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.andesite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.andesite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.andesite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.andesite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.andesite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.andesite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.andesite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.andesite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.andesite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.andesite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.andesite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.andesite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.andesite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.andesite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.andesite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.andesite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.andesite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.andesite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.andesite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.andesite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.andesite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.andesite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.andesite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.andesite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.andesite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.andesite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.andesite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.andesite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.andesite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.andesite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.andesite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.andesite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.basalt_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.basalt_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.basalt_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.basalt_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.basalt_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.basalt_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.basalt_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.basalt_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.basalt_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.basalt_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.basalt_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.basalt_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.basalt_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.basalt_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.basalt_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.basalt_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.basalt_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.basalt_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.basalt_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.basalt_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.basalt_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.basalt_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.basalt_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.basalt_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.basalt_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.basalt_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.basalt_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.basalt_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.basalt_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.basalt_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.basalt_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.basalt_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.basalt_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.basalt_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.basalt_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.basalt_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.basalt_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.basalt_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.basalt_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.basalt_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.basalt_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.basalt_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.basalt_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.basalt_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.basalt_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.basalt_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.basalt_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.basalt_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.basalt_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.basalt_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.basalt_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.basalt_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.basalt_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.basalt_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.basalt_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.basalt_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.basalt_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.basalt_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.basalt_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.basalt_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.basalt_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.basalt_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.basalt_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.basalt_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.basalt_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.basalt_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.basalt_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.basalt_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.basalt_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.basalt_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.basalt_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.basalt_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.basalt_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.basalt_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.basalt_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.basalt_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.basalt_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.basalt_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.basalt_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.basalt_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.basalt_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.basalt_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.basalt_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.basalt_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.basalt_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.basalt_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.basalt_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.basalt_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.basalt_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.basalt_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.basalt_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.basalt_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.basalt_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.basalt_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.basalt_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.basalt_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.basalt_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.basalt_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.basalt_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.basalt_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.chalk_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.chalk_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.chalk_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.chalk_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.chalk_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chalk_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.chalk_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chalk_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.chalk_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.chalk_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.chalk_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.chalk_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.chalk_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.chalk_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.chalk_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.chalk_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.chalk_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chalk_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.chalk_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.chalk_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.chalk_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.chalk_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.chalk_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.chalk_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.chalk_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.chalk_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.chalk_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.chalk_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.chalk_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.chalk_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.chalk_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chalk_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chalk_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.chalk_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chalk_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.chalk_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.chalk_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.chalk_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.chalk_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chalk_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.chalk_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.chalk_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.chalk_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.chalk_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.chalk_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.chalk_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.chalk_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.chalk_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.chalk_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chalk_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.chalk_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.chalk_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.chalk_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.chalk_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.chalk_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.chalk_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.chalk_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.chalk_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.chalk_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.chalk_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.chalk_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.chalk_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.chalk_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.chalk_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.chalk_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.chalk_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.chalk_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.chalk_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.chalk_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.chalk_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.chalk_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.chalk_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.chalk_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.chalk_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.chalk_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chalk_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.chalk_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.chalk_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.chalk_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.chalk_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.chalk_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.chalk_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.chalk_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.chalk_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.chalk_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.chalk_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.chalk_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.chalk_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.chalk_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.chalk_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.chalk_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.chalk_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.chalk_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.chalk_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.chalk_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.chalk_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.chalk_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.chalk_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chalk_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.chalk_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.chert_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.chert_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.chert_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.chert_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.chert_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chert_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.chert_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chert_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.chert_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.chert_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.chert_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.chert_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.chert_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.chert_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.chert_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.chert_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.chert_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chert_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.chert_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.chert_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.chert_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.chert_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.chert_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.chert_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.chert_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.chert_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.chert_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.chert_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.chert_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.chert_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.chert_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.chert_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.chert_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chert_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chert_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.chert_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.chert_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.chert_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.chert_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.chert_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.chert_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chert_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.chert_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.chert_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.chert_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.chert_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.chert_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.chert_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.chert_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.chert_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.chert_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chert_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.chert_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.chert_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.chert_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.chert_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.chert_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.chert_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.chert_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.chert_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.chert_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.chert_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.chert_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.chert_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.chert_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.chert_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.chert_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.chert_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.chert_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.chert_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.chert_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.chert_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.chert_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.chert_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.chert_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.chert_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.chert_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chert_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.chert_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.chert_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.chert_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.chert_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.chert_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.chert_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.chert_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.chert_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.chert_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.chert_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.chert_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.chert_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.chert_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.chert_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.chert_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.chert_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.chert_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.chert_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.chert_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.chert_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.chert_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.chert_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.chert_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chert_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.chert_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chert_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.chert_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.claystone_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.claystone_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.claystone_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.claystone_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.claystone_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.claystone_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.claystone_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.claystone_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.claystone_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.claystone_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.claystone_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.claystone_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.claystone_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.claystone_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.claystone_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.claystone_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.claystone_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.claystone_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.claystone_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.claystone_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.claystone_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.claystone_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.claystone_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.claystone_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.claystone_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.claystone_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.claystone_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.claystone_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.claystone_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.claystone_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.claystone_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.claystone_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.claystone_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.claystone_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.claystone_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.claystone_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.claystone_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.claystone_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.claystone_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.claystone_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.claystone_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.claystone_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.claystone_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.claystone_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.claystone_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.claystone_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.claystone_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.claystone_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.claystone_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.claystone_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.claystone_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.claystone_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.claystone_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.claystone_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.claystone_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.claystone_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.claystone_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.claystone_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.claystone_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.claystone_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.claystone_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.claystone_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.claystone_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.claystone_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.claystone_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.claystone_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.claystone_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.claystone_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.claystone_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.claystone_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.claystone_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.claystone_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.claystone_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.claystone_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.claystone_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.claystone_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.claystone_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.claystone_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.claystone_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.claystone_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.claystone_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.claystone_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.claystone_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.claystone_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.claystone_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.claystone_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.claystone_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.claystone_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.claystone_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.claystone_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.claystone_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.claystone_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.claystone_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.claystone_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.claystone_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.claystone_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.claystone_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.claystone_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.claystone_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.claystone_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.conglomerate_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.conglomerate_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.conglomerate_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.conglomerate_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.conglomerate_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.conglomerate_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.conglomerate_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.conglomerate_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.conglomerate_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.conglomerate_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.conglomerate_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.conglomerate_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.conglomerate_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.conglomerate_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.conglomerate_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.conglomerate_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.conglomerate_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.conglomerate_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.conglomerate_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.conglomerate_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.conglomerate_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.conglomerate_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.conglomerate_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.conglomerate_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.conglomerate_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.conglomerate_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.conglomerate_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.conglomerate_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.conglomerate_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.conglomerate_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.conglomerate_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.conglomerate_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.conglomerate_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.conglomerate_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.conglomerate_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.conglomerate_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.conglomerate_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.conglomerate_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.conglomerate_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.conglomerate_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.conglomerate_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.conglomerate_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.conglomerate_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.conglomerate_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.conglomerate_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.conglomerate_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.conglomerate_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.conglomerate_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.conglomerate_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.conglomerate_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.conglomerate_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.conglomerate_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.conglomerate_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.conglomerate_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.conglomerate_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.conglomerate_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.conglomerate_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.conglomerate_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.conglomerate_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.conglomerate_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.conglomerate_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.conglomerate_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.conglomerate_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.conglomerate_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.conglomerate_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.conglomerate_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.conglomerate_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.conglomerate_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.conglomerate_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.conglomerate_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.conglomerate_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.conglomerate_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.dacite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.dacite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.dacite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.dacite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.dacite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dacite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.dacite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dacite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.dacite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.dacite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.dacite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.dacite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.dacite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.dacite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.dacite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.dacite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.dacite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dacite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.dacite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.dacite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.dacite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.dacite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.dacite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.dacite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.dacite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.dacite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.dacite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.dacite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.dacite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.dacite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.dacite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dacite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dacite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.dacite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dacite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.dacite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.dacite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.dacite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.dacite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dacite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.dacite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.dacite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.dacite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.dacite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.dacite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.dacite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.dacite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.dacite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.dacite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dacite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.dacite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.dacite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.dacite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.dacite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.dacite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.dacite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.dacite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.dacite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.dacite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.dacite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.dacite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.dacite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.dacite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.dacite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.dacite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.dacite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.dacite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.dacite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.dacite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.dacite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.dacite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.dacite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.dacite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.dacite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.dacite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dacite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.dacite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.dacite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.dacite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.dacite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.dacite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.dacite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.dacite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.dacite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.dacite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.dacite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.dacite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.dacite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.dacite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.dacite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.dacite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.dacite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.dacite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.dacite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.dacite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.dacite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.dacite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.dacite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dacite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.dacite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.diorite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.diorite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.diorite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.diorite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.diorite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.diorite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.diorite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.diorite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.diorite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.diorite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.diorite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.diorite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.diorite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.diorite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.diorite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.diorite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.diorite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.diorite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.diorite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.diorite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.diorite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.diorite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.diorite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.diorite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.diorite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.diorite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.diorite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.diorite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.diorite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.diorite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.diorite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.diorite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.diorite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.diorite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.diorite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.diorite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.diorite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.diorite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.diorite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.diorite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.diorite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.diorite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.diorite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.diorite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.diorite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.diorite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.diorite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.diorite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.diorite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.diorite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.diorite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.diorite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.diorite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.diorite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.diorite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.diorite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.diorite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.diorite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.diorite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.diorite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.diorite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.diorite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.diorite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.diorite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.diorite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.diorite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.diorite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.diorite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.diorite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.diorite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.diorite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.diorite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.diorite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.diorite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.diorite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.diorite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.diorite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.diorite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.diorite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.diorite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.diorite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.diorite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.diorite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.diorite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.diorite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.diorite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.diorite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.diorite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.diorite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.diorite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.diorite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.diorite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.diorite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.diorite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.diorite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.diorite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.diorite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.diorite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.diorite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.diorite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.dolomite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.dolomite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.dolomite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.dolomite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.dolomite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dolomite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.dolomite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.dolomite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.dolomite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.dolomite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.dolomite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.dolomite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.dolomite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.dolomite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.dolomite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.dolomite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.dolomite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.dolomite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.dolomite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.dolomite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.dolomite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.dolomite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.dolomite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.dolomite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.dolomite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.dolomite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.dolomite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dolomite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dolomite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.dolomite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.dolomite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.dolomite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.dolomite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.dolomite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dolomite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.dolomite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.dolomite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.dolomite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.dolomite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.dolomite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.dolomite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.dolomite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.dolomite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.dolomite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dolomite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.dolomite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.dolomite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.dolomite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.dolomite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.dolomite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.dolomite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.dolomite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.dolomite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.dolomite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.dolomite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.dolomite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.dolomite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.dolomite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.dolomite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.dolomite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.dolomite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.dolomite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.dolomite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.dolomite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.dolomite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.dolomite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.dolomite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dolomite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.dolomite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.dolomite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.dolomite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.dolomite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.dolomite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.dolomite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.dolomite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.dolomite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.dolomite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.dolomite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.dolomite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.dolomite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.dolomite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.dolomite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.dolomite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.dolomite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.dolomite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.dolomite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.dolomite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.dolomite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.dolomite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.dolomite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.dolomite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.gabbro_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.gabbro_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.gabbro_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.gabbro_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.gabbro_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gabbro_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.gabbro_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.gabbro_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.gabbro_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.gabbro_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.gabbro_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.gabbro_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.gabbro_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.gabbro_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.gabbro_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.gabbro_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.gabbro_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.gabbro_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.gabbro_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.gabbro_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.gabbro_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.gabbro_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.gabbro_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.gabbro_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.gabbro_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.gabbro_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.gabbro_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gabbro_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gabbro_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.gabbro_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gabbro_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.gabbro_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.gabbro_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.gabbro_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gabbro_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.gabbro_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.gabbro_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.gabbro_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.gabbro_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.gabbro_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.gabbro_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.gabbro_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.gabbro_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.gabbro_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gabbro_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.gabbro_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.gabbro_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.gabbro_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.gabbro_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.gabbro_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.gabbro_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.gabbro_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.gabbro_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.gabbro_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.gabbro_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.gabbro_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.gabbro_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.gabbro_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.gabbro_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.gabbro_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.gabbro_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.gabbro_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.gabbro_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.gabbro_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.gabbro_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.gabbro_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.gabbro_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gabbro_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.gabbro_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.gabbro_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.gabbro_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.gabbro_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.gabbro_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.gabbro_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.gabbro_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.gabbro_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.gabbro_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.gabbro_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.gabbro_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.gabbro_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.gabbro_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.gabbro_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.gabbro_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.gabbro_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.gabbro_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.gabbro_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.gabbro_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.gabbro_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.gabbro_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.gabbro_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.gabbro_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.gneiss_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.gneiss_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.gneiss_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.gneiss_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.gneiss_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gneiss_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.gneiss_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.gneiss_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.gneiss_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.gneiss_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.gneiss_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.gneiss_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.gneiss_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.gneiss_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.gneiss_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.gneiss_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.gneiss_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.gneiss_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.gneiss_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.gneiss_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.gneiss_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.gneiss_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.gneiss_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.gneiss_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.gneiss_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.gneiss_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.gneiss_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gneiss_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gneiss_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.gneiss_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.gneiss_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.gneiss_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.gneiss_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.gneiss_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gneiss_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.gneiss_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.gneiss_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.gneiss_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.gneiss_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.gneiss_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.gneiss_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.gneiss_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.gneiss_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.gneiss_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gneiss_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.gneiss_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.gneiss_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.gneiss_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.gneiss_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.gneiss_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.gneiss_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.gneiss_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.gneiss_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.gneiss_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.gneiss_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.gneiss_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.gneiss_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.gneiss_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.gneiss_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.gneiss_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.gneiss_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.gneiss_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.gneiss_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.gneiss_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.gneiss_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.gneiss_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.gneiss_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gneiss_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.gneiss_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.gneiss_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.gneiss_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.gneiss_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.gneiss_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.gneiss_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.gneiss_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.gneiss_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.gneiss_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.gneiss_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.gneiss_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.gneiss_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.gneiss_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.gneiss_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.gneiss_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.gneiss_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.gneiss_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.gneiss_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.gneiss_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.gneiss_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.gneiss_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.gneiss_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.gneiss_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.granite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.granite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.granite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.granite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.granite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.granite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.granite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.granite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.granite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.granite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.granite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.granite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.granite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.granite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.granite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.granite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.granite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.granite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.granite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.granite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.granite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.granite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.granite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.granite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.granite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.granite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.granite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.granite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.granite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.granite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.granite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.granite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.granite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.granite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.granite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.granite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.granite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.granite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.granite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.granite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.granite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.granite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.granite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.granite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.granite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.granite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.granite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.granite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.granite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.granite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.granite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.granite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.granite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.granite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.granite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.granite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.granite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.granite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.granite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.granite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.granite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.granite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.granite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.granite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.granite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.granite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.granite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.granite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.granite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.granite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.granite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.granite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.granite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.granite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.granite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.granite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.granite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.granite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.granite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.granite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.granite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.granite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.granite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.granite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.granite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.granite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.granite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.granite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.granite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.granite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.granite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.granite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.granite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.granite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.granite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.granite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.granite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.granite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.granite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.granite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.granite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.granite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.granite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.granite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.granite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.limestone_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.limestone_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.limestone_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.limestone_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.limestone_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.limestone_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.limestone_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.limestone_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.limestone_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.limestone_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.limestone_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.limestone_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.limestone_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.limestone_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.limestone_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.limestone_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.limestone_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.limestone_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.limestone_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.limestone_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.limestone_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.limestone_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.limestone_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.limestone_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.limestone_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.limestone_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.limestone_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.limestone_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.limestone_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.limestone_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.limestone_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.limestone_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.limestone_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.limestone_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.limestone_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.limestone_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.limestone_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.limestone_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.limestone_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.limestone_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.limestone_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.limestone_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.limestone_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.limestone_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.limestone_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.limestone_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.limestone_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.limestone_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.limestone_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.limestone_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.limestone_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.limestone_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.limestone_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.limestone_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.limestone_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.limestone_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.limestone_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.limestone_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.limestone_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.limestone_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.limestone_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.limestone_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.limestone_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.limestone_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.limestone_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.limestone_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.limestone_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.limestone_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.limestone_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.limestone_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.limestone_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.limestone_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.limestone_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.limestone_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.limestone_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.limestone_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.limestone_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.limestone_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.limestone_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.limestone_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.limestone_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.limestone_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.limestone_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.limestone_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.limestone_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.limestone_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.limestone_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.limestone_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.limestone_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.limestone_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.limestone_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.limestone_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.limestone_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.limestone_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.limestone_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.limestone_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.limestone_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.limestone_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.limestone_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.limestone_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.marble_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.marble_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.marble_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.marble_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.marble_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.marble_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.marble_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.marble_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.marble_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.marble_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.marble_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.marble_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.marble_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.marble_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.marble_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.marble_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.marble_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.marble_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.marble_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.marble_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.marble_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.marble_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.marble_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.marble_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.marble_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.marble_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.marble_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.marble_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.marble_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.marble_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.marble_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.marble_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.marble_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.marble_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.marble_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.marble_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.marble_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.marble_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.marble_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.marble_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.marble_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.marble_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.marble_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.marble_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.marble_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.marble_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.marble_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.marble_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.marble_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.marble_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.marble_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.marble_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.marble_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.marble_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.marble_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.marble_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.marble_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.marble_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.marble_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.marble_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.marble_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.marble_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.marble_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.marble_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.marble_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.marble_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.marble_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.marble_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.marble_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.marble_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.marble_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.marble_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.marble_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.marble_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.marble_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.marble_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.marble_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.marble_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.marble_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.marble_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.marble_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.marble_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.marble_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.marble_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.marble_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.marble_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ", - "block.gtceu.marble_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.marble_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.marble_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.marble_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.marble_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.marble_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.marble_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.marble_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.marble_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.marble_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.marble_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.marble_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.marble_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.marble_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.marble_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.marble_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.marble_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.marble_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.marble_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.phyllite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.phyllite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.phyllite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.phyllite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.phyllite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.phyllite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.phyllite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.phyllite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.phyllite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.phyllite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.phyllite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.phyllite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.phyllite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.phyllite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.phyllite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.phyllite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.phyllite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.phyllite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.phyllite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.phyllite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.phyllite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.phyllite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.phyllite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.phyllite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.phyllite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.phyllite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.phyllite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.phyllite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.phyllite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.phyllite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.phyllite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.phyllite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.phyllite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.phyllite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.phyllite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.phyllite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.phyllite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.phyllite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.phyllite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.phyllite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.phyllite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.phyllite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.phyllite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.phyllite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.phyllite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.phyllite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.phyllite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.phyllite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.phyllite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.phyllite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.phyllite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.phyllite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.phyllite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.phyllite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.phyllite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.phyllite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.phyllite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.phyllite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.phyllite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.phyllite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.phyllite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.phyllite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.phyllite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.phyllite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.phyllite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.phyllite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.phyllite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.phyllite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.phyllite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.phyllite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.phyllite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.phyllite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.phyllite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.phyllite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.phyllite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.phyllite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.phyllite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.phyllite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.phyllite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.phyllite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.phyllite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.phyllite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.phyllite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.phyllite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.phyllite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.phyllite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.phyllite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.phyllite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.phyllite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.phyllite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.phyllite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.quartzite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.quartzite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.quartzite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.quartzite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.quartzite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.quartzite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.quartzite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.quartzite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.quartzite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.quartzite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.quartzite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.quartzite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.quartzite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.quartzite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.quartzite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.quartzite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.quartzite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.quartzite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.quartzite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.quartzite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.quartzite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.quartzite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.quartzite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.quartzite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.quartzite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.quartzite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.quartzite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.quartzite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.quartzite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.quartzite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.quartzite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.quartzite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.quartzite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.quartzite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.quartzite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.quartzite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.quartzite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.quartzite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.quartzite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.quartzite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.quartzite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.quartzite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.quartzite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.quartzite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.quartzite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.quartzite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.quartzite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.quartzite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.quartzite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.quartzite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.quartzite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.quartzite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.quartzite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.quartzite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.quartzite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.quartzite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.quartzite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.quartzite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.quartzite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.quartzite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.quartzite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.quartzite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.quartzite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.quartzite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.quartzite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.quartzite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.quartzite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.quartzite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.quartzite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.quartzite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.quartzite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.quartzite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.quartzite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.quartzite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.quartzite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.quartzite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.quartzite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.quartzite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.quartzite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.quartzite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.quartzite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.quartzite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.quartzite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.quartzite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.quartzite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.quartzite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.quartzite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.quartzite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.quartzite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.quartzite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.quartzite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.rhyolite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.rhyolite_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.rhyolite_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.rhyolite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.rhyolite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.rhyolite_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.rhyolite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.rhyolite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.rhyolite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.rhyolite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.rhyolite_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.rhyolite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.rhyolite_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.rhyolite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.rhyolite_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.rhyolite_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.rhyolite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.rhyolite_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.rhyolite_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.rhyolite_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.rhyolite_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.rhyolite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.rhyolite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.rhyolite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.rhyolite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.rhyolite_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.rhyolite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.rhyolite_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.rhyolite_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.rhyolite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.rhyolite_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.rhyolite_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.rhyolite_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.rhyolite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.rhyolite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.rhyolite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.rhyolite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.rhyolite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.rhyolite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.rhyolite_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.rhyolite_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.rhyolite_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.rhyolite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.rhyolite_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.rhyolite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.rhyolite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.rhyolite_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.rhyolite_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.rhyolite_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.rhyolite_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.rhyolite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.rhyolite_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.rhyolite_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.rhyolite_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.rhyolite_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.rhyolite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.rhyolite_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.rhyolite_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.rhyolite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.rhyolite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.rhyolite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.rhyolite_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.rhyolite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.rhyolite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.rhyolite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.rhyolite_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.rhyolite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.rhyolite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.rhyolite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.rhyolite_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.rhyolite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.rhyolite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.schist_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.schist_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.schist_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.schist_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.schist_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.schist_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.schist_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.schist_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.schist_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.schist_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.schist_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.schist_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.schist_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.schist_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.schist_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.schist_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.schist_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.schist_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.schist_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.schist_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.schist_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.schist_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.schist_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.schist_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.schist_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.schist_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.schist_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.schist_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.schist_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.schist_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.schist_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.schist_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.schist_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.schist_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.schist_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.schist_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.schist_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.schist_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.schist_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.schist_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.schist_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.schist_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.schist_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.schist_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.schist_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.schist_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.schist_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.schist_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.schist_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.schist_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.schist_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.schist_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.schist_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.schist_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.schist_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.schist_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.schist_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.schist_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.schist_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.schist_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.schist_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.schist_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.schist_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.schist_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.schist_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.schist_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.schist_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.schist_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.schist_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.schist_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.schist_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.schist_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.schist_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.schist_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.schist_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.schist_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.schist_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.schist_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.schist_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.schist_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.schist_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.schist_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.schist_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.schist_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.schist_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.schist_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.schist_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.schist_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.schist_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.schist_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.schist_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.schist_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.schist_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.schist_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.schist_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.schist_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.schist_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.schist_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.schist_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.schist_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.schist_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.schist_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.schist_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.schist_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.schist_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.shale_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.shale_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.shale_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.shale_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.shale_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.shale_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.shale_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.shale_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.shale_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.shale_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.shale_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.shale_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.shale_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.shale_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.shale_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.shale_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.shale_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.shale_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.shale_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.shale_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.shale_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.shale_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.shale_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.shale_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.shale_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.shale_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.shale_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.shale_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.shale_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.shale_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.shale_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.shale_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.shale_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.shale_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.shale_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.shale_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.shale_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.shale_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.shale_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.shale_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.shale_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.shale_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.shale_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.shale_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.shale_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.shale_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.shale_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.shale_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.shale_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.shale_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.shale_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.shale_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.shale_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.shale_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.shale_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.shale_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.shale_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.shale_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.shale_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.shale_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.shale_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.shale_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.shale_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.shale_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.shale_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.shale_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.shale_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.shale_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.shale_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.shale_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.shale_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.shale_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.shale_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.shale_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.shale_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.shale_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.shale_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.shale_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.shale_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.shale_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.shale_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.shale_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.shale_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.shale_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.shale_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.shale_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.shale_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.shale_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.shale_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.shale_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.shale_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.shale_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.shale_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.shale_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.shale_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.shale_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.shale_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.shale_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.shale_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.shale_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.shale_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.shale_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.shale_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.shale_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.shale_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚", - "block.gtceu.slate_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.slate_aluminium_ore.prospected": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", - "block.gtceu.slate_alunite_ore.prospected": "АÐŧŅŽÐ―ÐļŅ‚", - "block.gtceu.slate_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.slate_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.slate_asbestos_ore.prospected": "ÐŅÐąÐĩҁ҂", - "block.gtceu.slate_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.slate_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―Ð°Ð·ÐļŅ‚", - "block.gtceu.slate_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.slate_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚", - "block.gtceu.slate_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧÐŧÐļÐđ", - "block.gtceu.slate_bismuth_ore.prospected": "ВÐļŅÐžŅƒŅ‚", - "block.gtceu.slate_blue_topaz_ore.prospected": "ГÐūÐŧŅƒÐąÐūÐđ Ņ‚ÐūÐŋаз", - "block.gtceu.slate_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.slate_bornite_ore.prospected": "БÐūŅ€Ð―ÐļŅ‚", - "block.gtceu.slate_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.slate_cassiterite_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.slate_certus_quartz_ore.prospected": "ÐĄÐĩŅ€Ņ‚ŅƒŅ КÐēÐ°Ņ€Ņ†", - "block.gtceu.slate_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.slate_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", - "block.gtceu.slate_chromite_ore.prospected": "ÐĨŅ€ÐūОÐļŅ‚", - "block.gtceu.slate_cinnabar_ore.prospected": "КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ", - "block.gtceu.slate_coal_ore.prospected": "ÐĢÐģÐūÐŧҌ", - "block.gtceu.slate_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.slate_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.slate_cooperite_ore.prospected": "КÐūÐūÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_copper_ore.prospected": "МÐĩÐīҌ", - "block.gtceu.slate_diamond_ore.prospected": "АÐŧОаз", - "block.gtceu.slate_diatomite_ore.prospected": "ДÐļÐ°Ņ‚ÐūОÐļŅ‚", - "block.gtceu.slate_electrotine_ore.prospected": "ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.slate_emerald_ore.prospected": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī", - "block.gtceu.slate_fullers_earth_ore.prospected": "ÐĪ҃ÐŧÐĩŅ€ÐūÐēа зÐĩОÐŧŅ", - "block.gtceu.slate_galena_ore.prospected": "ГаÐŧÐĩÐ―Ð°", - "block.gtceu.slate_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.slate_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.slate_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.slate_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―ÐļŅ‚Ð―Ņ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК", - "block.gtceu.slate_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„ÐļŅ‚", - "block.gtceu.slate_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.slate_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.slate_gypsum_ore.prospected": "ГÐļÐŋҁ", - "block.gtceu.slate_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.slate_ilmenite_ore.prospected": "ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", - "block.gtceu.slate_iron_ore.prospected": "ЖÐĩÐŧÐĩзÐū", - "block.gtceu.slate_kyanite_ore.prospected": "КÐļÐ°Ð―ÐļŅ‚", - "block.gtceu.slate_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.slate_lazurite_ore.prospected": "ÐĄÐ°ÐŋÐūÐķÐ―ÐļКÐūÐēÐĩ҆", - "block.gtceu.slate_lead_ore.prospected": "ÐĄÐēÐļÐ―Ðĩ҆", - "block.gtceu.slate_lepidolite_ore.prospected": "ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚", - "block.gtceu.slate_lithium_ore.prospected": "ЛÐļŅ‚ÐļÐđ", - "block.gtceu.slate_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.slate_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.slate_malachite_ore.prospected": "МаÐŧÐ°Ņ…ÐļŅ‚", - "block.gtceu.slate_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.slate_molybdenite_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚", - "block.gtceu.slate_molybdenum_ore.prospected": "МÐūÐŧÐļÐąÐīÐĩÐ―", - "block.gtceu.slate_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.slate_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.slate_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.slate_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† Ð―ÐļÐķÐ―ÐĩÐģÐū ОÐļŅ€Ð°", - "block.gtceu.slate_nickel_ore.prospected": "НÐļКÐĩÐŧҌ", - "block.gtceu.slate_oilsands_ore.prospected": "НÐĩŅ„Ņ‚ŅÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ", - "block.gtceu.slate_olivine_ore.prospected": "ОÐŧÐļÐēÐļÐ―", - "block.gtceu.slate_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.slate_palladium_ore.prospected": "ПаÐŧÐŧаÐīÐļÐđ", - "block.gtceu.slate_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.slate_pitchblende_ore.prospected": "ГÐūŅ€Ð―Ņ‹Ðđ Ņ…Ņ€ŅƒŅŅ‚Ð°ÐŧҌ", - "block.gtceu.slate_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.slate_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ", - "block.gtceu.slate_pollucite_ore.prospected": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", - "block.gtceu.slate_powellite_ore.prospected": "ÐŸÐ°ŅƒŅÐŧÐŧÐļŅ‚", - "block.gtceu.slate_pyrite_ore.prospected": "ПÐļŅ€ÐļŅ‚", - "block.gtceu.slate_pyrochlore_ore.prospected": "ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.slate_pyrolusite_ore.prospected": "ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.slate_pyrope_ore.prospected": "ПÐļŅ€ÐūÐŋ", - "block.gtceu.slate_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.slate_realgar_ore.prospected": "РÐĩаÐŧÐģÐ°Ņ€", - "block.gtceu.slate_red_garnet_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.slate_redstone_ore.prospected": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.slate_rock_salt_ore.prospected": "КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ", - "block.gtceu.slate_ruby_ore.prospected": "Ð ŅƒÐąÐļÐ―", - "block.gtceu.slate_salt_ore.prospected": "ÐĄÐūÐŧҌ", - "block.gtceu.slate_saltpeter_ore.prospected": "ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°", - "block.gtceu.slate_sapphire_ore.prospected": "ÐĄÐ°ÐŋŅ„ÐļŅ€", - "block.gtceu.slate_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧÐļŅ‚", - "block.gtceu.slate_silver_ore.prospected": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū", - "block.gtceu.slate_soapstone_ore.prospected": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ", - "block.gtceu.slate_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧÐļŅ‚", - "block.gtceu.slate_spessartine_ore.prospected": "ÐĄÐŋÐĩŅŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.slate_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.slate_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", - "block.gtceu.slate_sulfur_ore.prospected": "ÐĄÐĩŅ€Ð°", - "block.gtceu.slate_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēÐļŅ‚", - "block.gtceu.slate_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.slate_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚", - "block.gtceu.slate_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", - "block.gtceu.slate_thorium_ore.prospected": "ÐĒÐūŅ€ÐļÐđ", - "block.gtceu.slate_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.slate_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.slate_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.slate_tungstate_ore.prospected": "ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚", - "block.gtceu.slate_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīÐļÐĩÐēŅ‹Ðđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.slate_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚", - "block.gtceu.slate_yellow_garnet_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.slate_yellow_limonite_ore.prospected": "ЖÐĩÐŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚", - "block.gtceu.slate_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧÐļŅ‚" + "metal.tfg.tin_alloy": "ОÐŧÐūÐēŅÐ―Ð―Ņ‹Ðđ ҁÐŋÐŧаÐē" } \ No newline at end of file diff --git a/kubejs/assets/tfc/lang/uk_ua.json b/kubejs/assets/tfc/lang/uk_ua.json index 56fe8aaec..43c8df416 100644 --- a/kubejs/assets/tfc/lang/uk_ua.json +++ b/kubejs/assets/tfc/lang/uk_ua.json @@ -2,2606 +2,10 @@ "__COMMENT__": "This file was auto generated by the LanguageMerger, read the file \".README IF TRANSLATING\" found in \"minecraft/kubejs\" for more information.", "block.tfc.fluid.salt_water": "МÐūŅ€ŅŅŒÐšÐ° ВÐūÐīа", "block.tfc.cauldron.salt_water": "КÐūŅ‚ÐĩÐŧ з ОÐūŅ€ŅŅŒÐšÐūŅŽ ÐēÐūÐīÐūŅŽ", - "block.gtceu.andesite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.andesite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.andesite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.andesite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.andesite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.andesite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.andesite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.andesite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.andesite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.andesite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.andesite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.andesite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.andesite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.andesite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.andesite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.andesite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.andesite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.andesite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.andesite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.andesite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.andesite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.andesite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.andesite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.andesite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.andesite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.andesite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.andesite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.andesite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.andesite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.andesite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.andesite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.andesite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.andesite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.andesite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.andesite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.andesite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.andesite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.andesite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.andesite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.andesite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.andesite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.andesite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.andesite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.andesite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.andesite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.andesite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.andesite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.andesite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.andesite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.andesite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.andesite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.andesite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.andesite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.andesite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.andesite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.andesite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.andesite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.andesite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.andesite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.andesite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.andesite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.andesite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.andesite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.andesite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.andesite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.andesite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.andesite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.andesite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.andesite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.andesite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.andesite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.andesite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.andesite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.andesite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.andesite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.andesite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.andesite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.andesite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.andesite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.andesite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.andesite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.andesite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.andesite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.andesite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.andesite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.andesite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.andesite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.andesite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.andesite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.andesite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.andesite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.andesite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.andesite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.andesite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.andesite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.andesite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.andesite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.andesite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.andesite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.andesite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.andesite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.andesite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.andesite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.andesite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.andesite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.andesite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.andesite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.andesite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.andesite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.andesite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.andesite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.andesite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.andesite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.basalt_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.basalt_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.basalt_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.basalt_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.basalt_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.basalt_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.basalt_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.basalt_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.basalt_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.basalt_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.basalt_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.basalt_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.basalt_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.basalt_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.basalt_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.basalt_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.basalt_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.basalt_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.basalt_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.basalt_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.basalt_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.basalt_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.basalt_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.basalt_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.basalt_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.basalt_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.basalt_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.basalt_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.basalt_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.basalt_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.basalt_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.basalt_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.basalt_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.basalt_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.basalt_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.basalt_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.basalt_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.basalt_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.basalt_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.basalt_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.basalt_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.basalt_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.basalt_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.basalt_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.basalt_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.basalt_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.basalt_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.basalt_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.basalt_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.basalt_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.basalt_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.basalt_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.basalt_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.basalt_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.basalt_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.basalt_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.basalt_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.basalt_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.basalt_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.basalt_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.basalt_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.basalt_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.basalt_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.basalt_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.basalt_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.basalt_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.basalt_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.basalt_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.basalt_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.basalt_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.basalt_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.basalt_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.basalt_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.basalt_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.basalt_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.basalt_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.basalt_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.basalt_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.basalt_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.basalt_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.basalt_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.basalt_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.basalt_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.basalt_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.basalt_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.basalt_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.basalt_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.basalt_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.basalt_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.basalt_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.basalt_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.basalt_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.basalt_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.basalt_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.basalt_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.basalt_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.basalt_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.basalt_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.basalt_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.basalt_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.basalt_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.basalt_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.basalt_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.basalt_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.basalt_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.basalt_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.basalt_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.basalt_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.basalt_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.basalt_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.basalt_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.chalk_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.chalk_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.chalk_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.chalk_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.chalk_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chalk_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.chalk_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.chalk_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chalk_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.chalk_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.chalk_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.chalk_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.chalk_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.chalk_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.chalk_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.chalk_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.chalk_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.chalk_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.chalk_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.chalk_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.chalk_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.chalk_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.chalk_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.chalk_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.chalk_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.chalk_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.chalk_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.chalk_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.chalk_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.chalk_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.chalk_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.chalk_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.chalk_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chalk_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chalk_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.chalk_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chalk_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.chalk_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.chalk_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chalk_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.chalk_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.chalk_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.chalk_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.chalk_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chalk_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chalk_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.chalk_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.chalk_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.chalk_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.chalk_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.chalk_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.chalk_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.chalk_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.chalk_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chalk_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.chalk_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.chalk_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chalk_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.chalk_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.chalk_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.chalk_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.chalk_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.chalk_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.chalk_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.chalk_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.chalk_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.chalk_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.chalk_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.chalk_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.chalk_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.chalk_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.chalk_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.chalk_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.chalk_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.chalk_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.chalk_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.chalk_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.chalk_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.chalk_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.chalk_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chalk_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.chalk_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.chalk_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.chalk_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.chalk_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.chalk_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.chalk_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.chalk_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.chalk_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.chalk_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.chalk_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.chalk_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.chalk_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.chalk_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.chalk_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.chalk_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.chalk_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.chalk_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.chalk_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.chalk_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.chalk_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.chalk_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.chalk_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.chalk_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.chalk_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.chalk_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.chalk_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chalk_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chalk_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chalk_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.chalk_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.chert_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.chert_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.chert_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.chert_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.chert_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chert_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.chert_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.chert_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chert_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.chert_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.chert_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.chert_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.chert_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.chert_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.chert_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.chert_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.chert_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.chert_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.chert_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.chert_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.chert_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.chert_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.chert_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.chert_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.chert_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.chert_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.chert_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.chert_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.chert_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.chert_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.chert_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.chert_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.chert_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chert_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chert_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.chert_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chert_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.chert_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.chert_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.chert_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.chert_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.chert_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.chert_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.chert_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.chert_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chert_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.chert_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.chert_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.chert_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.chert_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.chert_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.chert_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.chert_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.chert_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chert_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.chert_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.chert_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chert_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.chert_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.chert_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.chert_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.chert_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.chert_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.chert_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.chert_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.chert_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.chert_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.chert_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.chert_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.chert_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.chert_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.chert_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.chert_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.chert_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.chert_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.chert_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.chert_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.chert_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.chert_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.chert_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chert_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.chert_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.chert_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.chert_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.chert_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.chert_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.chert_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.chert_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.chert_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.chert_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.chert_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.chert_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.chert_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.chert_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.chert_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.chert_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.chert_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.chert_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.chert_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.chert_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.chert_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.chert_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.chert_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.chert_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.chert_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.chert_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.chert_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.chert_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.chert_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.chert_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.chert_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.claystone_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.claystone_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.claystone_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.claystone_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.claystone_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.claystone_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.claystone_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.claystone_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.claystone_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.claystone_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.claystone_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.claystone_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.claystone_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.claystone_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.claystone_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.claystone_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.claystone_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.claystone_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.claystone_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.claystone_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.claystone_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.claystone_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.claystone_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.claystone_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.claystone_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.claystone_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.claystone_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.claystone_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.claystone_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.claystone_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.claystone_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.claystone_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.claystone_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.claystone_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.claystone_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.claystone_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.claystone_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.claystone_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.claystone_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.claystone_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.claystone_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.claystone_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.claystone_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.claystone_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.claystone_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.claystone_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.claystone_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.claystone_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.claystone_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.claystone_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.claystone_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.claystone_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.claystone_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.claystone_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.claystone_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.claystone_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.claystone_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.claystone_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.claystone_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.claystone_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.claystone_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.claystone_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.claystone_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.claystone_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.claystone_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.claystone_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.claystone_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.claystone_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.claystone_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.claystone_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.claystone_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.claystone_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.claystone_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.claystone_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.claystone_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.claystone_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.claystone_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.claystone_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.claystone_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.claystone_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.claystone_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.claystone_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.claystone_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.claystone_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.claystone_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.claystone_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.claystone_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.claystone_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.claystone_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.claystone_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.claystone_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.claystone_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.claystone_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.claystone_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.claystone_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.claystone_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.claystone_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.claystone_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.claystone_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.claystone_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.claystone_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.claystone_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.claystone_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.claystone_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.claystone_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.claystone_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.claystone_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.claystone_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.claystone_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.claystone_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.claystone_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.conglomerate_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.conglomerate_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.conglomerate_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.conglomerate_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.conglomerate_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.conglomerate_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.conglomerate_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.conglomerate_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.conglomerate_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.conglomerate_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.conglomerate_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.conglomerate_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.conglomerate_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.conglomerate_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.conglomerate_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.conglomerate_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.conglomerate_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.conglomerate_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.conglomerate_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.conglomerate_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.conglomerate_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.conglomerate_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.conglomerate_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.conglomerate_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.conglomerate_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.conglomerate_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.conglomerate_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.conglomerate_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.conglomerate_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.conglomerate_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.conglomerate_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.conglomerate_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.conglomerate_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.conglomerate_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.conglomerate_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.conglomerate_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.conglomerate_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.conglomerate_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.conglomerate_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.conglomerate_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.conglomerate_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.conglomerate_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.conglomerate_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.conglomerate_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.conglomerate_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.conglomerate_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.conglomerate_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.conglomerate_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.conglomerate_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.conglomerate_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.conglomerate_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.conglomerate_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.conglomerate_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.conglomerate_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.conglomerate_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.conglomerate_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.conglomerate_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.conglomerate_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.conglomerate_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.conglomerate_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.conglomerate_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.conglomerate_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.conglomerate_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.conglomerate_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.conglomerate_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.conglomerate_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.conglomerate_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.conglomerate_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.conglomerate_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.conglomerate_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.conglomerate_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.conglomerate_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.conglomerate_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.conglomerate_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.conglomerate_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.conglomerate_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.conglomerate_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.conglomerate_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.conglomerate_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.conglomerate_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.conglomerate_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.conglomerate_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.conglomerate_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.conglomerate_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.conglomerate_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.conglomerate_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.conglomerate_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.conglomerate_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.conglomerate_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.conglomerate_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.conglomerate_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.conglomerate_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.conglomerate_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.conglomerate_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.conglomerate_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.conglomerate_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.conglomerate_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.conglomerate_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.conglomerate_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.conglomerate_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.dacite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.dacite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.dacite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.dacite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.dacite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dacite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.dacite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.dacite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dacite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.dacite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.dacite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.dacite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.dacite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.dacite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.dacite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.dacite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.dacite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.dacite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.dacite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.dacite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.dacite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.dacite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.dacite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.dacite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.dacite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.dacite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.dacite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.dacite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.dacite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.dacite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.dacite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.dacite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.dacite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dacite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dacite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.dacite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dacite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.dacite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.dacite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dacite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.dacite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.dacite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.dacite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.dacite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dacite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dacite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.dacite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.dacite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.dacite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.dacite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.dacite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.dacite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.dacite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.dacite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dacite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.dacite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.dacite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dacite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.dacite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.dacite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.dacite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.dacite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.dacite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.dacite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.dacite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.dacite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.dacite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.dacite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.dacite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.dacite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.dacite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.dacite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.dacite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.dacite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.dacite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.dacite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.dacite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.dacite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.dacite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.dacite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dacite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.dacite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.dacite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.dacite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.dacite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.dacite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.dacite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.dacite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.dacite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.dacite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.dacite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.dacite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.dacite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.dacite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.dacite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.dacite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.dacite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.dacite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.dacite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.dacite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.dacite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.dacite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.dacite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.dacite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.dacite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.dacite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.dacite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dacite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dacite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dacite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.dacite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.diorite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.diorite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.diorite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.diorite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.diorite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.diorite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.diorite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.diorite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.diorite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.diorite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.diorite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.diorite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.diorite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.diorite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.diorite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.diorite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.diorite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.diorite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.diorite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.diorite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.diorite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.diorite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.diorite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.diorite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.diorite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.diorite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.diorite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.diorite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.diorite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.diorite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.diorite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.diorite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.diorite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.diorite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.diorite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.diorite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.diorite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.diorite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.diorite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.diorite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.diorite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.diorite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.diorite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.diorite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.diorite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.diorite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.diorite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.diorite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.diorite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.diorite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.diorite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.diorite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.diorite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.diorite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.diorite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.diorite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.diorite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.diorite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.diorite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.diorite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.diorite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.diorite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.diorite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.diorite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.diorite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.diorite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.diorite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.diorite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.diorite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.diorite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.diorite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.diorite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.diorite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.diorite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.diorite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.diorite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.diorite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.diorite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.diorite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.diorite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.diorite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.diorite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.diorite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.diorite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.diorite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.diorite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.diorite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.diorite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.diorite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.diorite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.diorite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.diorite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.diorite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.diorite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.diorite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.diorite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.diorite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.diorite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.diorite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.diorite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.diorite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.diorite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.diorite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.diorite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.diorite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.diorite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.diorite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.diorite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.diorite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.diorite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.diorite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.dolomite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.dolomite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.dolomite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.dolomite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dolomite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.dolomite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.dolomite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dolomite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.dolomite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.dolomite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.dolomite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.dolomite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.dolomite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.dolomite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.dolomite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.dolomite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.dolomite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.dolomite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.dolomite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.dolomite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.dolomite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.dolomite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.dolomite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.dolomite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.dolomite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.dolomite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.dolomite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.dolomite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.dolomite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.dolomite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.dolomite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dolomite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.dolomite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dolomite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.dolomite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.dolomite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dolomite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.dolomite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.dolomite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.dolomite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.dolomite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dolomite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.dolomite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.dolomite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.dolomite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.dolomite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.dolomite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.dolomite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.dolomite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.dolomite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dolomite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.dolomite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.dolomite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.dolomite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.dolomite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.dolomite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.dolomite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.dolomite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.dolomite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.dolomite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.dolomite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.dolomite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.dolomite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.dolomite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.dolomite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.dolomite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.dolomite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.dolomite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.dolomite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.dolomite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.dolomite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.dolomite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.dolomite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.dolomite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.dolomite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dolomite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.dolomite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.dolomite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.dolomite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.dolomite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.dolomite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.dolomite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.dolomite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.dolomite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.dolomite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.dolomite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.dolomite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.dolomite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.dolomite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.dolomite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.dolomite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.dolomite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.dolomite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.dolomite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.dolomite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.dolomite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.dolomite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.dolomite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.dolomite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.dolomite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dolomite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dolomite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.dolomite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.gabbro_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.gabbro_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.gabbro_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.gabbro_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gabbro_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.gabbro_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.gabbro_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gabbro_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.gabbro_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.gabbro_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.gabbro_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.gabbro_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.gabbro_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.gabbro_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.gabbro_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.gabbro_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.gabbro_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.gabbro_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.gabbro_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.gabbro_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.gabbro_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.gabbro_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.gabbro_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.gabbro_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.gabbro_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.gabbro_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.gabbro_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.gabbro_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.gabbro_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.gabbro_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.gabbro_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gabbro_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.gabbro_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gabbro_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.gabbro_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.gabbro_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gabbro_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.gabbro_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.gabbro_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.gabbro_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.gabbro_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gabbro_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.gabbro_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.gabbro_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.gabbro_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.gabbro_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.gabbro_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.gabbro_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.gabbro_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.gabbro_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gabbro_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.gabbro_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.gabbro_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.gabbro_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.gabbro_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.gabbro_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.gabbro_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.gabbro_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.gabbro_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.gabbro_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.gabbro_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.gabbro_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.gabbro_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.gabbro_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.gabbro_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.gabbro_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.gabbro_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.gabbro_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.gabbro_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.gabbro_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.gabbro_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.gabbro_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.gabbro_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.gabbro_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.gabbro_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gabbro_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.gabbro_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.gabbro_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.gabbro_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.gabbro_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.gabbro_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.gabbro_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.gabbro_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.gabbro_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.gabbro_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.gabbro_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.gabbro_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.gabbro_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.gabbro_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.gabbro_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.gabbro_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.gabbro_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.gabbro_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.gabbro_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.gabbro_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.gabbro_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.gabbro_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.gabbro_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.gabbro_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.gabbro_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gabbro_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gabbro_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.gabbro_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.gneiss_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.gneiss_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.gneiss_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.gneiss_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gneiss_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.gneiss_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.gneiss_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gneiss_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.gneiss_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.gneiss_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.gneiss_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.gneiss_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.gneiss_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.gneiss_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.gneiss_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.gneiss_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.gneiss_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.gneiss_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.gneiss_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.gneiss_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.gneiss_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.gneiss_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.gneiss_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.gneiss_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.gneiss_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.gneiss_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.gneiss_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.gneiss_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.gneiss_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.gneiss_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.gneiss_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gneiss_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.gneiss_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gneiss_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.gneiss_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.gneiss_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.gneiss_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.gneiss_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.gneiss_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.gneiss_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.gneiss_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.gneiss_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.gneiss_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.gneiss_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.gneiss_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.gneiss_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.gneiss_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.gneiss_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.gneiss_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.gneiss_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gneiss_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.gneiss_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.gneiss_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.gneiss_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.gneiss_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.gneiss_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.gneiss_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.gneiss_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.gneiss_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.gneiss_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.gneiss_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.gneiss_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.gneiss_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.gneiss_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.gneiss_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.gneiss_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.gneiss_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.gneiss_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.gneiss_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.gneiss_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.gneiss_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.gneiss_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.gneiss_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.gneiss_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.gneiss_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gneiss_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.gneiss_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.gneiss_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.gneiss_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.gneiss_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.gneiss_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.gneiss_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.gneiss_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.gneiss_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.gneiss_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.gneiss_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.gneiss_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.gneiss_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.gneiss_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.gneiss_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.gneiss_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.gneiss_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.gneiss_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.gneiss_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.gneiss_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.gneiss_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.gneiss_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.gneiss_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.gneiss_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.gneiss_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.gneiss_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.gneiss_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.gneiss_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.granite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.granite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.granite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.granite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.granite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.granite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.granite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.granite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.granite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.granite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.granite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.granite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.granite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.granite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.granite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.granite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.granite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.granite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.granite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.granite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.granite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.granite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.granite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.granite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.granite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.granite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.granite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.granite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.granite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.granite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.granite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.granite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.granite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.granite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.granite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.granite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.granite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.granite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.granite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.granite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.granite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.granite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.granite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.granite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.granite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.granite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.granite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.granite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.granite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.granite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.granite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.granite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.granite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.granite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.granite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.granite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.granite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.granite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.granite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.granite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.granite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.granite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.granite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.granite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.granite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.granite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.granite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.granite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.granite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.granite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.granite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.granite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.granite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.granite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.granite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.granite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.granite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.granite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.granite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.granite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.granite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.granite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.granite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.granite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.granite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.granite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.granite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.granite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.granite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.granite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.granite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.granite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.granite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.granite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.granite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.granite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.granite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.granite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.granite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.granite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.granite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.granite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.granite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.granite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.granite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.granite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.granite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.granite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.granite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.granite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.granite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.limestone_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.limestone_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.limestone_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.limestone_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.limestone_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.limestone_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.limestone_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.limestone_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.limestone_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.limestone_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.limestone_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.limestone_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.limestone_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.limestone_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.limestone_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.limestone_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.limestone_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.limestone_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.limestone_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.limestone_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.limestone_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.limestone_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.limestone_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.limestone_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.limestone_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.limestone_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.limestone_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.limestone_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.limestone_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.limestone_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.limestone_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.limestone_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.limestone_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.limestone_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.limestone_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.limestone_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.limestone_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.limestone_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.limestone_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.limestone_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.limestone_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.limestone_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.limestone_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.limestone_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.limestone_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.limestone_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.limestone_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.limestone_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.limestone_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.limestone_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.limestone_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.limestone_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.limestone_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.limestone_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.limestone_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.limestone_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.limestone_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.limestone_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.limestone_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.limestone_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.limestone_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.limestone_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.limestone_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.limestone_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.limestone_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.limestone_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.limestone_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.limestone_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.limestone_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.limestone_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.limestone_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.limestone_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.limestone_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.limestone_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.limestone_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.limestone_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.limestone_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.limestone_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.limestone_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.limestone_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.limestone_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.limestone_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.limestone_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.limestone_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.limestone_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.limestone_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.limestone_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.limestone_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.limestone_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.limestone_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.limestone_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.limestone_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.limestone_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.limestone_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.limestone_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.limestone_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.limestone_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.limestone_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.limestone_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.limestone_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.limestone_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.limestone_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.limestone_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.limestone_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.limestone_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.limestone_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.limestone_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.limestone_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.limestone_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.limestone_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.limestone_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.marble_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.marble_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.marble_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.marble_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.marble_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.marble_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.marble_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.marble_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.marble_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.marble_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.marble_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.marble_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.marble_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.marble_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.marble_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.marble_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.marble_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.marble_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.marble_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.marble_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.marble_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.marble_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.marble_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.marble_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.marble_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.marble_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.marble_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.marble_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.marble_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.marble_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.marble_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.marble_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.marble_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.marble_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.marble_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.marble_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.marble_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.marble_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.marble_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.marble_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.marble_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.marble_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.marble_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.marble_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.marble_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.marble_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.marble_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.marble_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.marble_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.marble_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.marble_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.marble_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.marble_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.marble_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.marble_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.marble_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.marble_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.marble_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.marble_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.marble_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.marble_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.marble_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.marble_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.marble_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.marble_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.marble_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.marble_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.marble_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.marble_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.marble_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.marble_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.marble_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.marble_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.marble_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.marble_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.marble_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.marble_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.marble_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.marble_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.marble_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.marble_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.marble_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.marble_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.marble_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.marble_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.marble_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.marble_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.marble_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.marble_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.marble_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.marble_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.marble_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.marble_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.marble_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.marble_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.marble_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.marble_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.marble_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.marble_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.marble_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.marble_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.marble_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.marble_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.marble_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.marble_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.marble_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.marble_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.marble_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.marble_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.marble_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.marble_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.phyllite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.phyllite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.phyllite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.phyllite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.phyllite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.phyllite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.phyllite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.phyllite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.phyllite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.phyllite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.phyllite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.phyllite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.phyllite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.phyllite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.phyllite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.phyllite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.phyllite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.phyllite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.phyllite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.phyllite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.phyllite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.phyllite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.phyllite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.phyllite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.phyllite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.phyllite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.phyllite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.phyllite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.phyllite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.phyllite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.phyllite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.phyllite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.phyllite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.phyllite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.phyllite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.phyllite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.phyllite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.phyllite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.phyllite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.phyllite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.phyllite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.phyllite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.phyllite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.phyllite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.phyllite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.phyllite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.phyllite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.phyllite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.phyllite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.phyllite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.phyllite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.phyllite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.phyllite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.phyllite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.phyllite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.phyllite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.phyllite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.phyllite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.phyllite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.phyllite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.phyllite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.phyllite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.phyllite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.phyllite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.phyllite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.phyllite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.phyllite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.phyllite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.phyllite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.phyllite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.phyllite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.phyllite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.phyllite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.phyllite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.phyllite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.phyllite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.phyllite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.phyllite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.phyllite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.phyllite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.phyllite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.phyllite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.phyllite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.phyllite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.phyllite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.phyllite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.phyllite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.phyllite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.phyllite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.phyllite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.phyllite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.phyllite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.phyllite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.phyllite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.phyllite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.phyllite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.phyllite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.phyllite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.phyllite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.phyllite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.phyllite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.phyllite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.phyllite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.quartzite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.quartzite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.quartzite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.quartzite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.quartzite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.quartzite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.quartzite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.quartzite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.quartzite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.quartzite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.quartzite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.quartzite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.quartzite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.quartzite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.quartzite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.quartzite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.quartzite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.quartzite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.quartzite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.quartzite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.quartzite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.quartzite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.quartzite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.quartzite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.quartzite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.quartzite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.quartzite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.quartzite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.quartzite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.quartzite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.quartzite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.quartzite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.quartzite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.quartzite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.quartzite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.quartzite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.quartzite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.quartzite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.quartzite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.quartzite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.quartzite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.quartzite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.quartzite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.quartzite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.quartzite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.quartzite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.quartzite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.quartzite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.quartzite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.quartzite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.quartzite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.quartzite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.quartzite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.quartzite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.quartzite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.quartzite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.quartzite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.quartzite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.quartzite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.quartzite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.quartzite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.quartzite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.quartzite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.quartzite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.quartzite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.quartzite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.quartzite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.quartzite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.quartzite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.quartzite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.quartzite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.quartzite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.quartzite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.quartzite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.quartzite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.quartzite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.quartzite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.quartzite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.quartzite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.quartzite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.quartzite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.quartzite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.quartzite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.quartzite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.quartzite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.quartzite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.quartzite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.quartzite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.quartzite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.quartzite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.quartzite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.quartzite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.quartzite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.quartzite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.quartzite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.quartzite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.quartzite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.quartzite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.quartzite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.quartzite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.quartzite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.quartzite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.quartzite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.rhyolite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.rhyolite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.rhyolite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.rhyolite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.rhyolite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.rhyolite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.rhyolite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.rhyolite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.rhyolite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.rhyolite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.rhyolite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.rhyolite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.rhyolite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.rhyolite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.rhyolite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.rhyolite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.rhyolite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.rhyolite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.rhyolite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.rhyolite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.rhyolite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.rhyolite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.rhyolite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.rhyolite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.rhyolite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.rhyolite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.rhyolite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.rhyolite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.rhyolite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.rhyolite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.rhyolite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.rhyolite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.rhyolite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.rhyolite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.rhyolite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.rhyolite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.rhyolite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.rhyolite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.rhyolite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.rhyolite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.rhyolite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.rhyolite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.rhyolite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.rhyolite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.rhyolite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.rhyolite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.rhyolite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.rhyolite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.rhyolite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.rhyolite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.rhyolite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.rhyolite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.rhyolite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.rhyolite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.rhyolite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.rhyolite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.rhyolite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.rhyolite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.rhyolite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.rhyolite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.rhyolite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.rhyolite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.rhyolite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.rhyolite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.rhyolite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.rhyolite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.rhyolite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.rhyolite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.rhyolite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.rhyolite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.rhyolite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.rhyolite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.rhyolite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.rhyolite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.rhyolite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.rhyolite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.rhyolite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.rhyolite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.rhyolite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.rhyolite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.rhyolite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.rhyolite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.rhyolite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.rhyolite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.rhyolite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.rhyolite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.rhyolite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.rhyolite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.rhyolite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.rhyolite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.rhyolite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.rhyolite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.rhyolite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.rhyolite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.rhyolite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.rhyolite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.rhyolite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.rhyolite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.rhyolite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.rhyolite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.schist_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.schist_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.schist_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.schist_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.schist_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.schist_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.schist_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.schist_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.schist_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.schist_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.schist_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.schist_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.schist_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.schist_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.schist_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.schist_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.schist_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.schist_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.schist_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.schist_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.schist_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.schist_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.schist_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.schist_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.schist_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.schist_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.schist_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.schist_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.schist_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.schist_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.schist_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.schist_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.schist_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.schist_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.schist_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.schist_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.schist_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.schist_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.schist_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.schist_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.schist_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.schist_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.schist_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.schist_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.schist_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.schist_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.schist_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.schist_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.schist_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.schist_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.schist_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.schist_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.schist_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.schist_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.schist_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.schist_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.schist_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.schist_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.schist_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.schist_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.schist_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.schist_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.schist_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.schist_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.schist_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.schist_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.schist_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.schist_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.schist_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.schist_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.schist_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.schist_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.schist_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.schist_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.schist_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.schist_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.schist_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.schist_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.schist_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.schist_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.schist_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.schist_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.schist_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.schist_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.schist_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.schist_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.schist_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.schist_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.schist_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.schist_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.schist_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.schist_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.schist_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.schist_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.schist_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.schist_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.schist_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.schist_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.schist_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.schist_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.schist_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.schist_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.schist_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.schist_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.schist_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.schist_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.schist_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.schist_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.schist_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.schist_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.schist_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.shale_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.shale_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.shale_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.shale_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.shale_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.shale_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.shale_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.shale_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.shale_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.shale_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.shale_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.shale_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.shale_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.shale_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.shale_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.shale_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.shale_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.shale_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.shale_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.shale_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.shale_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.shale_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.shale_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.shale_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.shale_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.shale_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.shale_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.shale_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.shale_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.shale_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.shale_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.shale_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.shale_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.shale_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.shale_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.shale_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.shale_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.shale_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.shale_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.shale_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.shale_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.shale_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.shale_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.shale_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.shale_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.shale_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.shale_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.shale_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.shale_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.shale_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.shale_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.shale_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.shale_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.shale_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.shale_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.shale_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.shale_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.shale_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.shale_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.shale_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.shale_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.shale_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.shale_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.shale_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.shale_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.shale_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.shale_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.shale_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.shale_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.shale_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.shale_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.shale_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.shale_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.shale_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.shale_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.shale_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.shale_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.shale_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.shale_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.shale_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.shale_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.shale_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.shale_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.shale_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.shale_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.shale_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.shale_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.shale_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.shale_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.shale_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.shale_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.shale_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.shale_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.shale_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.shale_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.shale_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.shale_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.shale_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.shale_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.shale_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.shale_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.shale_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.shale_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.shale_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.shale_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.shale_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.shale_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.shale_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.shale_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.shale_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.shale_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.slate_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.slate_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.slate_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.slate_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.slate_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.slate_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.slate_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.slate_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.slate_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.slate_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.slate_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.slate_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.slate_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.slate_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.slate_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.slate_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.slate_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.slate_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.slate_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.slate_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.slate_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.slate_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.slate_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.slate_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.slate_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.slate_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.slate_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.slate_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.slate_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.slate_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.slate_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.slate_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.slate_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.slate_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.slate_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.slate_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.slate_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.slate_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.slate_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.slate_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.slate_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.slate_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.slate_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.slate_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.slate_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.slate_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.slate_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.slate_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.slate_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.slate_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.slate_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.slate_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.slate_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.slate_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.slate_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.slate_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.slate_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.slate_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.slate_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.slate_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.slate_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.slate_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.slate_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.slate_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.slate_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.slate_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.slate_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.slate_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.slate_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.slate_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.slate_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.slate_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.slate_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.slate_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.slate_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.slate_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.slate_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.slate_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.slate_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.slate_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.slate_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.slate_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.slate_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.slate_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.slate_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.slate_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.slate_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.slate_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.slate_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.slate_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.slate_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.slate_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.slate_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.slate_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.slate_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.slate_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.slate_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.slate_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.slate_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.slate_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.slate_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.slate_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.slate_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.slate_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.slate_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.slate_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.slate_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.slate_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.slate_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.slate_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.slate_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.deepslate_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.deepslate_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.deepslate_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.deepslate_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.deepslate_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.deepslate_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.deepslate_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.deepslate_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.deepslate_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.deepslate_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.deepslate_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.deepslate_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.deepslate_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.deepslate_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.deepslate_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.deepslate_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.deepslate_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.deepslate_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.deepslate_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.deepslate_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.deepslate_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.deepslate_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.deepslate_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.deepslate_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.deepslate_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.deepslate_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.deepslate_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.deepslate_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.deepslate_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.deepslate_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.deepslate_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.deepslate_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.deepslate_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.deepslate_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.deepslate_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.deepslate_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.deepslate_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.deepslate_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.deepslate_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.deepslate_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.deepslate_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.deepslate_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.deepslate_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.deepslate_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.deepslate_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.deepslate_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.deepslate_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.deepslate_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.deepslate_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.deepslate_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.deepslate_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.deepslate_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.deepslate_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.deepslate_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.deepslate_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.deepslate_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.deepslate_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.deepslate_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.deepslate_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.deepslate_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.deepslate_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.deepslate_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.deepslate_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.deepslate_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.deepslate_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.deepslate_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.deepslate_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.deepslate_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.deepslate_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.deepslate_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.deepslate_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.deepslate_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.deepslate_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.deepslate_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.deepslate_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.deepslate_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.deepslate_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.deepslate_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.deepslate_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.deepslate_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.deepslate_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.deepslate_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.deepslate_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.deepslate_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.deepslate_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.deepslate_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.deepslate_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.deepslate_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.deepslate_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.deepslate_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.deepslate_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.deepslate_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.deepslate_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.deepslate_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.deepslate_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.deepslate_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.deepslate_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.deepslate_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.deepslate_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.deepslate_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.deepslate_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.deepslate_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.deepslate_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.deepslate_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.deepslate_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.pyroxenite_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.pyroxenite_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.pyroxenite_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.pyroxenite_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.pyroxenite_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.pyroxenite_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.pyroxenite_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.pyroxenite_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.pyroxenite_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.pyroxenite_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.pyroxenite_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.pyroxenite_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.pyroxenite_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.pyroxenite_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.pyroxenite_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.pyroxenite_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.pyroxenite_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.pyroxenite_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.pyroxenite_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.pyroxenite_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.pyroxenite_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.pyroxenite_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.pyroxenite_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.pyroxenite_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.pyroxenite_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.pyroxenite_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.pyroxenite_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.pyroxenite_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.pyroxenite_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.pyroxenite_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.pyroxenite_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.pyroxenite_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.pyroxenite_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.pyroxenite_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.pyroxenite_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.pyroxenite_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.pyroxenite_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.pyroxenite_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.pyroxenite_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.pyroxenite_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.pyroxenite_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.pyroxenite_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.pyroxenite_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.pyroxenite_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.pyroxenite_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.pyroxenite_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.pyroxenite_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.pyroxenite_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.pyroxenite_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.pyroxenite_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.pyroxenite_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.pyroxenite_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.pyroxenite_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.pyroxenite_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.pyroxenite_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.pyroxenite_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.pyroxenite_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.pyroxenite_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.pyroxenite_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.pyroxenite_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.pyroxenite_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.pyroxenite_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.pyroxenite_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.pyroxenite_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.pyroxenite_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.pyroxenite_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.pyroxenite_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.pyroxenite_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.pyroxenite_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.pyroxenite_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.pyroxenite_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.pyroxenite_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.pyroxenite_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.pyroxenite_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.pyroxenite_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.pyroxenite_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.pyroxenite_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.pyroxenite_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.pyroxenite_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.pyroxenite_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.pyroxenite_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.pyroxenite_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.pyroxenite_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.pyroxenite_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.pyroxenite_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.pyroxenite_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.pyroxenite_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.pyroxenite_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.pyroxenite_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.pyroxenite_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.pyroxenite_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.pyroxenite_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.pyroxenite_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.pyroxenite_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.pyroxenite_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.pyroxenite_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.pyroxenite_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.pyroxenite_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.pyroxenite_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.pyroxenite_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.pyroxenite_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.pyroxenite_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.pyroxenite_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.pyroxenite_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.pyroxenite_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", - "block.gtceu.dripstone_almandine_ore.prospected": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", - "block.gtceu.dripstone_aluminium_ore.prospected": "АÐŧŅŽÐžŅ–Ð―Ņ–Ðđ", - "block.gtceu.dripstone_alunite_ore.prospected": "АÐŧŅŽÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_amethyst_ore.prospected": "АОÐĩŅ‚Ðļҁ҂", - "block.gtceu.dripstone_apatite_ore.prospected": "АÐŋÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dripstone_asbestos_ore.prospected": "ÐÐ·ÐąÐĩҁ҂", - "block.gtceu.dripstone_barite_ore.prospected": "Ð‘Ð°Ņ€ÐļŅ‚", - "block.gtceu.dripstone_basaltic_mineral_sand_ore.prospected": "БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dripstone_bastnasite_ore.prospected": "Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚", - "block.gtceu.dripstone_bauxite_ore.prospected": "БÐūÐšŅÐļŅ‚", - "block.gtceu.dripstone_bentonite_ore.prospected": "БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_beryllium_ore.prospected": "БÐĩŅ€ÐļÐŧŅ–Ðđ", - "block.gtceu.dripstone_bismuth_ore.prospected": "Ð’Ņ–ŅÐžŅƒŅ‚", - "block.gtceu.dripstone_blue_topaz_ore.prospected": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", - "block.gtceu.dripstone_borax_ore.prospected": "БÐūŅ€Ð°ÐšŅ", - "block.gtceu.dripstone_bornite_ore.prospected": "БÐūŅ€Ð―Ņ–Ņ‚", - "block.gtceu.dripstone_calcite_ore.prospected": "КаÐŧŅŒŅ†ÐļŅ‚", - "block.gtceu.dripstone_cassiterite_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚", - "block.gtceu.dripstone_cassiterite_sand_ore.prospected": "ÐšÐ°ŅÐĩŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.dripstone_certus_quartz_ore.prospected": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", - "block.gtceu.dripstone_chalcocite_ore.prospected": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", - "block.gtceu.dripstone_chalcopyrite_ore.prospected": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", - "block.gtceu.dripstone_chromite_ore.prospected": "ÐĨŅ€ÐūÐžŅ–Ņ‚", - "block.gtceu.dripstone_cinnabar_ore.prospected": "ÐšŅ–Ð―ÐūÐēÐ°Ņ€", - "block.gtceu.dripstone_coal_ore.prospected": "Ð’ŅƒÐģŅ–ÐŧÐŧŅ", - "block.gtceu.dripstone_cobalt_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚", - "block.gtceu.dripstone_cobaltite_ore.prospected": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", - "block.gtceu.dripstone_cooperite_ore.prospected": "ÐšŅƒÐŋÐĩŅ€ÐļŅ‚", - "block.gtceu.dripstone_copper_ore.prospected": "ÐœŅ–ÐīҌ", - "block.gtceu.dripstone_diamond_ore.prospected": "Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", - "block.gtceu.dripstone_diatomite_ore.prospected": "Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚", - "block.gtceu.dripstone_electrotine_ore.prospected": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―", - "block.gtceu.dripstone_emerald_ore.prospected": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī", - "block.gtceu.dripstone_fullers_earth_ore.prospected": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", - "block.gtceu.dripstone_galena_ore.prospected": "ГаÐŧÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_garnet_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dripstone_garnierite_ore.prospected": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚", - "block.gtceu.dripstone_glauconite_sand_ore.prospected": "ГÐŧÐ°ŅƒÐšÐūÐ―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dripstone_goethite_ore.prospected": "ГÐĩŅ‚ÐļŅ‚", - "block.gtceu.dripstone_gold_ore.prospected": "ЗÐūÐŧÐūŅ‚Ðū", - "block.gtceu.dripstone_granitic_mineral_sand_ore.prospected": "Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŸŅ–ŅÐūК", - "block.gtceu.dripstone_graphite_ore.prospected": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚", - "block.gtceu.dripstone_green_sapphire_ore.prospected": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.dripstone_grossular_ore.prospected": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", - "block.gtceu.dripstone_gypsum_ore.prospected": "Ð“Ņ–Ðŋҁ", - "block.gtceu.dripstone_hematite_ore.prospected": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", - "block.gtceu.dripstone_ilmenite_ore.prospected": "ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_iron_ore.prospected": "ЗаÐŧŅ–Ð·Ðū", - "block.gtceu.dripstone_kyanite_ore.prospected": "ÐšŅ–Ð°Ð―Ņ–Ņ‚", - "block.gtceu.dripstone_lapis_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", - "block.gtceu.dripstone_lazurite_ore.prospected": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", - "block.gtceu.dripstone_lead_ore.prospected": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", - "block.gtceu.dripstone_lepidolite_ore.prospected": "ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚", - "block.gtceu.dripstone_lithium_ore.prospected": "Ð›Ņ–Ņ‚Ņ–Ðđ", - "block.gtceu.dripstone_magnesite_ore.prospected": "МаÐģÐ―ÐĩзÐļŅ‚", - "block.gtceu.dripstone_magnetite_ore.prospected": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dripstone_malachite_ore.prospected": "МаÐŧÐ°Ņ…Ņ–Ņ‚", - "block.gtceu.dripstone_mica_ore.prospected": "ÐĄÐŧŅŽÐīа", - "block.gtceu.dripstone_molybdenite_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_molybdenum_ore.prospected": "МÐūÐŧŅ–ÐąÐīÐĩÐ―", - "block.gtceu.dripstone_monazite_ore.prospected": "МÐūÐ―Ð°Ņ†ÐļŅ‚", - "block.gtceu.dripstone_naquadah_ore.prospected": "НаКÐēаÐīа", - "block.gtceu.dripstone_neodymium_ore.prospected": "НÐĩÐūÐīÐļО", - "block.gtceu.dripstone_nether_quartz_ore.prospected": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", - "block.gtceu.dripstone_nickel_ore.prospected": "ÐŅ–ÐšÐĩÐŧҌ", - "block.gtceu.dripstone_oilsands_ore.prospected": "ÐÐ°Ņ„Ņ‚ÐūÐ―ÐūŅÐ―Ņ– ÐŸŅ–ŅÐšÐļ", - "block.gtceu.dripstone_olivine_ore.prospected": "ОÐŧŅ–ÐēŅ–Ð―", - "block.gtceu.dripstone_opal_ore.prospected": "ОÐŋаÐŧ", - "block.gtceu.dripstone_palladium_ore.prospected": "ПаÐŧаÐīŅ–Ðđ", - "block.gtceu.dripstone_pentlandite_ore.prospected": "ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚", - "block.gtceu.dripstone_pitchblende_ore.prospected": "ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī", - "block.gtceu.dripstone_platinum_ore.prospected": "ПÐŧÐ°Ņ‚ÐļÐ―Ð°", - "block.gtceu.dripstone_plutonium_ore.prospected": "ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ", - "block.gtceu.dripstone_pollucite_ore.prospected": "ПÐūÐŧŅŽŅ†ÐļŅ‚", - "block.gtceu.dripstone_powellite_ore.prospected": "ПÐūÐēÐĩÐŧŅ–Ņ‚", - "block.gtceu.dripstone_pyrite_ore.prospected": "ÐŸŅ–Ņ€ÐļŅ‚", - "block.gtceu.dripstone_pyrochlore_ore.prospected": "ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", - "block.gtceu.dripstone_pyrolusite_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚", - "block.gtceu.dripstone_pyrope_ore.prospected": "ÐŸŅ–Ņ€ÐūÐŋ", - "block.gtceu.dripstone_quartzite_ore.prospected": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", - "block.gtceu.dripstone_realgar_ore.prospected": "РÐĩаÐŧҌÐģÐ°Ņ€", - "block.gtceu.dripstone_red_garnet_ore.prospected": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dripstone_redstone_ore.prospected": "РÐĩÐīҁ҂ÐūŅƒÐ―", - "block.gtceu.dripstone_rock_salt_ore.prospected": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", - "block.gtceu.dripstone_ruby_ore.prospected": "Ð ŅƒÐąŅ–Ð―", - "block.gtceu.dripstone_salt_ore.prospected": "ÐĄŅ–ÐŧҌ", - "block.gtceu.dripstone_saltpeter_ore.prospected": "ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð°", - "block.gtceu.dripstone_sapphire_ore.prospected": "ÐĄÐ°Ðŋ҄ҖҀ", - "block.gtceu.dripstone_scheelite_ore.prospected": "ÐĻÐĩÐĩÐŧŅ–Ņ‚", - "block.gtceu.dripstone_silver_ore.prospected": "ÐĄŅ€Ņ–ÐąÐŧÐū", - "block.gtceu.dripstone_soapstone_ore.prospected": "ÐĒаÐŧŅŒÐšÐūŅ…ÐŧÐūŅ€ÐļŅ‚", - "block.gtceu.dripstone_sodalite_ore.prospected": "ÐĄÐūÐīаÐŧŅ–Ņ‚", - "block.gtceu.dripstone_spessartine_ore.prospected": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", - "block.gtceu.dripstone_sphalerite_ore.prospected": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚", - "block.gtceu.dripstone_spodumene_ore.prospected": "ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―", - "block.gtceu.dripstone_stibnite_ore.prospected": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_sulfur_ore.prospected": "ÐĄŅ–Ņ€ÐšÐ°", - "block.gtceu.dripstone_sylvite_ore.prospected": "ÐĄÐļÐŧҌÐēŅ–Ð―", - "block.gtceu.dripstone_talc_ore.prospected": "ÐĒаÐŧŅŒÐš", - "block.gtceu.dripstone_tantalite_ore.prospected": "ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚", - "block.gtceu.dripstone_tetrahedrite_ore.prospected": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", - "block.gtceu.dripstone_thorium_ore.prospected": "ÐĒÐūҀҖÐđ", - "block.gtceu.dripstone_tin_ore.prospected": "ОÐŧÐūÐēÐū", - "block.gtceu.dripstone_topaz_ore.prospected": "ÐĒÐūÐŋаз", - "block.gtceu.dripstone_tricalcium_phosphate_ore.prospected": "ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚", - "block.gtceu.dripstone_trona_ore.prospected": "ÐĒŅ€ÐūÐ―Ð°", - "block.gtceu.dripstone_tungstate_ore.prospected": "ÐĒŅƒÐ―ÐģŅŅ‚Ð°Ņ‚", - "block.gtceu.dripstone_uraninite_ore.prospected": "ÐĢŅ€Ð°Ð―ÐļÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_vanadium_magnetite_ore.prospected": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", - "block.gtceu.dripstone_wulfenite_ore.prospected": "Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_yellow_garnet_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", - "block.gtceu.dripstone_yellow_limonite_ore.prospected": "ЖÐūÐēŅ‚ÐļÐđ Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", - "block.gtceu.dripstone_zeolite_ore.prospected": "ÐĶÐĩÐūÐŧŅ–Ņ‚", "fluid.tfc.salt_water": "МÐūŅ€ŅŅŒÐšÐ° ВÐūÐīа", + "block.fluid.tfc.salt_water": "МÐūŅ€ŅŅŒÐšÐ° ВÐūÐīа", + "fluid.tfc.river_water": "Ð Ņ–Ņ‡ÐšÐūÐēа ÐēÐūÐīа", + "block.fluid.tfc.river_water": "Ð Ņ–Ņ‡ÐšÐūÐēа ÐēÐūÐīа", "item.tfc.bucket.salt_water": "Ð’Ņ–ÐīŅ€Ðū ОÐūŅ€ŅŅŒÐšÐūŅ— ÐēÐūÐīÐļ", "item.tfc.powder.saltpeter": "ПÐūŅ€Ðū҈ÐūК ÐĄÐĩÐŧҖ҂ҀÐļ", "item.tfc.powder.sulfur": "ÐĄŅ–Ņ€Ņ‡Ð°Ð―ÐļÐđ ПÐūŅ€Ðū҈ÐūК", @@ -2611,6 +15,10 @@ "metal.tfg.tin_alloy": "ОÐŧÐūÐē'ŅÐ―ÐļÐđ ҁÐŋÐŧаÐē", "metal.tfg.lead": "ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", "metal.tfg.invar": "Ð†Ð―ÐēÐ°Ņ€", + "metal.tfg.potin": "ПÐūŅ‚ÐļÐ―", + "metal.tfg.cobalt": "КÐūÐąÐ°ÐŧŅŒŅ‚", + "metal.tfg.cobalt_brass": "КÐūÐąÐ°ÐŧŅŒŅ‚ÐūÐēа ÐŧÐ°Ņ‚ŅƒÐ―ŅŒ", + "metal.tfg.aluminium_silicate": "АÐŧŅŽÐžÐūҁÐļÐŧŅ–ÐšÐ°Ņ‚", "trim_material.tfc.almandine_tfc": "АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―", "trim_material.tfc.andradite_tfc": "ÐÐ―ÐīŅ€Ð°ÐīŅ–Ņ‚", "trim_material.tfc.blue_topaz_tfc": "ÐĄÐļÐ―Ņ–Ðđ ÐĒÐūÐŋаз", @@ -2621,7 +29,7 @@ "trim_material.tfc.green_sapphire_tfc": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ÐĄÐ°Ðŋ҄ҖҀ", "trim_material.tfc.grossular_tfc": "Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€", "trim_material.tfc.rutile_tfc": "Ð ŅƒŅ‚ÐļÐŧ", - "trim_material.tfc.lazurite_tfc": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚Ðĩ", + "trim_material.tfc.lazurite_tfc": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", "trim_material.tfc.pyrope_tfc": "ÐŸŅ–Ņ€ÐūÐŋ", "trim_material.tfc.rock_salt_tfc": "КаО'ŅÐ―Ð° ÐĄŅ–ÐŧҌ", "trim_material.tfc.ruby_tfc": "Ð ŅƒÐąŅ–Ð―", @@ -2632,7 +40,7 @@ "trim_material.tfc.spessartine_tfc": "ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚ÐļÐ―", "trim_material.tfc.topaz_tfc": "ÐĒÐūÐŋаз", "trim_material.tfc.uvarovite_tfc": "ÐĢÐēÐ°Ņ€ÐūÐēŅ–Ņ‚", - "trim_material.tfc.nether_quartz_tfc": "КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ", + "trim_material.tfc.nether_quartz_tfc": "НÐĩзÐĩŅ€ŅŅŒÐšÐļÐđ КÐēÐ°Ņ€Ņ†", "trim_material.tfc.certus_quartz_tfc": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", "trim_material.tfc.quartzite_tfc": "КÐēÐ°Ņ€Ņ†ÐļŅ‚", "trim_material.tfc.realgar_tfc": "РÐĩаÐŧҌÐģÐ°Ņ€", @@ -2641,7 +49,7 @@ "trim_material.tfc.olivine_tfc": "ОÐŧŅ–ÐēŅ–Ð―", "trim_material.tfc.opal_tfc": "ОÐŋаÐŧ", "trim_material.tfc.amethyst_tfc": "АОÐĩŅ‚Ðļҁ҂", - "trim_material.tfc.lapis_tfc": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚", + "trim_material.tfc.lapis_tfc": "ЛаÐŋҖҁ", "trim_material.tfc.apatite_tfc": "АÐŋÐ°Ņ‚ÐļŅ‚", "trim_material.tfc.red_garnet_tfc": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", "trim_material.tfc.yellow_garnet_tfc": "ЖÐūÐēŅ‚ÐļÐđ Ð“Ņ€Ð°Ð―Ð°Ņ‚", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/prospecting.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/prospecting.json index 8bc8d9df5..c7701da2f 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/prospecting.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/prospecting.json @@ -6,11 +6,11 @@ "pages": [ { "type": "patchouli:text", - "text": "You remembered where you picked up those $(l:getting_started/finding_ores)small metal nuggets$(), right? Finding additional ores may require extensive exploration and mining. You should become very familiar with $(l:tfg_ores/index)ores and minerals$(). If you need a specific resource, you must find the rock type it spawns in either under your feet or across the world." + "text": "You remembered where you picked up those $(l:getting_started/finding_ores)small metal nuggets$(), right? Finding additional ores may require extensive exploration and mining. You should become very familiar with $(l:tfg_ores/earth_ore_index)ores and minerals$(). If you need a specific resource, you must find the rock type it spawns in either under your feet or across the world." }, { "type": "patchouli:text", - "text": "When picking up small nuggets becomes unsatisfying, it is time to start prospecting to find ore veins:$(br)$(li)Small nuggets occur when an ore vein is located below. If you find the center of a group of nuggets, it's likely that the vein is beneath you.$(li)Exposed ore can occur in cliffs and water bodies, which may be seen from farther away." + "text": "When picking up small nuggets becomes unsatisfying, it is time to start prospecting to find ore veins:$(br)$(li)Small nuggets, surface buds, and surface rocks occur when an ore vein is located below. If you find the center of a group of nuggets, it's likely that the vein is beneath you.$(li)Exposed ore can occur in cliffs and water bodies, which may be seen from farther away." }, { "type": "patchouli:spotlight", @@ -18,7 +18,22 @@ "item": "tfc:metal/propick/copper", "title": "Prospector's Pick", "link_recipes": false, - "text": "If you're looking for metal ores or mineral veins (which have no nuggets), and you can't find the vein by guessing, it's time to pull out the $(thing)prospector's pick$(). It searches the 25x25x25 area centered on the block clicked, and reports to the action bar the amount and type of ore located." + "text": "If you're looking for ore veins, and you can't find the vein by guessing, it's time to pull out the $(item)prospector's pick$(). If you are familiar with base prospector's picks in $(thing)TFC$() you may be suprised to learn that they function very differently in $(thing)TerraFirmaGreg$()" + }, + { + "type": "patchouli:text", + "text": "Right-clicking a prospector's pick in $(thing)TFG$() will cast a search ray in your views direction. The rays width and depth is dependent on the tier of the pick noted in its tooltips. Depending on the tier of the prospector's pick can also give you a count of the ore quantities and even display an $(thing)X-Ray$() indicator of the ore vein." + }, + { + "type": "patchouli:text", + "text": "The prospector's pick can display the following information on use:$(br)$(li)In chat the pick can display the $(thing)total quantity$() of the ore vein, the $(thing)contents$() of the ore vein, and the $(thing)quantity per ore-type$() of the ore vein.$(li)$(thing)colored steel$() prospector's picks can also display either a large X-Ray particle in the $(thing)center$() of an ore vein, or $(thing)paricle's per ore block$()" + }, + { + "type": "patchouli:image", + "title": "Prospector View", + "images": ["tfg:textures/gui/field_guide/prospecting/tfg_prospectors_pick_xray.png"], + "border": true, + "text": "Using a prospector's pick looks like this. The large $(bold)\"!\"$() mark particle is from per-vein style x-ray. And the smaller ones are from per-block style x-ray." }, { "type": "tfc:knapping_recipe", @@ -28,20 +43,31 @@ { "type": "tfc:heat_recipe", "recipe": "tfc:heating/propick_head_mold", - "text": "Once the mold has been $(l:getting_started/pottery)knapped$(), it needs to be $(l:mechanics/heating)fired$() to create a $(thing)propick head mold.$()$(br2)To create the tool head, $(l:getting_started/finding_ores#casting)cast$() liquid metal into the mold." + "text": "Once the mold has been $(l:getting_started/pottery)knapped$(), it needs to be $(l:mechanics/heating)fired$() to create a $(item)propick head mold.$()$(br2)To create the tool head, $(l:getting_started/finding_ores#casting)cast$() liquid metal into the mold." }, { "type": "tfc:anvil_recipe", "recipe": "tfc:anvil/copper_propick_head", - "text": "A prospector's pick head can also be $(l:mechanics/anvils#working)smithed$() out of an $(thing)ingot$() of any tool metal on an $(l:mechanics/anvils)Anvil$().$(br2)The prospector's pick is then created by crafting the tool head with a stick." + "text": "A prospector's pick head can also be $(l:mechanics/anvils#working)smithed$() out of an $(item)ingot$() of any tool metal on an $(l:mechanics/anvils)Anvil$().$(br2)The prospector's pick is then created by crafting the tool head with a stick." }, { "type": "patchouli:text", - "text": "The prospector's pick will never report finding something when nothing is actually there. However, it may incorrectly say nothing is there when a vein is in range. Higher tier tools will reduce or eliminate these false negatives.$(br2)Prospector's picks at the same tier give identical results when used on the same block unless ores were removed.$(br2)If the prospector's pick finds multiple ores nearby, it will only report one." + "text": "The majority of the stats and charecteristics of the prospector's picks can be adjustable in your server config file." }, { - "type": "patchouli:text", - "text": "Right-clicking a Prospector's Pick on a block will report finding one of these possible results:$(br)$(li)Nothing (may be false)$(li)Traces$(li)A Small Sample$(li)A Medium Sample$(li)A Large Sample$(li)A Very Large Sample$(br2)Very large samples indicate at least eighty and potentially many more blocks." + "type": "patchouli:spotlight", + "anchor": "prospector", + "item": "gtceu:prospector.lv", + "title": "Digital Ore Prospector's", + "link_recipes": false, + "text": "Technology is now! And with it comes new ways to find your ore veins!$(br)$(item)Ore Prospector's$() are $(thing)GregTech's$() solution to finding ore veins and fluid deposits in your world. The size and capabilities of the ore prospectors are determined by the $(#ff1100)voltage tier$()." + }, + { + "type": "patchouli:image", + "title": "Ore Prospector", + "images": ["tfg:textures/gui/field_guide/prospecting/tfg_luv_ore_prospector.png"], + "border": true, + "text": "An example of what you may see using the $(#e373ff)LuV ore prospector$()." } ], "read_by_default": true, @@ -54,6 +80,9 @@ "tfc:metal/propick/steel": 2, "tfc:metal/propick/black_steel": 2, "tfc:metal/propick/blue_steel": 2, - "tfc:metal/propick/red_steel": 2 + "tfc:metal/propick/red_steel": 2, + "gtceu:prospector.lv": 10, + "gtceu:prospector.hv": 10, + "gtceu:prospector.luv": 10 } } diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json index 4418b7c6f..a548ee3b6 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_ore_index.json @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Apatite: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)Bauxite: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuth: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()", + "text": "$(li)Almandine: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)Apatite: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)Barite: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)Bauxite: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)Bentonite: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuth: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/earth_vein_index#normal_gypsum)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/earth_vein_index#deep_magnetite)33%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cobalt: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Cooperite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)38%$(/l)$()$(li)Diamond: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Diatomite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()", + "text": "$(li)Bornite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/earth_vein_index#deep_magnetite)33%$(/l), $(l:tfg_ores/earth_vein_index#normal_magnetite)4%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cobalt: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)Cooperite: $(l:tfg_ores/earth_vein_index#deep_sheldonite)38%$(/l)$()$(li)Diamond: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Diatomite: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Electrotine: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()", + "text": "$(li)Electrotine: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()", "type": "patchouli:text" }, { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json index cf867747d..6d90ccabf 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/earth_vein_index.json @@ -19,17 +19,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethite & Malachite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Gold (Deep)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Gold, Limonite, & Hematite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematite, Goethite, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetite & Vanadium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Garnet & Cassiterite Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethite & Malachite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Gold (Deep)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Gold, Limonite, & Hematite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gypsum)Gypsum & Calcite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematite, Goethite, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetite & Vanadium$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)Manganese & Tantalum$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Oilsands$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opal & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzes$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Salts & Borax$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Sphalerite & Sulfur$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Spodumene & Lepidolite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)Oilsands$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opal & Garnet$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzes$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Salts & Borax$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Sphalerite & Sulfur$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Spodumene & Lepidolite$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetrahedrite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetrahedrite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenite & Molybdenite$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetrahedrite (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetrahedrite (Surface)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenite & Molybdenite$()$()", "type": "patchouli:text" }, { @@ -1587,6 +1587,98 @@ "text": "$(thing)Percentage$(): 25%$(br)$(thing)Used for$(): Macerators, AE2$(br)$(thing)Formula$(): C", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 9$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Chalk, Chert, Claystone, Conglomerate, Dolomite, Limestone, Shale", + "title": "Gypsum & Calcite", + "type": "patchouli:text", + "anchor": "normal_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Borax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Fuller's Earth", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -32 — 75$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Andesite, Basalt, Dacite, Rhyolite", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/mars_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/mars_ore_index.json new file mode 100644 index 000000000..39be0fa88 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/mars_ore_index.json @@ -0,0 +1,22 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Ore Index", + "icon": "tfc:ore/normal_hematite", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)Mars$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "Mars Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Hematite: $(l:tfg_ores/mars_vein_index#mars_hematite)100%$(/l)$()", + "type": "patchouli:text" + } + ], + "sortnum": 6 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/mars_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/mars_vein_index.json new file mode 100644 index 000000000..ff302ed25 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/mars_vein_index.json @@ -0,0 +1,49 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Vein Index", + "icon": "gtceu:mars_stone_hematite_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(item)Mars$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns in, and more.", + "title": "Mars Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/mars_vein_index#mars_hematite)(Placeholder Vein)$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): -16 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Argillite, Basalt, Chalk, Chert, Claystone, Conglomerate, Dacite, Diorite, Dolomite, Gabbro, Granite, Limestone, Red Granite, Shale, Trachyte", + "title": "(Placeholder Vein)", + "type": "patchouli:text", + "anchor": "mars_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematite", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 100%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₂O₃", + "type": "patchouli:multiblock" + } + ], + "sortnum": 7 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json index 1f8346dd5..456d3bb57 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_ore_index.json @@ -14,27 +14,32 @@ }, { "Type": "patchouli:text", - "text": "$(li)Almandine: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Apatite: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barite: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxite: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Beryllium: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Chromite: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()", + "text": "$(li)Almandine: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Aluminium: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Alunite: $(l:tfg_ores/moon_vein_index#moon_gypsum)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)Apatite: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barite: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxite: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)Beryllium: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/moon_vein_index#moon_gypsum)20%$(/l)$()$(li)Bornite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/moon_vein_index#moon_gypsum)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Cobalt: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamond: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)Electrotine: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Emerald: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Garnierite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()", + "text": "$(li)Cassiterite: $(l:tfg_ores/moon_vein_index#moon_cassiterite)41%$(/l)$()$(li)Certus Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/moon_vein_index#moon_cassiterite)35%$(/l)$()$(li)Chromite: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)Cobalt: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamond: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)Electrotine: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Emerald: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Kyanite: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Lead: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Lithium: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazite: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Native Silver: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Neodymium: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Nickel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivine: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()", + "text": "$(li)Garnierite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)Grossular: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/moon_vein_index#moon_gypsum)35%$(/l)$()$(li)Ilmenite: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Kyanite: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)Lead: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Lithium: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazite: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Platinum: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Pollucite: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Powellite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Pyrite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()", + "text": "$(li)Native Copper: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)15%$(/l)$()$(li)Native Gold: $(l:tfg_ores/moon_vein_index#moon_gold)55%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Native Silver: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Neodymium: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Nickel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivine: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_gypsum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Opal: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)Platinum: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Powellite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Pyrite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Spessartine: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)Thorium: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()", + "text": "$(li)Pyrope: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/moon_vein_index#moon_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sapphire: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Scheelite: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Soapstone: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Spessartine: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Stibnite: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)20%$(/l)$()$(li)Talc: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Tantalite: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)40%$(/l)$()$(li)Thorium: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Tin: $(l:tfg_ores/moon_vein_index#moon_cassiterite)17%$(/l)$()$(li)Topaz: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/moon_vein_index#moon_garnet)14%$(/l)$()$(li)Zeolite: $(l:tfg_ores/moon_vein_index#moon_cassiterite)5%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json index f8862b459..1dc09e4e9 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/moon_vein_index.json @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Certus Quartz$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_garnet)Amethyst, Opal, & Garnet$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatite & Pyrochlore$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasite & Monazite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxite & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_cassiterite)Cassiterite & Chalcopyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Certus Quartz$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Chromite & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperite & Bornite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Emerald & Beryllium$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierite & Cobaltite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gold)Gold & Magnetite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gypsum)Gypsum & Calcite$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenite & Molybdenite$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_tetrahedrite)Tetrahedrite & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenite & Molybdenite$()$()", "type": "patchouli:text" }, { @@ -27,6 +27,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.35$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 10 — 128$(br)$(thing)Size$(): 35$(br)$(thing)Height$(): 7$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Basalt, Rhyolite", + "title": "Amethyst, Opal, & Garnet", + "type": "patchouli:text", + "anchor": "moon_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Amethyst", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Iron$(br)$(thing)Formula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Opal", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 38%$(br)$(thing)Source of$(): Silicon, Oxygen$(br)$(thing)Formula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Yellow Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Andradite, Grossular, Uvarovite", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Red Garnet", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 9%$(br)$(thing)Source of$(): Pyrope, Almandine, Spessartine", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Norite", @@ -278,6 +370,98 @@ "text": "$(thing)Percentage$(): 21%$(br)$(thing)Source of$(): Magnesium, Rutile, Titanium$(br)$(thing)Formula$(): (Mg,Fe)Ti₂O₅", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 128$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Diorite, Gabbro, Granite, Norite", + "title": "Cassiterite & Chalcopyrite", + "type": "patchouli:text", + "anchor": "moon_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterite", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 41%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcopyrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Tin", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 17%$(br)$(thing)Melts into$(): Tin$(br)$(thing)Formula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Zeolite", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium, Oxygen$(br)$(thing)Formula$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 230$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Size$(): 60$(br)$(thing)Indicator Max Depth$(): 80$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite", @@ -875,6 +1059,98 @@ "text": "$(thing)Percentage$(): 14%$(br)$(thing)Smelts into$(): Cobalt$(br)$(thing)Formula$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 170$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 10$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Basalt, Diorite, Granite", + "title": "Gold & Magnetite", + "type": "patchouli:text", + "anchor": "moon_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Gold", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 55%$(br)$(thing)Melts into$(): Gold$(br)$(thing)Formula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxite", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetite", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Melts into$(): Cast Iron$(br)$(thing)Formula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Green Sapphire", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 260$(br)$(thing)Density$(): 0.55$(br)$(thing)Type$(): Pipe Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Height$(): 60$(br)$(thing)Radius$(): 12$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Basalt, Basalt, Gabbro, Phonolite", @@ -942,6 +1218,113 @@ "text": "$(thing)Percentage$(): 10%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 9$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Anorthosite, Norite, Phonolite", + "title": "Gypsum & Calcite", + "type": "patchouli:text", + "anchor": "moon_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Borax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Alunite", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Potassium, Aluminium$(br)$(thing)Formula$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivine", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 5%$(br)$(thing)Source of$(): Magnesium, Iron$(br)$(thing)Formula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 250$(br)$(thing)Density$(): 0.25$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 35$(br)$(thing)Indicator Max Depth$(): 50$(br2)$(thing)Stone Types$(): Anorthosite, Diorite, Gabbro, Norite", @@ -1011,10 +1394,10 @@ }, { "Type": "patchouli:multiblock", - "name": "Pollucite", + "name": "Aluminium", "multiblock": { "mapping": { - "0": "#forge:ores/pollucite" + "0": "#forge:ores/aluminium" }, "pattern": [ [ @@ -1026,7 +1409,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Caesium, Aluminium$(br)$(thing)Formula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Percentage$(): 14%$(br)$(thing)Source of$(): Aluminium$(br)$(thing)Formula$(): Al", "type": "patchouli:multiblock" }, { @@ -1857,6 +2240,98 @@ "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)Formula$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 190$(br)$(thing)Density$(): 0.3$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 50 — 128$(br)$(thing)Size$(): 40$(br)$(thing)Indicator Max Depth$(): 60$(br2)$(thing)Stone Types$(): Andesite, Dacite, Phonolite, Rhyolite", + "title": "Tetrahedrite & Chalcocite", + "type": "patchouli:text", + "anchor": "moon_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetrahedrite", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 40%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Chalcocite", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 25%$(br)$(thing)Source of$(): Copper$(br)$(thing)Formula$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Stibnite", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Smelts into$(): Antimony$(br)$(thing)Formula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Native Copper", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Melts into$(): Copper$(br)$(thing)Formula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 210$(br)$(thing)Density$(): 0.5$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Size$(): 64$(br)$(thing)Height$(): 25$(br)$(thing)Indicator Max Depth$(): 20$(br2)$(thing)Stone Types$(): Andesite, Anorthosite, Basalt, Dacite, Diorite, Gabbro, Norite, Phonolite, Rhyolite", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json index 83564331f..00bf20f57 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_ore_index.json @@ -14,42 +14,42 @@ }, { "Type": "patchouli:text", - "text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Anthracite: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)Apatite: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()", + "text": "$(li)Almandine: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)Alunite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)Amethyst: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Anthracite: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)Apatite: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)Asbestos: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Barite: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Basaltic Mineral Sands: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Bastnasite: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)Bentonite: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)Beryllium: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)Blue Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)Borax: $(l:tfg_ores/nether_vein_index#nether_gypsum)20%$(/l)$()$(li)Bornite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Cassiterite: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cobalt: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()$(li)Diamond: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()", + "text": "$(li)Calcite: $(l:tfg_ores/nether_vein_index#nether_gypsum)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Cassiterite: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Cassiterite Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)Chalcocite: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Chalcopyrite: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)Chromite: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Cinnabar: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Coal: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cobalt: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Cobaltite: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Cooperite: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()$(li)Diamond: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomite: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Electrotine: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()", + "text": "$(li)Emerald: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)Fuller's Earth: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gypsum)15%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnet Sand: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Garnierite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)Glauconite Sand: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Goethite: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Granitic Mineral Sand: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Graphite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Green Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Grossular: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Gypsum: $(l:tfg_ores/nether_vein_index#nether_gypsum)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)Hematite: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Kyanite: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Lithium: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)Monazite: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Native Copper: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Neodymium: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()", + "text": "$(li)Lapis: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurite: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Lead: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Lithium: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesite: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)Malachite: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molybdenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)Monazite: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Native Copper: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Native Gold: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Native Silver: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Olivine: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Pyrite: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Pyrope: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()", + "text": "$(li)Neodymium: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Nether Quartz: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Nickel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Olivine: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opal: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Pentlandite: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pitchblende: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Platinum: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)Plutonium: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Pollucite: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Pyrite: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Pyrochlore: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pyrolusite: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Quartzite: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Stibnite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Sulfur: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()", + "text": "$(li)Pyrope: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Quartzite: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Red Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rock Salt: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)Ruby: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Saltpeter: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sapphire: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Scheelite: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Soapstone: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Sodalite: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Spessartine: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Sphalerite: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Stibnite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)Talc: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)Tin: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()", + "text": "$(li)Sulfur: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Sylvite: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)Talc: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalite: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Tetrahedrite: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)Thorium: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)Tin: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Topaz: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Tricalcium Phosphate: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstate: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninite: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Vanadium Magnetite: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)Wulfenite: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Yellow Limonite: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()", + "text": "$(li)Yellow Garnet: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Yellow Limonite: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json index eef149cdd..650087f59 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/tfg_ores/nether_vein_index.json @@ -19,12 +19,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah & Plutonium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartz$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Silver, Galena, & Lead$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Soapstone, Talc, & Trona$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Graphite & Diamond$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gypsum)Gypsum & Calcite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematite & Limonite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)Kyanite, Mica, & Bauxite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Lapis, Lazurite, & Sodalite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)Manganese & Tantalum$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)Mineral Sands$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah & Plutonium$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartz$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, Cinnabar, & Ruby$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Saltpeter & Electrotine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Sapphire & Almandine$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Scheelite & Tungstate$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Silver, Galena, & Lead$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)Sylvite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetrahedrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenite & Molybdenite$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Soapstone, Talc, & Trona$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)Sphalerite & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)Sulfur & Pyrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)Sylvite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetrahedrite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)Topaz & Chalcocite$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninite & Pitchblende$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenite & Molybdenite$()$()", "type": "patchouli:text" }, { @@ -1257,6 +1257,98 @@ "text": "$(thing)Percentage$(): 15%$(br)$(thing)Used for$(): Fuel, Distillation$(br)$(thing)Formula$(): C", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Rarity$(): 180$(br)$(thing)Density$(): 0.4$(br)$(thing)Type$(): Disc Vein$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Size$(): 40$(br)$(thing)Height$(): 9$(br2)$(thing)Stone Types$(): Migmatite, Pyroxenite, Travertine", + "title": "Gypsum & Calcite", + "type": "patchouli:text", + "anchor": "nether_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Gypsum", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 35%$(br)$(thing)Used for$(): Alabaster (dyeable) bricks$(br)$(thing)Formula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcite", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 30%$(br)$(thing)Source of$(): Calcium$(br)$(thing)Formula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Borax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 20%$(br)$(thing)Source of$(): Sodium, Boron$(br)$(thing)Formula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Fuller's Earth", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Percentage$(): 15%$(br)$(thing)Source of$(): Magnesium$(br)$(thing)Formula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Rarity$(): 220$(br)$(thing)Density$(): 0.45$(br)$(thing)Type$(): Cluster Vein$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Size$(): 35$(br2)$(thing)Stone Types$(): Basalt, Migmatite, Pyroxenite, Travertine", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_ore_index.json index af8ff8e08..88ba2dfe7 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_ore_index.json @@ -19,7 +19,7 @@ }, { "Type": "patchouli:text", - "text": "$(li)Bentonita: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Berílio: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuto: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)BÃģrax: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Bornita: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)CarvÃĢo: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Chumbo: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Cianita: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)CinÃĄbrio: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()", + "text": "$(li)Bentonita: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)Berílio: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)Bismuto: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)BÃģrax: $(l:tfg_ores/earth_vein_index#normal_gypsum)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()$(li)Bornita: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/earth_vein_index#surface_copper)61%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)20%$(/l)$()$(li)CarvÃĢo: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)Chumbo: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)Cianita: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()$(li)CinÃĄbrio: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()", "type": "patchouli:text" }, { @@ -29,7 +29,7 @@ }, { "Type": "patchouli:text", - "text": "$(li)Fosfato TricÃĄlcico: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnierita: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Gipsita: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)GlossulÃĄria: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Goethita: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Grafite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Hematita: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)LÃĄpis-lazÚri: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurita: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lepidorita: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Limonita Amarela: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()", + "text": "$(li)Fosfato TricÃĄlcico: $(l:tfg_ores/earth_vein_index#normal_apatite)35%$(/l)$()$(li)Galena: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Garnierita: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)Gipsita: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)GlossulÃĄria: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Goethita: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Grafite: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()$(li)Hematita: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)LÃĄpis-lazÚri: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Lazurita: $(l:tfg_ores/earth_vein_index#normal_lapis)35%$(/l)$()$(li)Lepidorita: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)15%$(/l)$()$(li)Limonita Amarela: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()", "type": "patchouli:text" }, { @@ -44,7 +44,7 @@ }, { "Type": "patchouli:text", - "text": "$(li)Safira: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Sal: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Salitre: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Sheelita: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sodalita: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Talco: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalita: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Terra de Fuller: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)TopÃĄzio: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)TopÃĄzio Azul: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)TÃģrio: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()", + "text": "$(li)Safira: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Sal: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)Salitre: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)Sheelita: $(l:tfg_ores/earth_vein_index#deep_scheelite)45%$(/l)$()$(li)Sodalita: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)Talco: $(l:tfg_ores/earth_vein_index#normal_lubricant)20%$(/l)$()$(li)Tantalita: $(l:tfg_ores/earth_vein_index#normal_manganese)12%$(/l)$()$(li)Terra de Fuller: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)50%$(/l)$()$(li)TopÃĄzio: $(l:tfg_ores/earth_vein_index#deep_topaz)25%$(/l)$()$(li)TopÃĄzio Azul: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)TÃģrio: $(l:tfg_ores/earth_vein_index#normal_beryllium)15%$(/l)$()", "type": "patchouli:text" }, { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_vein_index.json index af283d506..f1d4c2eb5 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/earth_vein_index.json @@ -19,17 +19,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Cooperita e Bornita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Cromita e Magnetita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Enxofre e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Esfalerita e Enxofre$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Esfalerita e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Esmeralda e Berílio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Espodumena e Lepidolita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethita e Malaquita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Granada e Areia Cassiterita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematita e Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematita, Goethita e Rubi$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)LÃĄpis-lazÚri, Lazurita e Sodalita$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)Cooperita e Bornita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)Cromita e Magnetita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)Enxofre e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)Esfalerita e Enxofre$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)Esfalerita e Pirita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Esmeralda e Berílio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)Espodumena e Lepidolita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gypsum)Gipsita e Calcita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Goethita e Malaquita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Granada e Areia Cassiterita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)Hematita e Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)Hematita, Goethita e Rubi$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetita e VanÃĄdio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)ManganÊs e TÃĒntalo$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opala e Granada$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Ouro (Profundo)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Ouro, Limonita e Hematita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Pedra-sabÃĢo, Talco e Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzos$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, CinÃĄbrio e Rubi$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Sais e BÃģrax$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Salitre e Eletrotina$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Sheelita e Tungstato$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)LÃĄpis-lazÚri, Lazurita e Sodalita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Limonita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)Magnetita e VanÃĄdio$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)ManganÊs e TÃĒntalo$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)Opala e Granada$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)Ouro (Profundo)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)Ouro, Limonita e Hematita$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)Pedra-sabÃĢo, Talco e Trona$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)Quartzos$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)Redstone, CinÃĄbrio e Rubi$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)Sais e BÃģrax$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)Salitre e Eletrotina$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetraedrita (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetraedrita (Superfície)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)TopÃĄzio e Calcocita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninita e Pechblenda$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenita e Molibdenita$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)Sheelita e Tungstato$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)Tetraedrita (Normal)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)Tetraedrita (Superfície)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)TopÃĄzio e Calcocita$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)Uraninita e Pechblenda$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Wulfenita e Molibdenita$()$()", "type": "patchouli:text" }, { @@ -1656,6 +1656,98 @@ "text": "$(thing)Porcentagem$(): 10%$(br)$(thing)Derrete em$(): Níquel$(br)$(thing)FÃģrmula$(): Ni", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 180$(br)$(thing)Densidade$(): 0.3$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): -32 — 60$(br)$(thing)Tamanho$(): 40$(br)$(thing)Altura$(): 9$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Argilito, CalcÃĄrio, Cherte, Conglomerado, Dolomito, Folhelho, Giz", + "title": "Gipsita e Calcita", + "type": "patchouli:text", + "anchor": "normal_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Gipsita", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 35%$(br)$(thing)Usado para$(): Tijolos de Alabastro (tingíveis)$(br)$(thing)FÃģrmula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcita", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 30%$(br)$(thing)Fonte de$(): CÃĄlcio$(br)$(thing)FÃģrmula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "BÃģrax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Fonte de$(): SÃģdio, Boro$(br)$(thing)FÃģrmula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Terra de Fuller", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 15%$(br)$(thing)Fonte de$(): MagnÃĐsio$(br)$(thing)FÃģrmula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 240$(br)$(thing)Densidade$(): 0.35$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): -64 — 30$(br)$(thing)Tamanho$(): 32$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): CalcÃĄrio, MÃĄrmore", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/mars_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/mars_ore_index.json new file mode 100644 index 000000000..96566acf8 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/mars_ore_index.json @@ -0,0 +1,22 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Ore Index", + "icon": "tfc:ore/normal_hematite", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "Este ÃĐ o $(thing)Índice de MinÃĐrios$() para $(thing)Mars$(). Todos os minÃĐrios estÃĢo ordenados alfabeticamente e do veio mais rico para o mais pobre. VocÊ pode clicar neles para saber mais sobre cada veio.", + "title": "Mars Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Hematita: $(l:tfg_ores/mars_vein_index#mars_hematite)100%$(/l)$()", + "type": "patchouli:text" + } + ], + "sortnum": 6 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/mars_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/mars_vein_index.json new file mode 100644 index 000000000..342df1e59 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/mars_vein_index.json @@ -0,0 +1,49 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Vein Index", + "icon": "gtceu:mars_stone_hematite_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "Este ÃĐ o $(thing)Índice de Veios$() para $(item)Mars$(). Cada veio contÃĐm detalhes sobre sua raridade, densidade, tipo de veio, altura onde ÃĐ encontrado, tamanhos, tipos de rocha em que aparece e mais.", + "title": "Mars Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/mars_vein_index#mars_hematite)(Placeholder Vein)$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 210$(br)$(thing)Densidade$(): 0.4$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): -16 — 100$(br)$(thing)Tamanho$(): 40$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 50$(br2)$(thing)Tipos de Pedra$(): Argilita, Argilito, Basalto, CalcÃĄrio, Cherte, Conglomerado, Dacito, Diorito, Dolomito, Folhelho, Gabro, Giz, Granito, Red Granite, Traquito", + "title": "(Placeholder Vein)", + "type": "patchouli:text", + "anchor": "mars_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "Hematita", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 100%$(br)$(thing)Derrete em$(): Ferro Fundido$(br)$(thing)FÃģrmula$(): Fe₂O₃", + "type": "patchouli:multiblock" + } + ], + "sortnum": 7 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_ore_index.json index aa06f97b3..35ac3acf8 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_ore_index.json @@ -14,27 +14,32 @@ }, { "Type": "patchouli:text", - "text": "$(li)Almandina: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Alumínio: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)Apatita: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Areia Glauconita: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Armalcolita: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barita: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Bastnasita: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxita: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Berílio: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)Bornita: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Chumbo: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Cianita: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)CinÃĄbrio: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()", + "text": "$(li)Almandina: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)Alumínio: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Alunita: $(l:tfg_ores/moon_vein_index#moon_gypsum)15%$(/l)$()$(li)Ametista: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)Apatita: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Areia Glauconita: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Armalcolita: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Barita: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Bastnasita: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)Bauxita: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)Berílio: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)BÃģrax: $(l:tfg_ores/moon_vein_index#moon_gypsum)20%$(/l)$()$(li)Bornita: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/moon_vein_index#moon_gypsum)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Cobaltita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Cobalto: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cooperita: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Cromita: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamante: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)Eletrotina: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)Esfalerita: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Esmeralda: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Espessartita: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Fosfato TricÃĄlcico: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Garnierita: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)GlossulÃĄria: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()", + "text": "$(li)Calcocita: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/moon_vein_index#moon_cassiterite)35%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/moon_vein_index#moon_cassiterite)41%$(/l)$()$(li)Chumbo: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)Cianita: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)CinÃĄbrio: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Cobalto: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)Cobre Nativo: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)15%$(/l)$()$(li)Cooperita: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)Cromita: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Diamante: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)Eletrotina: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Grafite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Ilmenita: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Lítio: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetita: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)Magnetita de VanÃĄdio: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Molibdenita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazita: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)Neodímio: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Níquel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivina: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Ouro Nativo: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Pedra-sabÃĢo: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()", + "text": "$(li)Esfalerita: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)Esmeralda: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)Espessartita: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Estanho: $(l:tfg_ores/moon_vein_index#moon_cassiterite)17%$(/l)$()$(li)Estibnita: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)20%$(/l)$()$(li)Fosfato TricÃĄlcico: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)Galena: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Garnierita: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Gipsita: $(l:tfg_ores/moon_vein_index#moon_gypsum)35%$(/l)$()$(li)GlossulÃĄria: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Grafite: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/moon_vein_index#moon_garnet)14%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/moon_vein_index#moon_garnet)9%$(/l)$()$(li)Ilmenita: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Pirita: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)Pirocloro: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Polucita: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)Powellita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Quartzito: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Quartzo Certus: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rubi: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Safira: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()", + "text": "$(li)Lítio: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)Magnetita: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)Magnetita de VanÃĄdio: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Mica: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)Molibdenita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)Monazita: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)Neodímio: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)Níquel: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Olivina: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_gypsum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)Opala: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)Ouro Nativo: $(l:tfg_ores/moon_vein_index#moon_gold)55%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)Pedra-sabÃĢo: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)Pirita: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Safira Verde: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)Salitre: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sheelita: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Talco: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Tantalita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)TopÃĄzio: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)TopÃĄzio Azul: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)TÃģrio: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)Tungstato: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Wulfenita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()", + "text": "$(li)Pirocloro: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)Powellita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)Quartzito: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)Quartzo Certus: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)Redstone: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Rubi: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)Safira: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)Salitre: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)Sheelita: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)Talco: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)Tantalita: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)40%$(/l)$()$(li)TopÃĄzio: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)TopÃĄzio Azul: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)TÃģrio: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)Trona: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)Tungstato: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Wulfenita: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)ZeÃģlita: $(l:tfg_ores/moon_vein_index#moon_cassiterite)5%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_vein_index.json index 5fc41c51a..b5a686893 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/moon_vein_index.json @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatita e Pirocloro$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasita e Monazita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxita e Ilmenita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Cianita, Mica e Bauxita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperita e Bornita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Cromita e Magnetita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh e Ilmenita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Esfalerita e Pirita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Esmeralda e Berílio$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)ManganÊs e TÃĒntalo$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Pedra-sabÃĢo, Talco e Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pirolusita e Cobalto$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_garnet)Ametista, Opala e Granada$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)Apatita e Pirocloro$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Bastnasita e Monazita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)Bauxita e Ilmenita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_cassiterite)Cassiterita e Calcopirita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)Cianita, Mica e Bauxita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)Cooperita e Bornita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)Cromita e Magnetita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh e Ilmenita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)Esfalerita e Pirita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Esmeralda e Berílio$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gypsum)Gipsita e Calcita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Grafite e Diamante$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Quartzo Certus$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, CinÃĄbrio e Rubi$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Salitre e Eletrotina$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Sheelita e Tungstato$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)TopÃĄzio e Calcosita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenita e Molibdenita$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)ManganÊs e TÃĒntalo$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gold)Ouro e Magnetita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)Pedra-sabÃĢo, Talco e Trona$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pirolusita e Cobalto$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Quartzo Certus$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)Redstone, CinÃĄbrio e Rubi$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)Salitre e Eletrotina$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)Sheelita e Tungstato$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_tetrahedrite)Tetraedrita e Calcocita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)TopÃĄzio e Calcosita$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Wulfenita e Molibdenita$()$()", "type": "patchouli:text" }, { @@ -27,6 +27,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 230$(br)$(thing)Densidade$(): 0.35$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): 10 — 128$(br)$(thing)Tamanho$(): 35$(br)$(thing)Altura$(): 7$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Andesito, Basalto, Riolito", + "title": "Ametista, Opala e Granada", + "type": "patchouli:text", + "anchor": "moon_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "Ametista", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 38%$(br)$(thing)Fonte de$(): Ferro$(br)$(thing)FÃģrmula$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Opala", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 38%$(br)$(thing)Fonte de$(): Silício, OxigÊnio$(br)$(thing)FÃģrmula$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Granada Amarela", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 14%$(br)$(thing)Fonte de$(): Andradita, GlossulÃĄria, Uvarovita", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Granada Vermelha", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 9%$(br)$(thing)Fonte de$(): Piropo, Almandina, Espessartita", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 250$(br)$(thing)Densidade$(): 0.3$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): 0 — 100$(br)$(thing)Tamanho$(): 35$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 50$(br2)$(thing)Tipos de Pedra$(): Anortosito, Diorito, Norito", @@ -278,6 +370,98 @@ "text": "$(thing)Porcentagem$(): 21%$(br)$(thing)Fonte de$(): MagnÃĐsio, Rutilo, TitÃĒnio$(br)$(thing)FÃģrmula$(): (Mg,Fe)Ti₂O₅", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 210$(br)$(thing)Densidade$(): 0.3$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): 10 — 128$(br)$(thing)Tamanho$(): 40$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 60$(br2)$(thing)Tipos de Pedra$(): Diorito, Gabro, Granito, Norito", + "title": "Cassiterita e Calcopirita", + "type": "patchouli:text", + "anchor": "moon_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "Cassiterita", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 41%$(br)$(thing)Derrete em$(): Estanho$(br)$(thing)FÃģrmula$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcopirita", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 35%$(br)$(thing)Derrete em$(): Cobre$(br)$(thing)FÃģrmula$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Estanho", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 17%$(br)$(thing)Derrete em$(): Estanho$(br)$(thing)FÃģrmula$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ZeÃģlita", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 5%$(br)$(thing)Fonte de$(): Alumínio, OxigÊnio$(br)$(thing)FÃģrmula$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 250$(br)$(thing)Densidade$(): 0.25$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Tamanho$(): 35$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 50$(br2)$(thing)Tipos de Pedra$(): Anortosito, Diorito, Gabro, Norito", @@ -347,10 +531,10 @@ }, { "Type": "patchouli:multiblock", - "name": "Polucita", + "name": "Alumínio", "multiblock": { "mapping": { - "0": "#forge:ores/pollucite" + "0": "#forge:ores/aluminium" }, "pattern": [ [ @@ -362,7 +546,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Porcentagem$(): 14%$(br)$(thing)Fonte de$(): CÃĐsio, Alumínio$(br)$(thing)FÃģrmula$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Porcentagem$(): 14%$(br)$(thing)Fonte de$(): Alumínio$(br)$(thing)FÃģrmula$(): Al", "type": "patchouli:multiblock" }, { @@ -957,6 +1141,113 @@ "text": "$(thing)Porcentagem$(): 14%$(br)$(thing)Derrete em$(): Cobalto$(br)$(thing)FÃģrmula$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 180$(br)$(thing)Densidade$(): 0.3$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): 10 — 100$(br)$(thing)Tamanho$(): 40$(br)$(thing)Altura$(): 9$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Anortosito, Fonolito, Norito", + "title": "Gipsita e Calcita", + "type": "patchouli:text", + "anchor": "moon_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Gipsita", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 35%$(br)$(thing)Usado para$(): Tijolos de Alabastro (tingíveis)$(br)$(thing)FÃģrmula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcita", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 25%$(br)$(thing)Fonte de$(): CÃĄlcio$(br)$(thing)FÃģrmula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "BÃģrax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Fonte de$(): SÃģdio, Boro$(br)$(thing)FÃģrmula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Alunita", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 15%$(br)$(thing)Fonte de$(): PotÃĄssio, Alumínio$(br)$(thing)FÃģrmula$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Olivina", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 5%$(br)$(thing)Fonte de$(): MagnÃĐsio, Ferro$(br)$(thing)FÃģrmula$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 260$(br)$(thing)Densidade$(): 0.55$(br)$(thing)Tipo$(): Veio Tubular$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Altura$(): 60$(br)$(thing)Raio$(): 12$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 50$(br2)$(thing)Tipos de Pedra$(): Anortosito, Basalto, Basalto, Fonolito, Gabro", @@ -1116,6 +1407,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 170$(br)$(thing)Densidade$(): 0.4$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): 10 — 80$(br)$(thing)Tamanho$(): 40$(br)$(thing)Altura$(): 10$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 60$(br2)$(thing)Tipos de Pedra$(): Basalto, Diorito, Granito", + "title": "Ouro e Magnetita", + "type": "patchouli:text", + "anchor": "moon_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "Ouro Nativo", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 55%$(br)$(thing)Derrete em$(): Ouro$(br)$(thing)FÃģrmula$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Bauxita", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Fonte de$(): Alumínio$(br)$(thing)FÃģrmula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Magnetita", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Derrete em$(): Ferro Fundido$(br)$(thing)FÃģrmula$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Safira Verde", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 5%$(br)$(thing)Fonte de$(): Aluminium$(br)$(thing)FÃģrmula$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 190$(br)$(thing)Densidade$(): 0.25$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): 0 — 66$(br)$(thing)Tamanho$(): 36$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Anortosito, Basalto, Diorito, Gabro, Norito", @@ -1857,6 +2240,98 @@ "text": "$(thing)Porcentagem$(): 10%$(br)$(thing)Fonte de$(): Lítio$(br)$(thing)FÃģrmula$(): Li", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 190$(br)$(thing)Densidade$(): 0.3$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): 50 — 128$(br)$(thing)Tamanho$(): 40$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 60$(br2)$(thing)Tipos de Pedra$(): Andesito, Dacito, Fonolito, Riolito", + "title": "Tetraedrita e Calcocita", + "type": "patchouli:text", + "anchor": "moon_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "Tetraedrita", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 40%$(br)$(thing)Derrete em$(): Cobre$(br)$(thing)FÃģrmula$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcocita", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 25%$(br)$(thing)Fonte de$(): Cobre$(br)$(thing)FÃģrmula$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Estibnita", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Derrete em$(): AntimÃīnio$(br)$(thing)FÃģrmula$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Cobre Nativo", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 15%$(br)$(thing)Derrete em$(): Cobre$(br)$(thing)FÃģrmula$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 210$(br)$(thing)Densidade$(): 0.5$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): 0 — 120$(br)$(thing)Tamanho$(): 64$(br)$(thing)Altura$(): 25$(br)$(thing)Profundidade MÃĄxima do Indicador$(): 20$(br2)$(thing)Tipos de Pedra$(): Andesito, Anortosito, Basalto, Dacito, Diorito, Fonolito, Gabro, Norito, Riolito", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_ore_index.json index b81e60be6..1c66924f1 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_ore_index.json @@ -19,37 +19,37 @@ }, { "Type": "patchouli:text", - "text": "$(li)Berílio: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)Bornita: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)CarvÃĢo: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Chumbo: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Cianita: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)CinÃĄbrio: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Cobalto: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Cobre Nativo: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)Cooperita: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()", + "text": "$(li)Berílio: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)BÃģrax: $(l:tfg_ores/nether_vein_index#nether_gypsum)20%$(/l)$()$(li)Bornita: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Calcita: $(l:tfg_ores/nether_vein_index#nether_gypsum)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)Calcocita: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)Calcopirita: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)CarvÃĢo: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Cassiterita: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)Chumbo: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Cianita: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)CinÃĄbrio: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)Cobaltita: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Cobalto: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)Cobre Nativo: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Cromita: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Diamante: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomita: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Eletrotina: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Enxofre: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Esfalerita: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Esmeralda: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)Espessartita: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Estanho: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Estibnita: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Fosfato TricÃĄlcico: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnierita: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)Gipsita: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()", + "text": "$(li)Cooperita: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()$(li)Cromita: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Diamante: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Diatomita: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Eletrotina: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)Enxofre: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)Esfalerita: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)Esmeralda: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)Espessartita: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Estanho: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)Estibnita: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)Fosfato TricÃĄlcico: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)Galena: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Garnierita: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)GlossulÃĄria: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Goethita: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Grafite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Hematita: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)LÃĄpis-lazÚri: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurita: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Limonita Amarela: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Lítio: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesita: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetita: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)Magnetita de VanÃĄdio: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)Malaquita: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()", + "text": "$(li)Gipsita: $(l:tfg_ores/nether_vein_index#nether_gypsum)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)GlossulÃĄria: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Goethita: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Grafite: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Granada Amarela: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Granada Vermelha: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Hematita: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)LÃĄpis-lazÚri: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Lazurita: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Limonita Amarela: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Lítio: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)Magnesita: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Magnetita: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)Magnetita de VanÃĄdio: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molibdenita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)Monazita: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Neodímio: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Níquel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Olivina: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opala: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Ouro Nativo: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Pechblenda: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Pedra-sabÃĢo: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pirita: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)Pirocloro: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()", + "text": "$(li)Malaquita: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)Mica: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)Molibdenita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)Monazita: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Naquadah: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)Neodímio: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)Níquel: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)Olivina: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)Opala: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)Ouro Nativo: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)Pechblenda: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Pedra-sabÃĢo: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)Pentlandita: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)Pirita: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Pirolusita: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)PlutÃīnio: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Polucita: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Quartzito: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rubi: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Safira: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Sal-gema: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()", + "text": "$(li)Pirocloro: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)Pirolusita: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)Piropo: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)Platina: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)PlutÃīnio: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)Polucita: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)Powellita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)Prata Nativa: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)Quartzito: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)Quartzo do Nether: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)Redstone: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Rubi: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)Safira: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)Safira Verde: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Salitre: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sheelita: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Silvita: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)Sodalita: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Talco: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalita: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Terra de Fuller: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)TopÃĄzio: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)TopÃĄzio Azul: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)TÃģrio: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstato: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Uraninita: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()", + "text": "$(li)Sal-gema: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)Salitre: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)Sheelita: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)Silvita: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)Sodalita: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Talco: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)Tantalita: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)Terra de Fuller: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gypsum)15%$(/l)$()$(li)Tetraedrita: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)TopÃĄzio: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)TopÃĄzio Azul: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)TÃģrio: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)Trona: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)Tungstato: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Wulfenita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()", + "text": "$(li)Uraninita: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)Wulfenita: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_vein_index.json index 40320e307..61c1ee0fd 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/pt_br/entries/tfg_ores/nether_vein_index.json @@ -19,12 +19,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Goethita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Granada e Areia Cassiterita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematita e Limonita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)LÃĄpis-lazÚri, Lazurita e Sodalita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)ManganÊs e TÃĒntalo$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah e PlutÃīnio$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartzo$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Ouro e Hematita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Pedra-sabÃĢo, Talco e Trona$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, CinÃĄbrio e Rubi$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Safira e Almandina$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Garnierita e Cobaltita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gypsum)Gipsita e Calcita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Goethita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Grafite e Diamante$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Granada e Areia Cassiterita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)Hematita e Limonita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)LÃĄpis-lazÚri, Lazurita e Sodalita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)ManganÊs e TÃĒntalo$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)Naquadah e PlutÃīnio$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)Nether Quartzo$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)Ouro e Hematita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)Pedra-sabÃĢo, Talco e Trona$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)Prata, Galena e Chumbo$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)Redstone, CinÃĄbrio e Rubi$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Salitre e Eletrotina$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Sheelita e Tungstato$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)Silvita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetraedrita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)TopÃĄzio e Calcosita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninita e Pechblenda$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenita e Molibdenita$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)Safira e Almandina$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)Salitre e Eletrotina$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)Sheelita e Tungstato$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)Silvita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)Tetraedrita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)TopÃĄzio e Calcosita$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)Uraninita e Pechblenda$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Wulfenita e Molibdenita$()$()", "type": "patchouli:text" }, { @@ -1207,6 +1207,98 @@ "text": "$(thing)Porcentagem$(): 14%$(br)$(thing)Derrete em$(): Cobalto$(br)$(thing)FÃģrmula$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Raridade$(): 180$(br)$(thing)Densidade$(): 0.4$(br)$(thing)Tipo$(): Veio em Disco$(br)$(thing)Y$(): 32 — 128$(br)$(thing)Tamanho$(): 40$(br)$(thing)Altura$(): 9$(br2)$(thing)Tipos de Pedra$(): Migmatito, Piroxenito, Travertino", + "title": "Gipsita e Calcita", + "type": "patchouli:text", + "anchor": "nether_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Gipsita", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 35%$(br)$(thing)Usado para$(): Tijolos de Alabastro (tingíveis)$(br)$(thing)FÃģrmula$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Calcita", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 30%$(br)$(thing)Fonte de$(): CÃĄlcio$(br)$(thing)FÃģrmula$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "BÃģrax", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 20%$(br)$(thing)Fonte de$(): SÃģdio, Boro$(br)$(thing)FÃģrmula$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Terra de Fuller", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Porcentagem$(): 15%$(br)$(thing)Fonte de$(): MagnÃĐsio$(br)$(thing)FÃģrmula$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Raridade$(): 240$(br)$(thing)Densidade$(): 0.45$(br)$(thing)Tipo$(): Veio Aglomerado$(br)$(thing)Y$(): 0 — 128$(br)$(thing)Tamanho$(): 37$(br2)$(thing)Tipos de Pedra$(): Basalto, Migmatito, Piroxenito, Travertino", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json index b703b7402..fe2c9cc1f 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_ore_index.json @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)АÐŧОаз: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)АÐŧŅƒÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)ÐŅÐąÐĩҁ҂: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧÐŧÐļÐđ: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)БÐūŅ€Ð―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()", + "text": "$(li)АÐŧОаз: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)АÐŧŅƒÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)ÐŅÐąÐĩҁ҂: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧÐŧÐļÐđ: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)БÐūŅ€Ð―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/earth_vein_index#normal_gypsum)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Ð’Ð°Ð―Ð°ÐīÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)ВÐļŅÐžŅƒŅ‚: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Ð“Ņ‘Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)ГÐļÐŋҁ: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―ÐļŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()", + "text": "$(li)Ð’Ð°Ð―Ð°ÐīÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)ВÐļŅÐžŅƒŅ‚: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)Ð“Ņ‘Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)ГÐļÐŋҁ: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―ÐļŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ДÐļÐ°Ņ‚ÐūОÐūÐēŅ‹Ðđ ÐŋÐĩÐŧÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()", + "text": "$(li)ДÐļÐ°Ņ‚ÐūОÐūÐēŅ‹Ðđ ÐŋÐĩÐŧÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī: $(l:tfg_ores/earth_vein_index#normal_beryllium)50%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ: $(l:tfg_ores/earth_vein_index#normal_redstone)20%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)15%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)20%$(/l)$()$(li)ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)5%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)5%$(/l)$()", "type": "patchouli:text" }, { @@ -39,7 +39,7 @@ }, { "Type": "patchouli:text", - "text": "$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ МÐĩÐīҌ: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ÐĄÐĩŅ€ÐĩÐąŅ€Ðū: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l)$()$(li)ÐĄÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)ÐĄÐēÐļÐ―Ðĩ҆: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)ÐĄÐĩŅ€Ð°: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)ÐĄÐļÐ―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)ÐĄÐžÐĩÐšŅ‚Ðļ҇ÐĩŅÐšÐ°Ņ ÐģÐŧÐļÐ―Ð°: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)ÐĄÐūÐīаÐŧÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)ÐĄÐūÐŧҌ: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()", + "text": "$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ МÐĩÐīҌ: $(l:tfg_ores/earth_vein_index#normal_copper)65%$(/l), $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)30%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ÐĄÐĩŅ€ÐĩÐąŅ€Ðū: $(l:tfg_ores/earth_vein_index#normal_silver)15%$(/l)$()$(li)ÐĄÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)8%$(/l)$()$(li)ÐĄÐēÐļÐ―Ðĩ҆: $(l:tfg_ores/earth_vein_index#normal_silver)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)11%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)7%$(/l)$()$(li)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°: $(l:tfg_ores/earth_vein_index#normal_saltpeter)35%$(/l)$()$(li)ÐĄÐĩŅ€Ð°: $(l:tfg_ores/earth_vein_index#surface_sphalerite)55%$(/l), $(l:tfg_ores/earth_vein_index#normal_sulfur)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_sphalerite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)9%$(/l), $(l:tfg_ores/earth_vein_index#surface_bismuthinite)3%$(/l)$()$(li)ÐĄÐļÐ―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)ÐĄÐžÐĩÐšŅ‚Ðļ҇ÐĩŅÐšÐ°Ņ ÐģÐŧÐļÐ―Ð°: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)ÐĄÐūÐīаÐŧÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_lapis)25%$(/l)$()$(li)ÐĄÐūÐŧҌ: $(l:tfg_ores/earth_vein_index#normal_salt)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)30%$(/l)$()$(li)ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_manganese)25%$(/l)$()$(li)ÐĄÐŋÐūÐīŅƒÐžÐĩÐ―: $(l:tfg_ores/earth_vein_index#normal_spodumene)35%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_tetrahedrite)20%$(/l), $(l:tfg_ores/earth_vein_index#surface_tetrahedrite)20%$(/l)$()", "type": "patchouli:text" }, { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json index 250943cff..de5fe2c10 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/earth_vein_index.json @@ -14,22 +14,22 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)АОÐĩŅ‚Ðļҁ҂ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ðļ МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚ Ðļ ОÐŧÐļÐēÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)ВÐļŅÐžŅƒŅ‚ (ÐžÐąŅ‹Ņ‡Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)ВÐļŅÐžŅƒŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚ & МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ðļ ЛÐļОÐūÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚, Ð“Ņ‘Ņ‚ÐļŅ‚, Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Ð“Ņ‘Ņ‚ÐļŅ‚ Ðļ МаÐŧÐ°Ņ…ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ Ðļ ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)ЗÐūÐŧÐūŅ‚Ðū (ГÐŧŅƒÐąÐūКÐūÐĩ)$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)АОÐĩŅ‚Ðļҁ҂ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ðļ МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚ Ðļ ОÐŧÐļÐēÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)ВÐļŅÐžŅƒŅ‚ (ÐžÐąŅ‹Ņ‡Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)ВÐļŅÐžŅƒŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚ & МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ðļ ЛÐļОÐūÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚, Ð“Ņ‘Ņ‚ÐļŅ‚, Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)Ð“Ņ‘Ņ‚ÐļŅ‚ Ðļ МаÐŧÐ°Ņ…ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gypsum)ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ Ðļ ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_gold)ЗÐūÐŧÐūŅ‚Ðū, ЛÐļОÐūÐ―ÐļŅ‚ Ðļ ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ÐžÐąŅ‹Ņ‡Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)КÐēÐ°Ņ€Ņ†Ņ‹$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2 Ðļ ÐĄÐūÐīаÐŧÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)ЛÐļОÐūÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)МаÐģÐ―ÐĩŅ‚ÐļŅ‚ Ðļ Ð’Ð°Ð―Ð°ÐīÐļÐđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)МÐĩÐīҌ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)МÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)НÐĩ҄҂ÐĩÐ―ÐūŅÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_gold)ЗÐūÐŧÐūŅ‚Ðū (ГÐŧŅƒÐąÐūКÐūÐĩ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)ЗÐūÐŧÐūŅ‚Ðū, ЛÐļОÐūÐ―ÐļŅ‚ Ðļ ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ÐžÐąŅ‹Ņ‡Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)КÐēÐ°Ņ€Ņ†Ņ‹$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2 Ðļ ÐĄÐūÐīаÐŧÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)ЛÐļОÐūÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)МаÐģÐ―ÐĩŅ‚ÐļŅ‚ Ðļ Ð’Ð°Ð―Ð°ÐīÐļÐđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)МÐĩÐīҌ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)МÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)НÐĩ҄҂ÐĩÐ―ÐūŅÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ Ðļ Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)ÐĄÐ°ÐŋŅ„ÐļŅ€ Ðļ АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð° Ðļ ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)ÐĄÐĩŅ€Ð° Ðļ ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)ÐĄÐūÐŧÐļ Ðļ Ð‘ŅƒŅ€Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)ÐĄÐŋÐūÐīŅƒÐžÐĩÐ― Ðļ ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ðļ ÐĄÐĩŅ€Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ (ÐūÐąŅ‹Ņ‡Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)ÐĢÐģÐūÐŧҌ$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚ Ðļ ÐĢŅ€Ð°Ð―ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ Ðļ Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)ÐĄÐ°ÐŋŅ„ÐļŅ€ Ðļ АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð° Ðļ ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)ÐĄÐĩŅ€Ð° Ðļ ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)ÐĄÐūÐŧÐļ Ðļ Ð‘ŅƒŅ€Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)ÐĄÐŋÐūÐīŅƒÐžÐĩÐ― Ðļ ЛÐĩÐŋÐļÐīÐūÐŧÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ðļ ÐĄÐĩŅ€Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ (ÐūÐąŅ‹Ņ‡Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)ÐĢÐģÐūÐŧҌ$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#surface_copper)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚ Ðļ РÐĩаÐŧҌÐģÐ°Ņ€$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)ÐĨŅ€ÐūОÐļŅ‚ Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)ÐĶÐļÐūÐ―ÐļŅ‚, ÐĄÐŧŅŽÐīа Ðļ БÐūÐšŅÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)ÐĻÐĩÐĩÐŧÐļŅ‚ Ðļ ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚ Ðļ ÐĢŅ€Ð°Ð―ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚ Ðļ РÐĩаÐŧҌÐģÐ°Ņ€$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)ÐĨŅ€ÐūОÐļŅ‚ Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)ÐĶÐļÐūÐ―ÐļŅ‚, ÐĄÐŧŅŽÐīа Ðļ БÐūÐšŅÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)ÐĻÐĩÐĩÐŧÐļŅ‚ Ðļ ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚$()$()", "type": "patchouli:text" }, { @@ -954,6 +954,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 180$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ВÐļÐī$(): ÐīÐļŅÐšÐūÐūÐąŅ€Ð°Ð·Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): -32 — 60$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 9$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐŅ€ÐģÐļÐŧÐŧÐļŅ‚, ДÐūÐŧÐūОÐļŅ‚, ИзÐēÐĩŅŅ‚Ð―ŅÐš, КÐūÐ―ÐģÐŧÐūОÐĩŅ€Ð°Ņ‚, ÐšŅ€ÐĩÐžÐ―Ðļҁ҂ҋÐđ ҁÐŧÐ°Ð―Ðĩ҆, МÐĩÐŧ, ÐĄÐŧÐ°Ð―Ðĩ҆", + "title": "ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚", + "type": "patchouli:text", + "anchor": "normal_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "ГÐļÐŋҁ", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 35%$(br)$(thing)Ð˜ŅÐŋÐūÐŧŅŒÐ·ŅƒÐĩŅ‚ŅŅ ÐīÐŧŅ$(): АÐŧÐĩÐąÐ°ŅŅ‚Ņ€ (ОÐūÐķÐ―Ðū ÐŋÐūÐšŅ€Ð°ŅÐļŅ‚ŅŒ) Ðļ ÐĩÐģÐū КÐļŅ€ÐŋÐļ҇Ðļ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "КаÐŧŅŒŅ†ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 30%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): КаÐŧŅŒŅ†ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð‘ŅƒŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 20%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ÐÐ°Ņ‚Ņ€ÐļÐđ, БÐūŅ€$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄÐžÐĩÐšŅ‚Ðļ҇ÐĩŅÐšÐ°Ņ ÐģÐŧÐļÐ―Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 15%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): МаÐģÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 270$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.25$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): -40 — 64$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐīÐĩзÐļŅ‚, ÐŅ€ÐģÐļÐŧÐŧÐļŅ‚, ÐŅÐŋÐļÐīÐ―Ņ‹Ðđ ҁÐŧÐ°Ð―Ðĩ҆, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąÐąŅ€Ðū, Ð“Ð―ÐĩÐđҁ, Ð“Ņ€Ð°Ð―ÐļŅ‚, Ð”Ð°Ņ†ÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚, ДÐūÐŧÐūОÐļŅ‚, ИзÐēÐĩŅŅ‚Ð―ŅÐš, КÐēÐ°Ņ€Ņ†ÐļŅ‚, КÐūÐ―ÐģÐŧÐūОÐĩŅ€Ð°Ņ‚, ÐšŅ€ÐĩÐžÐ―Ðļҁ҂ҋÐđ ҁÐŧÐ°Ð―Ðĩ҆, МÐĩÐŧ, ÐœŅ€Ð°ÐžÐūŅ€, РÐļÐūÐŧÐļŅ‚, ÐĄÐŧÐ°Ð―Ðĩ҆, ÐĪÐļÐŧÐŧÐļŅ‚, ÐĻÐļŅ„ÐĩŅ€Ð―Ņ‹Ðđ ҁÐŧÐ°Ð―Ðĩ҆", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/mars_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/mars_ore_index.json new file mode 100644 index 000000000..eed6edcfa --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/mars_ore_index.json @@ -0,0 +1,22 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Ore Index", + "icon": "tfc:ore/normal_hematite", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Ore Index$() for $(thing)Mars$(). All ores are sorted alphabetically and then by richest to poorest vein type. You can click on them to learn more information about each vein.", + "title": "Mars Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/mars_vein_index#mars_hematite)100%$(/l)$()", + "type": "patchouli:text" + } + ], + "sortnum": 6 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/mars_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/mars_vein_index.json new file mode 100644 index 000000000..be2bb0d86 --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/mars_vein_index.json @@ -0,0 +1,49 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Vein Index", + "icon": "gtceu:mars_stone_hematite_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "This is the $(thing)Vein Index$() for $(thing)Mars$(). Each Vein has details regarding its rarity, density, vein type, height found, sizes, what stones it spawns on, and more.", + "title": "Mars Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/mars_vein_index#mars_hematite)(Placeholder Vein)$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 210$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.4$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): -16 — 100$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): Red Granite, ÐŅ€ÐģÐļÐŧÐŧÐļŅ‚, ÐŅ€ÐģÐļÐŧÐŧÐļŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąÐąŅ€Ðū, Ð“Ņ€Ð°Ð―ÐļŅ‚, Ð”Ð°Ņ†ÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚, ДÐūÐŧÐūОÐļŅ‚, ИзÐēÐĩŅŅ‚Ð―ŅÐš, КÐūÐ―ÐģÐŧÐūОÐĩŅ€Ð°Ņ‚, ÐšŅ€ÐĩÐžÐ―Ðļҁ҂ҋÐđ ҁÐŧÐ°Ð―Ðĩ҆, МÐĩÐŧ, ÐĄÐŧÐ°Ð―Ðĩ҆, ÐĒŅ€Ð°Ņ…ÐļŅ‚", + "title": "(Placeholder Vein)", + "type": "patchouli:text", + "anchor": "mars_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 100%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): ЖÐĩÐŧÐĩзÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Fe₂O₃", + "type": "patchouli:multiblock" + } + ], + "sortnum": 7 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json index a1aedfda5..5c409537b 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_ore_index.json @@ -14,27 +14,32 @@ }, { "Type": "patchouli:text", - "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)АÐŧОаз: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)АÐŧŅŽÐžÐļÐ―ÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)БÐĩŅ€ÐļÐŧÐŧÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)БÐūŅ€Ð―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Ð’Ð°Ð―Ð°ÐīÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()", + "text": "$(li)Armalcolite: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Desh: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)АÐŧОаз: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)АÐŧŅƒÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_gypsum)15%$(/l)$()$(li)АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)АÐŧŅŽÐžÐļÐ―ÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)БÐĩŅ€ÐļÐŧÐŧÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)БÐūŅ€Ð―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/moon_vein_index#moon_gypsum)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Ð˜ŅŅ‚ÐļÐ―Ð―Ņ‹Ðđ КÐēÐ°Ņ€Ņ†: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()", + "text": "$(li)Ð’Ð°Ð―Ð°ÐīÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)ГÐļÐŋҁ: $(l:tfg_ores/moon_vein_index#moon_gypsum)35%$(/l)$()$(li)ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_garnet)14%$(/l)$()$(li)ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)Ð˜ŅŅ‚ÐļÐ―Ð―Ņ‹Ðđ КÐēÐ°Ņ€Ņ†: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ЛÐļŅ‚ÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)НÐĩзÐĩŅ€-КÐēÐ°Ņ€Ņ†: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)НÐļКÐĩÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)ОÐŧÐļÐēÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)ПÐļŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ПÐļŅ€ÐūÐŋ: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)ПÐļŅ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()", + "text": "$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_gypsum)25%$(/l)$()$(li)КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_cassiterite)41%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_garnet)9%$(/l)$()$(li)ЛÐļŅ‚ÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)НÐĩзÐĩŅ€-КÐēÐ°Ņ€Ņ†: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)ПÐūÐēÐĩÐŧÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Ð ŅƒÐąÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ÐĄÐĩŅ€ÐĩÐąŅ€Ðū: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)ÐĄÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)ÐĄÐēÐļÐ―Ðĩ҆: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)ÐĄÐļÐ―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()", + "text": "$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)НÐļКÐĩÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)ОÐŧÐļÐēÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_gypsum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)ОÐŧÐūÐēÐū: $(l:tfg_ores/moon_vein_index#moon_cassiterite)17%$(/l)$()$(li)ОÐŋаÐŧ: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)ПÐļŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ПÐļŅ€ÐūÐŋ: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)ПÐļŅ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)ПÐūÐēÐĩÐŧÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Ð ŅƒÐąÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĒÐūŅ€ÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūзÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĨŅ€ÐūОÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)ÐĶÐļÐūÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)ÐĻÐĩÐĩÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()", + "text": "$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/moon_vein_index#moon_gold)55%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ МÐĩÐīҌ: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)15%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ÐĄÐĩŅ€ÐĩÐąŅ€Ðū: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)ÐĄÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)ÐĄÐēÐļÐ―Ðĩ҆: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)ÐĄÐļÐ―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)20%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)40%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĒÐūŅ€ÐļÐđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūзÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_cassiterite)35%$(/l)$()$(li)ÐĨŅ€ÐūОÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)ÐĶÐĩÐūÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_cassiterite)5%$(/l)$()$(li)ÐĶÐļÐūÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)ÐĻÐĩÐĩÐŧÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()$(li)ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json index 321621d68..f0c0f0daf 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/moon_vein_index.json @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ðļ МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)БÐūÐšŅÐļŅ‚ Ðļ ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚ & МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Ð˜ŅŅ‚ÐļÐ―Ð―Ņ‹Ðđ КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ Ðļ Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)ÐĄÐ°ÐŋŅ„ÐļŅ€ Ðļ АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_desh)Desh & Ilmenite$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)Pyrolusite and Cobalt$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnet)АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ðļ МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)БÐūÐšŅÐļŅ‚ Ðļ ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚ & МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gypsum)ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gold)ЗÐūÐŧÐūŅ‚Ðū Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Ð˜ŅŅ‚ÐļÐ―Ð―Ņ‹Ðđ КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð° Ðļ ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)ÐĨŅ€ÐūОÐļŅ‚ Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)ÐĶÐļÐūÐ―ÐļŅ‚, ÐĄÐŧŅŽÐīа Ðļ БÐūÐšŅÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)ÐĻÐĩÐĩÐŧÐļŅ‚ Ðļ ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ Ðļ Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)ÐĄÐ°ÐŋŅ„ÐļŅ€ Ðļ АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð° Ðļ ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)ÐĨŅ€ÐūОÐļŅ‚ Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)ÐĶÐļÐūÐ―ÐļŅ‚, ÐĄÐŧŅŽÐīа Ðļ БÐūÐšŅÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)ÐĻÐĩÐĩÐŧÐļŅ‚ Ðļ ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚$()$()", "type": "patchouli:text" }, { @@ -211,6 +211,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 230$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.35$(br)$(thing)ВÐļÐī$(): ÐīÐļŅÐšÐūÐūÐąŅ€Ð°Ð·Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 10 — 128$(br)$(thing)РазОÐĩŅ€$(): 35$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 7$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐīÐĩзÐļŅ‚, БазаÐŧŅŒŅ‚, РÐļÐūÐŧÐļŅ‚", + "title": "АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚", + "type": "patchouli:text", + "anchor": "moon_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "АОÐĩŅ‚Ðļҁ҂", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 38%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ЖÐĩÐŧÐĩзÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ОÐŋаÐŧ", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 38%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ÐšŅ€ÐĩÐžÐ―ÐļÐđ, КÐļҁÐŧÐūŅ€ÐūÐī$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð–Ņ‘Ðŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 14%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ÐÐ―ÐīŅ€Ð°ÐīÐļŅ‚, Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€, ÐĢÐēÐ°Ņ€ÐūÐēÐļŅ‚", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 9%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ПÐļŅ€ÐūÐŋ, АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―, ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 250$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 0 — 100$(br)$(thing)РазОÐĩŅ€$(): 35$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚", @@ -661,6 +753,113 @@ "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 14%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): КÐūÐąÐ°ÐŧŅŒŅ‚$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 180$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ВÐļÐī$(): ÐīÐļŅÐšÐūÐūÐąŅ€Ð°Ð·Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 10 — 100$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 9$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, НÐūŅ€ÐļŅ‚, ÐĪÐūÐ―ÐūÐŧÐļŅ‚", + "title": "ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "ГÐļÐŋҁ", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 35%$(br)$(thing)Ð˜ŅÐŋÐūÐŧŅŒÐ·ŅƒÐĩŅ‚ŅŅ ÐīÐŧŅ$(): АÐŧÐĩÐąÐ°ŅŅ‚Ņ€ (ОÐūÐķÐ―Ðū ÐŋÐūÐšŅ€Ð°ŅÐļŅ‚ŅŒ) Ðļ ÐĩÐģÐū КÐļŅ€ÐŋÐļ҇Ðļ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "КаÐŧŅŒŅ†ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 25%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): КаÐŧŅŒŅ†ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð‘ŅƒŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 20%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ÐÐ°Ņ‚Ņ€ÐļÐđ, БÐūŅ€$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "АÐŧŅƒÐ―ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 15%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): КаÐŧÐļÐđ, АÐŧŅŽÐžÐļÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ОÐŧÐļÐēÐļÐ―", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 5%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): МаÐģÐ―ÐļÐđ, ЖÐĩÐŧÐĩзÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 260$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.55$(br)$(thing)ВÐļÐī$(): Ņ‚Ņ€ŅƒÐąŅ‡Ð°Ņ‚Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 0 — 120$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 60$(br)$(thing)РаÐīÐļ҃ҁ$(): 12$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, БазаÐŧŅŒŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąÐąŅ€Ðū, ÐĪÐūÐ―ÐūÐŧÐļŅ‚", @@ -728,6 +927,98 @@ "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 10%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): МаÐģÐ―ÐļÐđ, ЖÐĩÐŧÐĩзÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Mg₂Fe(SiO₂)₂", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 170$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.4$(br)$(thing)ВÐļÐī$(): ÐīÐļŅÐšÐūÐūÐąŅ€Ð°Ð·Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 10 — 80$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 10$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): БазаÐŧŅŒŅ‚, Ð“Ņ€Ð°Ð―ÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚", + "title": "ЗÐūÐŧÐūŅ‚Ðū Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ЗÐūÐŧÐūŅ‚Ðū", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 55%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): ЗÐūÐŧÐūŅ‚Ðū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "БÐūÐšŅÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 20%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): АÐŧŅŽÐžÐļÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 20%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): ЖÐĩÐŧÐĩзÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 5%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): АÐŧŅŽÐžÐļÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 260$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.45$(br)$(thing)ВÐļÐī$(): Ņ‚Ņ€ŅƒÐąŅ‡Ð°Ņ‚Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 0 — 120$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 70$(br)$(thing)РаÐīÐļ҃ҁ$(): 10$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, БазаÐŧŅŒŅ‚, ÐĪÐūÐ―ÐūÐŧÐļŅ‚", @@ -927,6 +1218,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 210$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 10 — 128$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): Ð“Ð°ÐąÐąŅ€Ðū, Ð“Ņ€Ð°Ð―ÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚", + "title": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 41%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): ОÐŧÐūÐēÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 35%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): МÐĩÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ОÐŧÐūÐēÐū", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 17%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): ОÐŧÐūÐēÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĶÐĩÐūÐŧÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 5%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): АÐŧŅŽÐžÐļÐ―ÐļÐđ, КÐļҁÐŧÐūŅ€ÐūÐī$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 215$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.5$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 5 — 80$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐīÐĩзÐļŅ‚, БазаÐŧŅŒŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąÐąŅ€Ðū, Ð”Ð°Ņ†ÐļŅ‚, НÐūŅ€ÐļŅ‚", @@ -1576,6 +1959,98 @@ "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 15%$(br)$(thing)Source of$(): Iron, Titanium, Nitrogen$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 190$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 50 — 128$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐīÐĩзÐļŅ‚, Ð”Ð°Ņ†ÐļŅ‚, РÐļÐūÐŧÐļŅ‚, ÐĪÐūÐ―ÐūÐŧÐļŅ‚", + "title": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―", + "type": "patchouli:text", + "anchor": "moon_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 40%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): МÐĩÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĨаÐŧŅŒÐšÐūзÐļÐ―", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 25%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): МÐĩÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 20%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): ÐĄŅƒŅ€ŅŒÐžÐ°$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ МÐĩÐīҌ", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 15%$(br)$(thing)ПÐŧаÐēÐļŅ‚ŅŅ Ðē$(): МÐĩÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 210$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.5$(br)$(thing)ВÐļÐī$(): ÐīÐļŅÐšÐūÐūÐąŅ€Ð°Ð·Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 0 — 120$(br)$(thing)РазОÐĩŅ€$(): 64$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 25$(br)$(thing)Ð˜Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐÐ―ÐīÐĩзÐļŅ‚, ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąÐąŅ€Ðū, Ð”Ð°Ņ†ÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚, РÐļÐūÐŧÐļŅ‚, ÐĪÐūÐ―ÐūÐŧÐļŅ‚", @@ -1844,10 +2319,10 @@ }, { "Type": "patchouli:multiblock", - "name": "ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚", + "name": "АÐŧŅŽÐžÐļÐ―ÐļÐđ", "multiblock": { "mapping": { - "0": "#forge:ores/pollucite" + "0": "#forge:ores/aluminium" }, "pattern": [ [ @@ -1859,7 +2334,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 14%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ÐĶÐĩзÐļÐđ, АÐŧŅŽÐžÐļÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 14%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): АÐŧŅŽÐžÐļÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Al", "type": "patchouli:multiblock" }, { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json index cde28843c..300a62224 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_ore_index.json @@ -14,42 +14,42 @@ }, { "Type": "patchouli:text", - "text": "$(li)АÐŧОаз: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)АÐŧŅƒÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)ÐŅÐąÐĩҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧÐŧÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)БÐūŅ€Ð―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Ð’Ð°Ð―Ð°ÐīÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()", + "text": "$(li)АÐŧОаз: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)АÐŧŅƒÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)ÐŅÐąÐĩҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧÐŧÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)БÐūŅ€Ð―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/nether_vein_index#nether_gypsum)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Ð“Ņ‘Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)ГÐļÐŋҁ: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―ÐļŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)ДÐļÐ°Ņ‚ÐūОÐūÐēŅ‹Ðđ ÐŋÐĩÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()", + "text": "$(li)Ð’Ð°Ð―Ð°ÐīÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)Ð“Ņ‘Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)ГÐļÐŋҁ: $(l:tfg_ores/nether_vein_index#nether_gypsum)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)ГÐŧÐ°ŅƒÐšÐūÐ―ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―ÐļŅ‚ÐūÐēŅ‹Ðđ ОÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)ДÐļÐ°Ņ‚ÐūОÐūÐēŅ‹Ðđ ÐŋÐĩÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()", + "text": "$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)Ð–Ņ‘Ðŧ҂ҋÐđ ÐŧÐļОÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)ЗÐĩÐŧŅ‘Ð―Ņ‹Ðđ ŅÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_gypsum)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)КаОÐĩÐ―Ð―Ð°Ņ ҁÐūÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)ÐšŅ€Ð°ŅÐ―Ņ‹Ðđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ЛÐļŅ‚ÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)МаÐģÐ―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)МаÐŧÐ°Ņ…ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)НаКÐēаÐīа: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)НÐĩзÐĩŅ€-КÐēÐ°Ņ€Ņ†: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)НÐļКÐĩÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)ОÐŧÐļÐēÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)ОÐŧÐūÐēÐū: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)ОÐŋаÐŧ: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()", + "text": "$(li)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)ЛÐļŅ‚ÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)МаÐģÐ―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)МаÐŧÐ°Ņ…ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)НаКÐēаÐīа: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)НÐĩзÐĩŅ€-КÐēÐ°Ņ€Ņ†: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)НÐļКÐĩÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)ОÐŧÐļÐēÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)ОÐŧÐūÐēÐū: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)ПÐļŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ПÐļŅ€ÐūÐŋ: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)ПÐļŅ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)ПÐūÐēÐĩÐŧÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Ð ŅƒÐąÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ МÐĩÐīҌ: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ÐĄÐĩŅ€ÐĩÐąŅ€Ðū: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()", + "text": "$(li)ОÐŋаÐŧ: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)ПÐļŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)ПÐļŅ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ПÐļŅ€ÐūÐŋ: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)ПÐļŅ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)ПÐūÐēÐĩÐŧÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)ПÐūÐŧÐŧŅƒŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Ð ŅƒÐąÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ МÐĩÐīҌ: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĄÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ÐĄÐēÐļÐ―Ðĩ҆: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)ÐĄÐĩŅ€Ð°: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)ÐĄÐļÐŧҌÐēÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)ÐĄÐļÐ―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)ÐĄÐžÐĩÐšŅ‚Ðļ҇ÐĩŅÐšÐ°Ņ ÐģÐŧÐļÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)ÐĄÐūÐīаÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()", + "text": "$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð°Ņ ÐĄÐĩŅ€ÐĩÐąŅ€Ðū: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐ°ÐŋŅ„ÐļŅ€: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ÐĄÐēÐļÐ―Ðĩ҆: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð°: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)ÐĄÐĩŅ€Ð°: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)ÐĄÐļÐŧҌÐēÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)ÐĄÐļÐ―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)ÐĄÐžÐĩÐšŅ‚Ðļ҇ÐĩŅÐšÐ°Ņ ÐģÐŧÐļÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gypsum)15%$(/l)$()$(li)ÐĄÐūÐīаÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)ÐĄÐŋÐ°ŅÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĒÐūŅ€ÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)ÐĢÐģÐūÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĢŅ€Ð°Ð―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūзÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)ÐĨŅ€ÐūОÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ÐĶÐļÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)ÐĻÐĩÐĩÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()", + "text": "$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĒÐūŅ€ÐļÐđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†ÐļÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)ÐĢÐģÐūÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĢŅ€Ð°Ð―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūзÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)ÐĨŅ€ÐūОÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ÐĶÐļÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)ÐĻÐĩÐĩÐŧÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()", + "text": "$(li)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()$(li)ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json index 33329634b..7aacf0c1d 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/ru_ru/entries/tfg_ores/nether_vein_index.json @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ðļ МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚ Ðļ ОÐŧÐļÐēÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚ & МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ðļ ЛÐļОÐūÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Ð“Ņ‘Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ Ðļ ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)ЗÐūÐŧÐūŅ‚Ðū Ðļ ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ðļ МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)БÐĩÐ―Ņ‚ÐūÐ―ÐļŅ‚ Ðļ ОÐŧÐļÐēÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―ÐļŅ‚ & МÐūÐŧÐļÐąÐīÐĩÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ðļ ЛÐļОÐūÐ―ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)Ð“Ņ‘Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gypsum)ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēŅ‹Ðđ Ðļ ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ‹Ðđ ÐŋÐĩҁÐūК$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)ЗÐūÐŧÐūŅ‚Ðū Ðļ ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2 Ðļ ÐĄÐūÐīаÐŧÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)МÐĩÐīҌ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)МÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)НаКÐēаÐīа Ðļ ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)НÐĩзÐĩŅ€-КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ Ðļ Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)ÐĄÐ°ÐŋŅ„ÐļŅ€ Ðļ АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð° Ðļ ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)ÐĄÐĩŅ€Ð° Ðļ ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)ÐĄÐļÐŧҌÐēÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2 Ðļ ÐĄÐūÐīаÐŧÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)МÐĩÐīҌ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)МÐļÐ―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ‹Ðĩ ÐŋÐĩŅÐšÐļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)НаКÐēаÐīа Ðļ ПÐŧŅƒŅ‚ÐūÐ―ÐļÐđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)НÐĩзÐĩŅ€-КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, КÐļÐ―ÐūÐēÐ°Ņ€ŅŒ Ðļ Ð ŅƒÐąÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)ÐĄÐ°ÐŋŅ„ÐļŅ€ Ðļ АÐŧŅŒÐžÐ°Ð―ÐīÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)ÐĄÐĩÐŧÐļŅ‚Ņ€Ð° Ðļ ЭÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)ÐĄÐĩŅ€Ð° Ðļ ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)ÐĄÐļÐŧҌÐēÐļÐ―$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚ Ðļ ÐĢŅ€Ð°Ð―ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)ÐĨŅ€ÐūОÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)ÐĶÐļÐūÐ―ÐļŅ‚, ÐĄÐŧŅŽÐīа Ðļ БÐūÐšŅÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)ÐĻÐĩÐĩÐŧÐļŅ‚ Ðļ ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)ÐĢŅ€Ð°Ð―ÐļÐ―ÐļŅ‚ Ðļ ÐĢŅ€Ð°Ð―ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)ÐĨŅ€ÐūОÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)ÐĶÐļÐūÐ―ÐļŅ‚, ÐĄÐŧŅŽÐīа Ðļ БÐūÐšŅÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)ÐĻÐĩÐĩÐŧÐļŅ‚ Ðļ ВÐūÐŧŅŒŅ„Ņ€Ð°ÐžÐ°Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚$()$()", "type": "patchouli:text" }, { @@ -770,6 +770,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 180$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.4$(br)$(thing)ВÐļÐī$(): ÐīÐļŅÐšÐūÐūÐąŅ€Ð°Ð·Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 32 — 128$(br)$(thing)РазОÐĩŅ€$(): 40$(br)$(thing)Ð’Ņ‹ŅÐūŅ‚Ð°$(): 9$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): МÐļÐģÐžÐ°Ņ‚ÐļŅ‚, ПÐļŅ€ÐūÐšŅÐĩÐ―ÐļŅ‚, ÐĒŅ€Ð°ÐēÐĩҀ҂ÐļÐ―", + "title": "ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚", + "type": "patchouli:text", + "anchor": "nether_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "ГÐļÐŋҁ", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 35%$(br)$(thing)Ð˜ŅÐŋÐūÐŧŅŒÐ·ŅƒÐĩŅ‚ŅŅ ÐīÐŧŅ$(): АÐŧÐĩÐąÐ°ŅŅ‚Ņ€ (ОÐūÐķÐ―Ðū ÐŋÐūÐšŅ€Ð°ŅÐļŅ‚ŅŒ) Ðļ ÐĩÐģÐū КÐļŅ€ÐŋÐļ҇Ðļ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "КаÐŧŅŒŅ†ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 30%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): КаÐŧŅŒŅ†ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð‘ŅƒŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 20%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): ÐÐ°Ņ‚Ņ€ÐļÐđ, БÐūŅ€$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄÐžÐĩÐšŅ‚Ðļ҇ÐĩŅÐšÐ°Ņ ÐģÐŧÐļÐ―Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)ÐŸŅ€Ðū҆ÐĩÐ―Ņ‚ Ņ€ŅƒÐīŅ‹$(): 15%$(br)$(thing)ÐĨŅ€ÐūОÐļŅ‚$(): МаÐģÐ―ÐļÐđ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)РÐĩÐīКÐūŅŅ‚ŅŒ$(): 270$(br)$(thing)ПÐŧÐūŅ‚Ð―ÐūŅŅ‚ŅŒ$(): 0.35$(br)$(thing)ВÐļÐī$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð°Ņ ÐķÐļÐŧа$(br)$(thing)Y-ŅƒŅ€ÐūÐēÐĩÐ―ŅŒ$(): 24 — 128$(br)$(thing)РазОÐĩŅ€$(): 45$(br2)$(thing)ВÐļÐīŅ‹ ÐšÐ°ÐžÐ―ÐĩÐđ$(): ÐŅÐŋÐļÐīÐ―Ņ‹Ðđ ҁÐŧÐ°Ð―Ðĩ҆, Ð“Ð°ÐąÐąŅ€Ðū, Ð“Ð―ÐĩÐđҁ, Ð“Ņ€Ð°Ð―ÐļŅ‚, ДÐļÐūŅ€ÐļŅ‚, МÐļÐģÐžÐ°Ņ‚ÐļŅ‚, ПÐļŅ€ÐūÐšŅÐĩÐ―ÐļŅ‚, ÐĒŅ€Ð°ÐēÐĩҀ҂ÐļÐ―", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json index 7b592eff5..fad37fa7e 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_ore_index.json @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)ÐÐ·ÐąÐĩҁ҂: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)АÐŧÐžÐ°Ð―ÐīŅ–Ð―: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)АÐŧŅƒÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧŅ–Ðđ: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)БÐŧаКÐļŅ‚Ð―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)БÐūŅ€Ð―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()", + "text": "$(li)ÐÐ·ÐąÐĩҁ҂: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_quartz)18%$(/l)$()$(li)АÐŧÐžÐ°Ð―ÐīŅ–Ð―: $(l:tfg_ores/earth_vein_index#deep_sapphire)38%$(/l)$()$(li)АÐŧŅƒÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_saltpeter)15%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)65%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)25%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_apatite)50%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)37%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_monazite)62%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧŅ–Ðđ: $(l:tfg_ores/earth_vein_index#normal_beryllium)35%$(/l)$()$(li)БÐŧаКÐļŅ‚Ð―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/earth_vein_index#deep_topaz)35%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_mica)25%$(/l)$()$(li)БÐūŅ€Ð―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#deep_sheldonite)53%$(/l), $(l:tfg_ores/earth_vein_index#deep_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/earth_vein_index#normal_gypsum)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_salt)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Ð’Ņ–ŅÐžŅƒŅ‚: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐģŅ–ÐŧÐŧŅ: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)ГÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Ð“Ņ–Ðŋҁ: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)ГÐŧаÐēКÐūÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()", + "text": "$(li)Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_magnetite)22%$(/l), $(l:tfg_ores/earth_vein_index#deep_magnetite)25%$(/l)$()$(li)Ð’Ņ–ŅÐžŅƒŅ‚: $(l:tfg_ores/earth_vein_index#surface_bismuthinite)90%$(/l), $(l:tfg_ores/earth_vein_index#normal_bismuthinite)80%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž: $(l:tfg_ores/earth_vein_index#deep_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐģŅ–ÐŧÐŧŅ: $(l:tfg_ores/earth_vein_index#normal_coal)100%$(/l), $(l:tfg_ores/earth_vein_index#normal_graphite)30%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#deep_molybdenum)47%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/earth_vein_index#normal_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_garnierite)30%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_hematite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_copper)5%$(/l)$()$(li)ГÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/earth_vein_index#deep_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#normal_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)5%$(/l)$()$(li)Ð“Ņ–Ðŋҁ: $(l:tfg_ores/earth_vein_index#normal_gypsum)35%$(/l), $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)15%$(/l)$()$(li)ГÐŧаÐēКÐūÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_lubricant)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_graphite)45%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚Ð―: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐŧÐļОÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)ÐšÐ°Ðžâ€™ŅÐ―Ð° ҁҖÐŧҌ: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)ÐšŅ–Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()", + "text": "$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/earth_vein_index#normal_manganese)37%$(/l)$()$(li)Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚: $(l:tfg_ores/earth_vein_index#normal_graphite)25%$(/l)$()$(li)Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚Ð―: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_garnet_tin)15%$(/l)$()$(li)ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/earth_vein_index#normal_saltpeter)25%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_garnet_opal)15%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐŧÐļОÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_limonite)50%$(/l), $(l:tfg_ores/earth_vein_index#normal_hematite)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_gold)20%$(/l), $(l:tfg_ores/earth_vein_index#deep_hematite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_limonite)15%$(/l), $(l:tfg_ores/earth_vein_index#deep_gold)5%$(/l)$()$(li)ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/earth_vein_index#deep_sapphire)16%$(/l)$()$(li)ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°: $(l:tfg_ores/earth_vein_index#normal_basaltic_sands)25%$(/l), $(l:tfg_ores/earth_vein_index#normal_gypsum)15%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_gypsum)30%$(/l), $(l:tfg_ores/earth_vein_index#normal_lapis)15%$(/l)$()$(li)ÐšÐ°Ðžâ€™ŅÐ―Ð° ҁҖÐŧҌ: $(l:tfg_ores/earth_vein_index#normal_salt)40%$(/l), $(l:tfg_ores/earth_vein_index#normal_spodumene)20%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/earth_vein_index#surface_cassiterite)60%$(/l), $(l:tfg_ores/earth_vein_index#normal_cassiterite)40%$(/l), $(l:tfg_ores/earth_vein_index#surface_copper)5%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ: $(l:tfg_ores/earth_vein_index#normal_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/earth_vein_index#normal_quartz)43%$(/l)$()$(li)ÐšŅ–Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/earth_vein_index#normal_mica)35%$(/l)$()", "type": "patchouli:text" }, { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json index c697c4f35..312cbcd35 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/earth_vein_index.json @@ -14,22 +14,22 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)АОÐĩŅ‚Ðļҁ҂ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ņ– МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ОÐŧŅ–ÐēŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Ð’Ņ–ŅÐžŅƒŅ‚ (ЗÐēÐļŅ‡Ð°ÐđÐ―ÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Ð’Ņ–ŅÐžŅƒŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―Ņ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Ð’ŅƒÐģŅ–ÐŧÐŧŅ$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚ Ņ– МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ņ‚Ð° Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚, ГÐĩŅ‚ÐļŅ‚ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)ГÐĩŅ‚ÐļŅ‚ Ņ– МаÐŧÐ°Ņ…Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ Ņ– ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_amethyst)АОÐĩŅ‚Ðļҁ҂ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ņ– МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_olivine)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ОÐŧŅ–ÐēŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_bismuthinite)Ð’Ņ–ŅÐžŅƒŅ‚ (ЗÐēÐļŅ‡Ð°ÐđÐ―ÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_bismuthinite)Ð’Ņ–ŅÐžŅƒŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―Ņ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_coal)Ð’ŅƒÐģŅ–ÐŧÐŧŅ$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚ Ņ– МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnierite)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ņ‚Ð° Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚, ГÐĩŅ‚ÐļŅ‚ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_limonite)ГÐĩŅ‚ÐļŅ‚ Ņ– МаÐŧÐ°Ņ…Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gypsum)Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ Ņ– ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_gold)ЗÐūÐŧÐūŅ‚Ðū (ГÐŧÐļÐąÐūКÐĩ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)ЗÐūÐŧÐūŅ‚Ðū, Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ЗÐēÐļŅ‡Ð°ÐđÐ―ÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐļÐēÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)ÐšŅ–Ð°Ð―Ņ–Ņ‚, ÐĄÐŧŅŽÐīа Ņ‚Ð° БÐūÐšŅÐļŅ‚Ðļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)ЛаÐŋҖҁ, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ Ņ‚Ð° ÐĄÐūÐīаÐŧŅ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)МаÐģÐ―ÐĩŅ‚ÐļŅ‚ Ņ– Ð’Ð°Ð―Ð°ÐīŅ–Ðđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)ÐœŅ–ÐīҌ Ņ‚Ð° ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)ÐÐ°Ņ„Ņ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_graphite)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_gold)ЗÐūÐŧÐūŅ‚Ðū (ГÐŧÐļÐąÐūКÐĩ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_gold)ЗÐūÐŧÐūŅ‚Ðū, Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ЗÐēÐļŅ‡Ð°ÐđÐ―ÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐļÐēÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_quartz)КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_mica)ÐšŅ–Ð°Ð―Ņ–Ņ‚, ÐĄÐŧŅŽÐīа Ņ‚Ð° БÐūÐšŅÐļŅ‚Ðļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lapis)ЛаÐŋҖҁ, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ Ņ‚Ð° ÐĄÐūÐīаÐŧŅ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_limonite)Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_magnetite)МаÐģÐ―ÐĩŅ‚ÐļŅ‚ Ņ– Ð’Ð°Ð―Ð°ÐīŅ–Ðđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_copper)ÐœŅ–ÐīҌ Ņ‚Ð° ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_basaltic_sands)ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_oilsands)ÐÐ°Ņ„Ņ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, ÐšŅ–Ð―ÐūÐēÐ°Ņ€ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)ÐĄÐ°Ðŋ҄ҖҀ Ņ– АÐŧŅŒÐžÐ°ÐīŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð° Ņ‚Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)ÐĄŅ–Ņ€ÐšÐ° Ņ‚Ð° ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)ÐĄÐūÐŧŅ– Ņ‚Ð° Ð‘ŅƒŅ€Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)ÐĄÐŋÐūÐīŅƒÐžÐĩÐ― Ņ‚Ð° ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐĄŅ–Ņ€ÐšÐ°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ (ЗÐēÐļŅ‡Ð°ÐđÐ―ÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―Ņ)$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_garnet_opal)ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, ÐšŅ–Ð―ÐūÐēÐ°Ņ€ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sapphire)ÐĄÐ°Ðŋ҄ҖҀ Ņ– АÐŧŅŒÐžÐ°ÐīŅ–Ð―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_saltpeter)ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð° Ņ‚Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sulfur)ÐĄŅ–Ņ€ÐšÐ° Ņ‚Ð° ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_beryllium)ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_salt)ÐĄÐūÐŧŅ– Ņ‚Ð° Ð‘ŅƒŅ€Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_spodumene)ÐĄÐŋÐūÐīŅƒÐžÐĩÐ― Ņ‚Ð° ЛÐĩÐŋŅ–ÐīÐūÐŧŅ–Ņ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_silver)ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_lubricant)ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐĄŅ–Ņ€ÐšÐ°$()$()$(li)$(l:tfg_ores/earth_vein_index#normal_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ (ЗÐēÐļŅ‡Ð°ÐđÐ―ÐļÐđ)$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―Ņ)$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)ÐĢŅ€Ð°Ð―Ņ–Ņ‚ & ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚ Ņ‚Ð° РÐĩаÐŧҌÐģÐ°Ņ€$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)ÐĨŅ€ÐūÐžŅ–Ņ‚ Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)ÐĻÐĩŅ”ÐŧŅ–Ņ‚ Ņ‚Ð° ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚$()$()", + "text": "$(li)$(l:tfg_ores/earth_vein_index#deep_topaz)ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_pitchblende)ÐĢŅ€Ð°Ð―Ņ–Ņ‚ & ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī$()$()$(li)$(l:tfg_ores/earth_vein_index#surface_copper)ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚ Ņ‚Ð° РÐĩаÐŧҌÐģÐ°Ņ€$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_magnetite)ÐĨŅ€ÐūÐžŅ–Ņ‚ Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_scheelite)ÐĻÐĩŅ”ÐŧŅ–Ņ‚ Ņ‚Ð° ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž$()$()$(li)$(l:tfg_ores/earth_vein_index#deep_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚$()$()", "type": "patchouli:text" }, { @@ -981,6 +981,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 180$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ÐĒÐļÐŋ$(): ДÐļŅÐšÐūÐēа ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): -32 — 60$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 9$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐŅ€ÐģÐļÐŧŅ–Ņ‚, ВаÐŋÐ―ŅÐš, ГÐŧÐļÐ―Ðļҁ҂ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, ДÐūÐŧÐūÐžŅ–Ņ‚, КÐūÐ―ÐģÐŧÐūОÐĩŅ€Ð°Ņ‚, ÐšŅ€ÐĩÐđÐīа, ÐšŅ€ÐĩОÐĩÐ―Ðļҁ҂ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ", + "title": "Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚", + "type": "patchouli:text", + "anchor": "normal_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð“Ņ–Ðŋҁ", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 35%$(br)$(thing)ВÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ ÐīÐŧŅ$(): АÐŧÐĩÐąÐ°ŅŅ‚Ņ€ÐūÐēÐūŅ— (Ņ„Ð°Ņ€ÐąÐūÐēÐ°Ð―ÐūŅ—) ҆ÐĩÐģÐŧÐļ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "КаÐŧŅŒŅ†ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 30%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): КаÐŧŅŒŅ†Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð‘ŅƒŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 20%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐÐ°Ņ‚Ņ€Ņ–ŅŽ, БÐūŅ€Ņƒ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 15%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): МаÐģÐ―ÐĩÐ·Ņ–Ņ—$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 270$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.25$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): -40 — 64$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐīÐĩзÐļŅ‚, ÐŅ€ÐģÐļÐŧŅ–Ņ‚, ÐŅÐŋŅ–ÐīÐ―ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, БазаÐŧŅŒŅ‚, ВаÐŋÐ―ŅÐš, Ð“Ð°ÐąŅ€Ðū, ГÐŧÐļÐ―Ðļҁ҂ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, Ð“Ð―ÐĩÐđҁ, Ð“Ņ€Ð°Ð―Ņ–Ņ‚, Ð”Ð°Ņ†ÐļŅ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, ДÐūÐŧÐūÐžŅ–Ņ‚, КÐēÐ°Ņ€Ņ†ÐļŅ‚, КÐūÐ―ÐģÐŧÐūОÐĩŅ€Ð°Ņ‚, ÐšŅ€ÐĩÐđÐīа, ÐšŅ€ÐĩОÐĩÐ―Ðļҁ҂ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, ÐœÐ°Ņ€ÐžŅƒŅ€, Ð Ņ–ÐūÐŧŅ–Ņ‚, ÐĪŅ–ÐŧŅ–Ņ‚, ÐĻÐļŅ„ÐĩŅ€Ð―ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/mars_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/mars_ore_index.json new file mode 100644 index 000000000..f6aab2f2c --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/mars_ore_index.json @@ -0,0 +1,22 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Ore Index", + "icon": "tfc:ore/normal_hematite", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "ÐĶÐĩ $(thing)Ð†Ð―ÐīÐĩÐšŅ Ņ€ŅƒÐī$() ÐīÐŧŅ $(thing)Mars$(). ÐĢҁҖ Ņ€ŅƒÐīÐļ ÐēŅ–ÐīҁÐūҀ҂ÐūÐēÐ°Ð―Ņ– Ðē аÐŧŅ„Ð°ÐēŅ–Ņ‚Ð―ÐūÐžŅƒ ÐŋÐūŅ€ŅÐīÐšŅƒ, а ÐŋÐūŅ‚Ņ–Ðž — ÐēŅ–Ðī Ð―Ð°ÐđÐąÐ°ÐģÐ°Ņ‚ŅˆÐļŅ… ÐīÐū Ð―Ð°ÐđÐąŅ–ÐīÐ―Ņ–ŅˆÐļŅ… ÐķÐļÐŧ. ВÐļ ОÐūÐķÐĩŅ‚Ðĩ Ð―Ð°Ņ‚ÐļŅÐ―ŅƒŅ‚Ðļ Ð―Ð° Ð―ÐļŅ…, ҉ÐūÐą ÐīŅ–Ð·Ð―Ð°Ņ‚ÐļŅŅ ÐąŅ–ÐŧҌ҈Ðĩ ÐŋŅ€Ðū КÐūÐķÐ―Ņƒ ÐķÐļÐŧ҃.", + "title": "Mars Ore Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/mars_vein_index#mars_hematite)100%$(/l)$()", + "type": "patchouli:text" + } + ], + "sortnum": 6 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/mars_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/mars_vein_index.json new file mode 100644 index 000000000..7151068ee --- /dev/null +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/mars_vein_index.json @@ -0,0 +1,49 @@ +{ + "__credits__": "This page was automatically generated by OresToFieldGuide.", + "name": "Mars Vein Index", + "icon": "gtceu:mars_stone_hematite_ore", + "category": "tfc:tfg_ores", + "read_by_default": true, + "secret": false, + "pages": [ + { + "Type": "patchouli:text", + "text": "ÐĶÐĩ $(thing)Ð†Ð―ÐīÐĩÐšŅ ÐķÐļÐŧ$() ÐīÐŧŅ $(thing)Mars$(). КÐūÐķÐ―Ð° ÐķÐļÐŧа ÐžŅ–ŅŅ‚ÐļŅ‚ŅŒ Ņ–Ð―Ņ„ÐūŅ€ÐžÐ°Ņ†Ņ–ŅŽ ÐŋŅ€Ðū Ņ—Ņ— ҀҖÐīÐšŅ–ŅÐ―Ņ–ŅŅ‚ŅŒ, ҉ҖÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ, Ņ‚ÐļÐŋ, ÐēÐļҁÐūŅ‚Ņƒ заÐŧŅÐģÐ°Ð―Ð―Ņ, Ņ€ÐūÐ·ÐžŅ–Ņ€Ðļ, ÐŋÐūŅ€ÐūÐīÐļ, Ðē ŅÐšÐļŅ… ÐēÐūÐ―Ð° Ð·â€™ŅÐēÐŧŅŅ”Ņ‚ŅŒŅŅ, Ņ‚Ð° Ņ–Ð―ŅˆÐĩ.", + "title": "Mars Vein Index", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)$(l:tfg_ores/mars_vein_index#mars_hematite)(Placeholder Vein)$()$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 210$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.4$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): -16 — 100$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): Red Granite, ÐŅ€ÐģÐļÐŧŅ–Ņ‚, ÐŅ€ÐģŅ–ÐŧŅ–Ņ‚, БазаÐŧŅŒŅ‚, ВаÐŋÐ―ŅÐš, Ð“Ð°ÐąŅ€Ðū, ГÐŧÐļÐ―Ðļҁ҂ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, Ð“Ņ€Ð°Ð―Ņ–Ņ‚, Ð”Ð°Ņ†ÐļŅ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, ДÐūÐŧÐūÐžŅ–Ņ‚, КÐūÐ―ÐģÐŧÐūОÐĩŅ€Ð°Ņ‚, ÐšŅ€ÐĩÐđÐīа, ÐšŅ€ÐĩОÐĩÐ―Ðļҁ҂ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, ÐĒŅ€Ð°Ņ…Ņ–Ņ‚", + "title": "(Placeholder Vein)", + "type": "patchouli:text", + "anchor": "mars_hematite" + }, + { + "Type": "patchouli:multiblock", + "name": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/hematite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 100%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ЧаÐēŅƒÐ―$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Fe₂O₃", + "type": "patchouli:multiblock" + } + ], + "sortnum": 7 +} \ No newline at end of file diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json index 4a4f9eb83..1f690bd55 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_ore_index.json @@ -14,27 +14,32 @@ }, { "Type": "patchouli:text", - "text": "$(li)АÐŧÐžÐ°Ð―ÐīŅ–Ð―: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)ÐŅ€ÐžÐūÐŧКÐūÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)БÐĩŅ€ÐļÐŧŅ–Ðđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)БÐŧаКÐļŅ‚Ð―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)БÐūŅ€Ð―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()", + "text": "$(li)АÐŧÐžÐ°Ð―ÐīŅ–Ð―: $(l:tfg_ores/moon_vein_index#moon_sapphire)38%$(/l)$()$(li)АÐŧŅƒÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_gypsum)15%$(/l)$()$(li)АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ: $(l:tfg_ores/moon_vein_index#moon_desh)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)23%$(/l)$()$(li)ÐŅ€ÐžÐūÐŧКÐūÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)21%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)15%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)5%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)61%$(/l)$()$(li)БÐĩŅ€ÐļÐŧŅ–Ðđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)31%$(/l)$()$(li)БÐŧаКÐļŅ‚Ð―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)35%$(/l)$()$(li)БÐūÐšŅÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)36%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)БÐūŅ€Ð―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_sheldonite)35%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/moon_vein_index#moon_gypsum)20%$(/l)$()$(li)Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)ГÐŧаÐēКÐūÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)ДÐĩ҈: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l)$()$(li)ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()$(li)ÐšÐ°Ðžâ€™ŅÐ―Ð° ҁҖÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)ÐšŅ–Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)ÐšŅ–Ð―ÐūÐēÐ°Ņ€: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()", + "text": "$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž: $(l:tfg_ores/moon_vein_index#moon_scheelite)50%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)44%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_silver)28%$(/l)$()$(li)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l)$()$(li)Ð“Ņ–Ðŋҁ: $(l:tfg_ores/moon_vein_index#moon_gypsum)35%$(/l)$()$(li)ГÐŧаÐēКÐūÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/moon_vein_index#moon_lubricant)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_graphite)52%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/moon_vein_index#moon_manganese)37%$(/l)$()$(li)ДÐĩ҈: $(l:tfg_ores/moon_vein_index#moon_desh)40%$(/l), $(l:tfg_ores/moon_vein_index#moon_sphalerite)15%$(/l)$()$(li)Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚: $(l:tfg_ores/moon_vein_index#moon_graphite)36%$(/l)$()$(li)ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/moon_vein_index#moon_saltpeter)37%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_garnet)14%$(/l)$()$(li)ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)5%$(/l)$()$(li)ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_bauxite)42%$(/l), $(l:tfg_ores/moon_vein_index#moon_desh)25%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Ð›Ņ–Ņ‚Ņ–Ðđ: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l)$()$(li)МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()$(li)ÐŅ–ÐšÐĩÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)ÐŅ–Ņ‚Ņ€Ð°Ņ‚ КаÐŧŅ–ŅŽ: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)ОÐŧÐļÐēŅ–Ð―: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)ÐŸŅ–Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŋ: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()", + "text": "$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_gypsum)25%$(/l)$()$(li)ÐšÐ°Ðžâ€™ŅÐ―Ð° ҁҖÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_beryllium)18%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_cassiterite)41%$(/l)$()$(li)КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ: $(l:tfg_ores/moon_vein_index#moon_quartz)30%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_quartz)20%$(/l)$()$(li)ÐšŅ–Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_mica)33%$(/l)$()$(li)ÐšŅ–Ð―ÐūÐēÐ°Ņ€: $(l:tfg_ores/moon_vein_index#moon_redstone)19%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)Ð›Ņ–Ņ‚Ņ–Ðđ: $(l:tfg_ores/moon_vein_index#moon_scheelite)10%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_gold)20%$(/l)$()$(li)МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)33%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_monazite)30%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/moon_vein_index#moon_monazite)6%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)ПÐūÐēÐĩÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)ПÐūКÐŧаÐīÐļ Ð†ŅŅ‚ÐļÐ―Ð―ÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)ПÐūÐŧŅŽŅ†ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_mica)14%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()$(li)Ð ŅƒÐąŅ–Ð―: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐĄŅ€Ņ–ÐąÐŧа: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)ÐĄÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)ÐĄÐžÐ°Ņ€Ð°ÐģÐī: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)ÐĄÐūаÐŋÐūҁ҂ÐūÐ―: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()", + "text": "$(li)ÐŅ–ÐšÐĩÐŧҌ: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_garnierite)19%$(/l)$()$(li)ÐŅ–Ņ‚Ņ€Ð°Ņ‚ КаÐŧŅ–ŅŽ: $(l:tfg_ores/moon_vein_index#moon_saltpeter)29%$(/l)$()$(li)ОÐŧÐļÐēŅ–Ð―: $(l:tfg_ores/moon_vein_index#moon_graphite)10%$(/l), $(l:tfg_ores/moon_vein_index#moon_apatite)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_beryllium)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_gypsum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_mica)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_molybdenum)5%$(/l), $(l:tfg_ores/moon_vein_index#moon_redstone)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_silver)4%$(/l), $(l:tfg_ores/moon_vein_index#moon_sapphire)2%$(/l), $(l:tfg_ores/moon_vein_index#moon_monazite)1%$(/l)$()$(li)ОÐŧÐūÐēÐū: $(l:tfg_ores/moon_vein_index#moon_cassiterite)17%$(/l)$()$(li)ОÐŋаÐŧ: $(l:tfg_ores/moon_vein_index#moon_garnet)38%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_garnierite)23%$(/l), $(l:tfg_ores/moon_vein_index#moon_lubricant)15%$(/l)$()$(li)ÐŸŅ–Ņ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)35%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)38%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŋ: $(l:tfg_ores/moon_vein_index#moon_sapphire)27%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/moon_vein_index#moon_apatite)38%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_sheldonite)15%$(/l)$()$(li)ПÐūÐēÐĩÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_molybdenum)16%$(/l)$()$(li)ПÐūКÐŧаÐīÐļ Ð†ŅŅ‚ÐļÐ―Ð―ÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ: $(l:tfg_ores/moon_vein_index#moon_quartz)45%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/moon_vein_index#moon_redstone)42%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚Ņ–Ð―: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĒÐūҀҖÐđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĨŅ€ÐūÐžŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)ÐĻÐĩŅ”ÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚Ð―: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()", + "text": "$(li)Ð ŅƒÐąŅ–Ð―: $(l:tfg_ores/moon_vein_index#moon_redstone)33%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/moon_vein_index#moon_gold)55%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)15%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐœŅ–ÐīҌ: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)15%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐĄŅ€Ņ–ÐąÐŧа: $(l:tfg_ores/moon_vein_index#moon_silver)42%$(/l)$()$(li)ÐĄÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/moon_vein_index#moon_sapphire)16%$(/l), $(l:tfg_ores/moon_vein_index#moon_magnetite)5%$(/l)$()$(li)ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ: $(l:tfg_ores/moon_vein_index#moon_silver)23%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/moon_vein_index#moon_mica)23%$(/l)$()$(li)ÐĄÐžÐ°Ņ€Ð°ÐģÐī: $(l:tfg_ores/moon_vein_index#moon_beryllium)45%$(/l)$()$(li)ÐĄÐūаÐŋÐūҁ҂ÐūÐ―: $(l:tfg_ores/moon_vein_index#moon_lubricant)30%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)20%$(/l)$()$(li)ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚Ņ–Ð―: $(l:tfg_ores/moon_vein_index#moon_manganese)25%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)20%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_sphalerite)50%$(/l)$()$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/moon_vein_index#moon_lubricant)20%$(/l), $(l:tfg_ores/moon_vein_index#moon_saltpeter)12%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_pyrolusite)14%$(/l), $(l:tfg_ores/moon_vein_index#moon_manganese)12%$(/l)$()", + "type": "patchouli:text" + }, + { + "Type": "patchouli:text", + "text": "$(li)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)40%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĒÐūҀҖÐđ: $(l:tfg_ores/moon_vein_index#moon_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_apatite)33%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/moon_vein_index#moon_lubricant)10%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_cassiterite)35%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚: $(l:tfg_ores/moon_vein_index#moon_tetrahedrite)25%$(/l), $(l:tfg_ores/moon_vein_index#moon_topaz)25%$(/l)$()$(li)ÐĨŅ€ÐūÐžŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_magnetite)40%$(/l)$()$(li)ÐĶÐĩÐūÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_cassiterite)5%$(/l)$()$(li)ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/moon_vein_index#moon_garnet)9%$(/l)$()$(li)ÐĻÐĩŅ”ÐŧŅ–Ņ‚: $(l:tfg_ores/moon_vein_index#moon_scheelite)40%$(/l)$()$(li)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚Ð―: $(l:tfg_ores/moon_vein_index#moon_sheldonite)25%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json index 2418dc197..2b294db35 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/moon_vein_index.json @@ -14,12 +14,12 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ņ– МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)БÐūÐšŅÐļŅ‚ Ņ– ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚ Ņ– МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)ДÐĩ҈ Ņ– ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)ÐšŅ–Ð°Ð―Ņ–Ņ‚, ÐĄÐŧŅŽÐīа Ņ‚Ð° БÐūÐšŅÐļŅ‚Ðļ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, ÐšŅ–Ð―ÐūÐēÐ°Ņ€ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)ÐĄÐ°Ðŋ҄ҖҀ Ņ– АÐŧŅŒÐžÐ°ÐīŅ–Ð―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð° Ņ‚Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_garnet)АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ņ– МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_bauxite)БÐūÐšŅÐļŅ‚ Ņ– ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚ Ņ– МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_garnierite)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gypsum)Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_graphite)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_desh)ДÐĩ҈ Ņ– ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_gold)ЗÐūÐŧÐūŅ‚Ðū Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_quartz)Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ Ņ– ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_mica)ÐšŅ–Ð°Ð―Ņ–Ņ‚, ÐĄÐŧŅŽÐīа Ņ‚Ð° БÐūÐšŅÐļŅ‚Ðļ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)ÐĨŅ€ÐūÐžŅ–Ņ‚ Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)ÐĻÐĩŅ”ÐŧŅ–Ņ‚ Ņ‚Ð° ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚$()$()", + "text": "$(li)$(l:tfg_ores/moon_vein_index#moon_pyrolusite)ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, ÐšŅ–Ð―ÐūÐēÐ°Ņ€ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sapphire)ÐĄÐ°Ðŋ҄ҖҀ Ņ– АÐŧŅŒÐžÐ°ÐīŅ–Ð―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_saltpeter)ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð° Ņ‚Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_beryllium)ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_silver)ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_lubricant)ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_topaz)ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_magnetite)ÐĨŅ€ÐūÐžŅ–Ņ‚ Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_scheelite)ÐĻÐĩŅ”ÐŧŅ–Ņ‚ Ņ‚Ð° ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž$()$()$(li)$(l:tfg_ores/moon_vein_index#moon_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚$()$()", "type": "patchouli:text" }, { @@ -27,6 +27,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 230$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.35$(br)$(thing)ÐĒÐļÐŋ$(): ДÐļŅÐšÐūÐēа ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 10 — 128$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 35$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 7$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐīÐĩзÐļŅ‚, БазаÐŧŅŒŅ‚, Ð Ņ–ÐūÐŧŅ–Ņ‚", + "title": "АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚", + "type": "patchouli:text", + "anchor": "moon_garnet" + }, + { + "Type": "patchouli:multiblock", + "name": "АОÐĩŅ‚Ðļҁ҂", + "multiblock": { + "mapping": { + "0": "#forge:ores/amethyst" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 38%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ЗаÐŧŅ–Ð·Ðū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): (SiO₂)₄Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ОÐŋаÐŧ", + "multiblock": { + "mapping": { + "0": "#forge:ores/opal" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 38%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐšŅ€ÐĩÐžÐ―Ņ–ŅŽ, КÐļŅÐ―ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): (SiO₂)", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ЖÐūÐēŅ‚ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/yellow_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 14%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐÐ―ÐīŅ€Ð°ÐīÐļŅ‚Ņƒ, Ð“Ņ€Ðūҁ҃ÐŧÐ°Ņ€Ņƒ, ÐĢÐēÐ°Ņ€ÐūÐēŅ–Ņ‚Ņƒ", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/red_garnet" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 9%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐŸŅ–Ņ€ÐūÐŋ, АÐŧОаÐīŅ–Ð―, ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚Ņ–Ð―", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 250$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 0 — 100$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 35$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚", @@ -477,6 +569,113 @@ "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 14%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): КÐūÐąÐ°ÐŧŅŒŅ‚Ņƒ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Co", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 180$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ÐĒÐļÐŋ$(): ДÐļŅÐšÐūÐēа ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 10 — 100$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 9$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, НÐūŅ€ÐļŅ‚, ÐĪÐūÐ―ÐūÐŧŅ–Ņ‚", + "title": "Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð“Ņ–Ðŋҁ", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 35%$(br)$(thing)ВÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ ÐīÐŧŅ$(): АÐŧÐĩÐąÐ°ŅŅ‚Ņ€ÐūÐēÐūŅ— (Ņ„Ð°Ņ€ÐąÐūÐēÐ°Ð―ÐūŅ—) ҆ÐĩÐģÐŧÐļ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "КаÐŧŅŒŅ†ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 25%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): КаÐŧŅŒŅ†Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð‘ŅƒŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 20%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐÐ°Ņ‚Ņ€Ņ–ŅŽ, БÐūŅ€Ņƒ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "АÐŧŅƒÐ―Ņ–Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/alunite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 15%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): КаÐŧŅ–ŅŽ, АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): KAl₃Si₂H₆O₁₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ОÐŧÐļÐēŅ–Ð―", + "multiblock": { + "mapping": { + "0": "#forge:ores/olivine" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 5%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): МаÐģÐ―Ņ–ŅŽ, ЗаÐŧŅ–Ð·Ðū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Mg₂Fe(SiO₂)₂", + "type": "patchouli:multiblock" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 260$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.55$(br)$(thing)ÐĒÐļÐŋ$(): ÐĒŅ€ŅƒÐąÐ―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 0 — 120$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 60$(br)$(thing)РаÐīŅ–ŅƒŅ$(): 12$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, БазаÐŧŅŒŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąŅ€Ðū, ÐĪÐūÐ―ÐūÐŧŅ–Ņ‚", @@ -636,6 +835,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 170$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.4$(br)$(thing)ÐĒÐļÐŋ$(): ДÐļŅÐšÐūÐēа ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 10 — 80$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 10$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): БазаÐŧŅŒŅ‚, Ð“Ņ€Ð°Ð―Ņ–Ņ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚", + "title": "ЗÐūÐŧÐūŅ‚Ðū Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_gold" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ЗÐūÐŧÐūŅ‚Ðū", + "multiblock": { + "mapping": { + "0": "#forge:ores/gold" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 55%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ЗÐūÐŧÐūŅ‚Ðū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Au", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "БÐūÐšŅÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/bauxite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 20%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "МаÐģÐ―ÐĩŅ‚ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/magnetite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 20%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ЧаÐēŅƒÐ―$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Fe₃O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ", + "multiblock": { + "mapping": { + "0": "#forge:ores/green_sapphire" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 5%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Al₂O₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 230$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 10 — 100$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 60$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 80$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐīÐĩзÐļŅ‚, ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąŅ€Ðū, Ð”Ð°Ņ†ÐļŅ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚, Ð Ņ–ÐūÐŧŅ–Ņ‚, ÐĪÐūÐ―ÐūÐŧŅ–Ņ‚", @@ -728,6 +1019,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 210$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 10 — 128$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): Ð“Ð°ÐąŅ€Ðū, Ð“Ņ€Ð°Ð―Ņ–Ņ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚", + "title": "ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ Ņ– ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_cassiterite" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/cassiterite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 41%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ОÐŧÐūÐēÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): SnO₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcopyrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 35%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ÐœŅ–ÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CuFeS₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ОÐŧÐūÐēÐū", + "multiblock": { + "mapping": { + "0": "#forge:ores/tin" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 17%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ОÐŧÐūÐēÐū$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Sn", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĶÐĩÐūÐŧŅ–Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/zeolite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 5%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ, КÐļŅÐ―ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): NaCa₄Si₂₇Al₉(H₂O)₂₈O₇₂", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 250$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.25$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 0 — 120$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 35$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 50$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, Ð“Ð°ÐąŅ€Ðū, Ð”Ņ–ÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚", @@ -797,10 +1180,10 @@ }, { "Type": "patchouli:multiblock", - "name": "ПÐūÐŧŅŽŅ†ÐļŅ‚", + "name": "АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ", "multiblock": { "mapping": { - "0": "#forge:ores/pollucite" + "0": "#forge:ores/aluminium" }, "pattern": [ [ @@ -812,7 +1195,7 @@ ] }, "enable_visualize": false, - "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 14%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐĶÐĩÐ·Ņ–Ðđ, АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cs₂Al₂Si₄(H₂O)₂O₁₂", + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 14%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Al", "type": "patchouli:multiblock" }, { @@ -1683,6 +2066,98 @@ "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 15%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ЗаÐŧŅ–Ð·Ð°, ÐĒÐļŅ‚Ð°Ð―Ņƒ, АзÐūŅ‚Ņƒ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): (Mg₂Fe(SiO₂)₂)₂(TiO₂)N₄", "type": "patchouli:multiblock" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 190$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.3$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 50 — 128$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 60$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐīÐĩзÐļŅ‚, Ð”Ð°Ņ†ÐļŅ‚, Ð Ņ–ÐūÐŧŅ–Ņ‚, ÐĪÐūÐ―ÐūÐŧŅ–Ņ‚", + "title": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", + "type": "patchouli:text", + "anchor": "moon_tetrahedrite" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/tetrahedrite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 40%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ÐœŅ–ÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cu₃SbS₃Fe", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/chalcocite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 25%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐœŅ–ÐīŅ–$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cu₂S", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/stibnite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 20%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ÐĄŅƒŅ€ÐžŅƒ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Sb₂S₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐœŅ–ÐīҌ", + "multiblock": { + "mapping": { + "0": "#forge:ores/copper" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 15%$(br)$(thing)РÐūзÐŋÐŧаÐēÐŧŅŅ”Ņ‚ŅŒŅŅ Ðē$(): ÐœŅ–ÐīҌ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Cu", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 210$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.5$(br)$(thing)ÐĒÐļÐŋ$(): ДÐļŅÐšÐūÐēа ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 0 — 120$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 64$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 25$(br)$(thing)Ð†Ð―ÐīÐļÐšÐ°Ņ‚ÐūŅ€ Max Depth$(): 20$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐÐ―ÐīÐĩзÐļŅ‚, ÐÐ―ÐūҀ҂ÐūзÐļŅ‚, БазаÐŧŅŒŅ‚, Ð“Ð°ÐąŅ€Ðū, Ð”Ð°Ņ†ÐļŅ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, НÐūŅ€ÐļŅ‚, Ð Ņ–ÐūÐŧŅ–Ņ‚, ÐĪÐūÐ―ÐūÐŧŅ–Ņ‚", diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json index 2521afd64..ed2408ff2 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_ore_index.json @@ -14,42 +14,42 @@ }, { "Type": "patchouli:text", - "text": "$(li)ÐÐ·ÐąÐĩҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)АÐŧÐžÐ°Ð―ÐīŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)АÐŧŅƒÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧŅ–Ðđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)БÐŧаКÐļŅ‚Ð―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)БÐūŅ€Ð―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()", + "text": "$(li)ÐÐ·ÐąÐĩҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)АÐŧÐžÐ°Ð―ÐīŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_sapphire)38%$(/l)$()$(li)АÐŧŅƒÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_saltpeter)15%$(/l)$()$(li)АОÐĩŅ‚Ðļҁ҂: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_anthracite)100%$(/l)$()$(li)АÐŋÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)50%$(/l)$()$(li)БазаÐŧŅŒŅ‚ÐūÐēÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)35%$(/l)$()$(li)Ð‘Ð°Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)20%$(/l)$()$(li)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)50%$(/l)$()$(li)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)35%$(/l)$()$(li)БÐĩŅ€ÐļÐŧŅ–Ðđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)33%$(/l)$()$(li)БÐŧаКÐļŅ‚Ð―ÐļÐđ Ņ‚ÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)35%$(/l)$()$(li)БÐūŅ€Ð―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_sheldonite)41%$(/l), $(l:tfg_ores/nether_vein_index#nether_topaz)15%$(/l)$()$(li)Ð‘ŅƒŅ€Ð°: $(l:tfg_ores/nether_vein_index#nether_gypsum)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐģŅ–ÐŧÐŧŅ: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)ГÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Ð“Ņ–Ðŋҁ: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)ГÐŧаÐēКÐūÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()$(li)Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()", + "text": "$(li)Ð’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐļÐđ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l)$()$(li)ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž: $(l:tfg_ores/nether_vein_index#nether_scheelite)35%$(/l)$()$(li)Ð’ŅƒÐģŅ–ÐŧÐŧŅ: $(l:tfg_ores/nether_vein_index#nether_graphite)15%$(/l)$()$(li)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)42%$(/l)$()$(li)ГаÐŧÐĩÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_silver)30%$(/l)$()$(li)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l)$()$(li)ГÐĩÐžÐ°Ņ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_hematite)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)5%$(/l)$()$(li)ГÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)Ð“Ņ–Ðŋҁ: $(l:tfg_ores/nether_vein_index#nether_gypsum)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)15%$(/l)$()$(li)ГÐŧаÐēКÐūÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_lubricant)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_olivine)15%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ð°Ņ‚ÐūÐēÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)25%$(/l)$()$(li)Ð“Ņ€Ð°Ð―Ņ–Ņ‚Ð―ÐļÐđ ÐžŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―ÐļÐđ ÐŋҖҁÐūК: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_graphite)45%$(/l)$()$(li)Ð“Ņ€Ðūҁҁ҃ÐŧŅŅ€: $(l:tfg_ores/nether_vein_index#nether_manganese)37%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚Ð―: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐŧÐļОÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)ÐšÐ°Ðžâ€™ŅÐ―Ð° ҁҖÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)ÐšŅ–Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()$(li)ÐšŅ–Ð―ÐūÐēÐ°Ņ€: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()", + "text": "$(li)Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚: $(l:tfg_ores/nether_vein_index#nether_graphite)40%$(/l)$()$(li)Ð”Ņ–Ð°Ņ‚ÐūÐžŅ–Ņ‚Ð―: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_garnet_tin)15%$(/l)$()$(li)ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―: $(l:tfg_ores/nether_vein_index#nether_saltpeter)25%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)14%$(/l)$()$(li)ЖÐūÐēŅ‚ÐļÐđ ÐŧÐļОÐūÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)15%$(/l), $(l:tfg_ores/nether_vein_index#nether_gold)5%$(/l)$()$(li)ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l)$()$(li)ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°: $(l:tfg_ores/nether_vein_index#nether_basaltic_sands)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_gypsum)15%$(/l)$()$(li)КаÐŧŅŒŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_gypsum)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_lapis)15%$(/l)$()$(li)ÐšÐ°Ðžâ€™ŅÐ―Ð° ҁҖÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_beryllium)18%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_cassiterite)40%$(/l)$()$(li)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ: $(l:tfg_ores/nether_vein_index#nether_garnet_tin)35%$(/l)$()$(li)КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ: $(l:tfg_ores/nether_vein_index#nether_quartz)54%$(/l)$()$(li)КÐēÐ°Ņ€Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_quartz)25%$(/l)$()$(li)ÐšŅ–Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_mica)46%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)ЛаÐŋҖҁ: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Ð›Ņ–Ņ‚Ņ–Ðđ: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)МаÐģÐ―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)МаÐŧÐ°Ņ…Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)НаКÐēаÐīаК: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)ÐŅ–ÐšÐĩÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()$(li)ÐŅ–Ņ‚Ņ€Ð°Ņ‚ КаÐŧŅ–ŅŽ: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()", + "text": "$(li)ÐšŅ–Ð―ÐūÐēÐ°Ņ€: $(l:tfg_ores/nether_vein_index#nether_redstone)20%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)14%$(/l)$()$(li)КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l)$()$(li)Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)35%$(/l)$()$(li)ЛаÐŋҖҁ: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)Ð›Ņ–Ņ‚Ņ–Ðđ: $(l:tfg_ores/nether_vein_index#nether_scheelite)20%$(/l)$()$(li)МаÐģÐ―ÐĩзÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)МаÐģÐ―ÐĩŅ‚ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)20%$(/l)$()$(li)МаÐŧÐ°Ņ…Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_goethite)20%$(/l)$()$(li)МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)31%$(/l)$()$(li)МÐūÐ―Ð°Ņ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)НаКÐēаÐīаК: $(l:tfg_ores/nether_vein_index#nether_naquadah)75%$(/l)$()$(li)НÐĩÐūÐīÐļО: $(l:tfg_ores/nether_vein_index#nether_monazite)25%$(/l)$()$(li)ÐŅ–ÐšÐĩÐŧҌ: $(l:tfg_ores/nether_vein_index#nether_garnierite)19%$(/l), $(l:tfg_ores/nether_vein_index#nether_sheldonite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_molybdenum)15%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ОÐŧÐļÐēŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)ОÐŧÐūÐēÐū: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)ОÐŋаÐŧ: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)ÐŸŅ–Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŋ: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)ПÐūÐēÐĩÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)ПÐūÐŧŅŽŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()$(li)Ð ŅƒÐąŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()", + "text": "$(li)ÐŅ–Ņ‚Ņ€Ð°Ņ‚ КаÐŧŅ–ŅŽ: $(l:tfg_ores/nether_vein_index#nether_saltpeter)35%$(/l)$()$(li)ОÐŧÐļÐēŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_olivine)25%$(/l)$()$(li)ОÐŧÐūÐēÐū: $(l:tfg_ores/nether_vein_index#nether_cassiterite)60%$(/l)$()$(li)ОÐŋаÐŧ: $(l:tfg_ores/nether_vein_index#nether_garnet)38%$(/l)$()$(li)ПÐĩÐ―Ņ‚ÐŧÐ°Ð―ÐīÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_garnierite)23%$(/l), $(l:tfg_ores/nether_vein_index#nether_lubricant)15%$(/l)$()$(li)ÐŸŅ–Ņ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sulfur)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)25%$(/l), $(l:tfg_ores/nether_vein_index#nether_copper)10%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŧŅŽÐ·ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūÐŋ: $(l:tfg_ores/nether_vein_index#nether_sapphire)27%$(/l)$()$(li)ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€: $(l:tfg_ores/nether_vein_index#nether_apatite)15%$(/l)$()$(li)ПÐŧÐ°Ņ‚ÐļÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_sheldonite)5%$(/l)$()$(li)ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ: $(l:tfg_ores/nether_vein_index#nether_naquadah)25%$(/l)$()$(li)ПÐūÐēÐĩÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_molybdenum)10%$(/l)$()$(li)ПÐūÐŧŅŽŅ†ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_mica)20%$(/l)$()$(li)РÐĩÐīҁ҂ÐūŅƒÐ―: $(l:tfg_ores/nether_vein_index#nether_redstone)45%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐœŅ–ÐīҌ: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐĄŅ€Ņ–ÐąÐŧа: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐļÐŧҌÐēŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)ÐĄŅ–Ņ€ÐšÐ°: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)ÐĄÐžÐ°Ņ€Ð°ÐģÐī: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)ÐĄÐūаÐŋÐūҁ҂ÐūÐ―: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)ÐĄÐūÐīаÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚Ņ–Ð―: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()", + "text": "$(li)Ð ŅƒÐąŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_redstone)35%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)20%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ЗÐūÐŧÐūŅ‚Ðū: $(l:tfg_ores/nether_vein_index#nether_gold)75%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)30%$(/l), $(l:tfg_ores/nether_vein_index#nether_hematite)5%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐœŅ–ÐīҌ: $(l:tfg_ores/nether_vein_index#nether_copper)65%$(/l), $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)30%$(/l)$()$(li)ÐĄÐ°ÐžÐūŅ€ÐūÐīÐ―Ð° ÐĄŅ€Ņ–ÐąÐŧа: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐ°Ðŋ҄ҖҀ: $(l:tfg_ores/nether_vein_index#nether_sapphire)16%$(/l), $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ: $(l:tfg_ores/nether_vein_index#nether_silver)35%$(/l)$()$(li)ÐĄÐļÐŧҌÐēŅ–Ð―: $(l:tfg_ores/nether_vein_index#nether_sylvite)100%$(/l)$()$(li)ÐĄŅ–Ņ€ÐšÐ°: $(l:tfg_ores/nether_vein_index#nether_sulfur)50%$(/l), $(l:tfg_ores/nether_vein_index#nether_sphalerite)35%$(/l)$()$(li)ÐĄÐŧŅŽÐīа: $(l:tfg_ores/nether_vein_index#nether_mica)33%$(/l)$()$(li)ÐĄÐžÐ°Ņ€Ð°ÐģÐī: $(l:tfg_ores/nether_vein_index#nether_beryllium)47%$(/l)$()$(li)ÐĄÐūаÐŋÐūҁ҂ÐūÐ―: $(l:tfg_ores/nether_vein_index#nether_lubricant)30%$(/l)$()$(li)ÐĄÐūÐīаÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_lapis)25%$(/l)$()$(li)ÐĄÐŋÐĩŅÐ°Ņ€Ņ‚Ņ–Ð―: $(l:tfg_ores/nether_vein_index#nether_manganese)25%$(/l)$()$(li)ÐĄŅ‚ÐļÐąÐ―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)20%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĒÐūҀҖÐđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)ÐĢŅ€Ð°Ð―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĢŅ€Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĨŅ€ÐūÐžŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()$(li)ÐĻÐĩŅ”ÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()", + "text": "$(li)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_sphalerite)40%$(/l), $(l:tfg_ores/nether_vein_index#nether_sulfur)15%$(/l)$()$(li)ÐĒаÐŧŅŒÐš: $(l:tfg_ores/nether_vein_index#nether_lubricant)20%$(/l)$()$(li)ÐĒÐ°Ð―Ņ‚Ð°ÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_manganese)12%$(/l)$()$(li)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_tetrahedrite)50%$(/l)$()$(li)ÐĒÐūÐŋаз: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĒÐūҀҖÐđ: $(l:tfg_ores/nether_vein_index#nether_beryllium)0%$(/l)$()$(li)ÐĒŅ€ÐļКаÐŧŅŒŅ†Ņ–ÐđŅ„ÐūŅŅ„Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_apatite)35%$(/l)$()$(li)ÐĒŅ€ÐūÐ―Ð°: $(l:tfg_ores/nether_vein_index#nether_lubricant)10%$(/l)$()$(li)ÐĢŅ€Ð°Ð―ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĢŅ€Ð°Ð―Ņ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_pitchblende)50%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_copper)20%$(/l)$()$(li)ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚: $(l:tfg_ores/nether_vein_index#nether_topaz)25%$(/l)$()$(li)ÐĨŅ€ÐūÐžŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_magnetite)10%$(/l)$()$(li)ЧÐĩŅ€ÐēÐūÐ―ÐļÐđ ÐģŅ€Ð°Ð―Ð°Ņ‚: $(l:tfg_ores/nether_vein_index#nether_garnet)9%$(/l)$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚Ð―: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()", + "text": "$(li)ÐĻÐĩŅ”ÐŧŅ–Ņ‚: $(l:tfg_ores/nether_vein_index#nether_scheelite)45%$(/l)$()$(li)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚Ð―: $(l:tfg_ores/nether_vein_index#nether_sheldonite)29%$(/l)$()", "type": "patchouli:text" } ], diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json index e27414b26..2f5c672b0 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/uk_ua/entries/tfg_ores/nether_vein_index.json @@ -14,17 +14,17 @@ }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ņ– МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ОÐŧŅ–ÐēŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚ Ņ– МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ņ‚Ð° Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)ГÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ Ņ– ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)ЗÐūÐŧÐūŅ‚Ðū Ņ‚Ð° ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_garnet)АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_anthracite)ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_apatite)АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_monazite)Ð‘Ð°ŅŅ‚Ð―ÐĩзÐļŅ‚ Ņ– МÐūÐ―Ð°Ņ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_olivine)БÐĩÐ―Ņ‚ÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ОÐŧŅ–ÐēŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_molybdenum)Ð’ŅƒÐŧŅŒŅ„ÐĩÐ―Ņ–Ņ‚ Ņ– МÐūÐŧŅ–ÐąÐīÐĩÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnierite)Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_hematite)ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ņ‚Ð° Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_goethite)ГÐĩŅ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gypsum)Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_garnet_tin)Ð“Ņ€Ð°Ð―Ð°Ņ‚ Ņ– ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ÐūÐēŅ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_graphite)Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_gold)ЗÐūÐŧÐūŅ‚Ðū Ņ‚Ð° ГÐĩÐžÐ°Ņ‚ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_cassiterite)ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_mica)ÐšŅ–Ð°Ð―Ņ–Ņ‚, ÐĄÐŧŅŽÐīа Ņ‚Ð° БÐūÐšŅÐļŅ‚Ðļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)ЛаÐŋҖҁ, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ Ņ‚Ð° ÐĄÐūÐīаÐŧŅ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)ÐœŅ–ÐīҌ Ņ‚Ð° ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)НаКÐēаÐīаК Ņ– ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, ÐšŅ–Ð―ÐūÐēÐ°Ņ€ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)ÐĄÐ°Ðŋ҄ҖҀ Ņ– АÐŧŅŒÐžÐ°ÐīŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð° Ņ‚Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)ÐĄÐļÐŧҌÐēŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)ÐĄŅ–Ņ€ÐšÐ° Ņ‚Ð° ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_quartz)КÐēÐ°Ņ€Ņ† НÐļÐķÐ―ŅŒÐūÐģÐū ÐĄÐēŅ–Ņ‚Ņƒ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_mica)ÐšŅ–Ð°Ð―Ņ–Ņ‚, ÐĄÐŧŅŽÐīа Ņ‚Ð° БÐūÐšŅÐļŅ‚Ðļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_lapis)ЛаÐŋҖҁ, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ Ņ‚Ð° ÐĄÐūÐīаÐŧŅ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_manganese)ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_copper)ÐœŅ–ÐīҌ Ņ‚Ð° ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_basaltic_sands)ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧŅŒÐ―Ņ– ÐŋŅ–ŅÐšÐļ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_naquadah)НаКÐēаÐīаК Ņ– ПÐŧŅƒŅ‚ÐūÐ―Ņ–Ðđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_redstone)РÐĩÐīҁ҂ÐūŅƒÐ―, ÐšŅ–Ð―ÐūÐēÐ°Ņ€ Ņ– Ð ŅƒÐąŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sapphire)ÐĄÐ°Ðŋ҄ҖҀ Ņ– АÐŧŅŒÐžÐ°ÐīŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_saltpeter)ÐĄÐĩÐŧŅ–Ņ‚Ņ€Ð° Ņ‚Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐūŅ‚ÐļÐ―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sylvite)ÐĄÐļÐŧҌÐēŅ–Ð―$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sulfur)ÐĄŅ–Ņ€ÐšÐ° Ņ‚Ð° ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_beryllium)ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_silver)ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ$()$()", "type": "patchouli:text" }, { "Type": "patchouli:text", - "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)ÐĢŅ€Ð°Ð―Ņ–Ņ‚ & ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)ÐĨŅ€ÐūÐžŅ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)ÐĻÐĩŅ”ÐŧŅ–Ņ‚ Ņ‚Ð° ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚$()$()", + "text": "$(li)$(l:tfg_ores/nether_vein_index#nether_lubricant)ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sphalerite)ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_tetrahedrite)ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_topaz)ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_pitchblende)ÐĢŅ€Ð°Ð―Ņ–Ņ‚ & ÐŸŅ–Ņ‚Ņ‡ÐąÐŧÐĩÐ―Ðī$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_magnetite)ÐĨŅ€ÐūÐžŅ–Ņ‚$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_scheelite)ÐĻÐĩŅ”ÐŧŅ–Ņ‚ Ņ‚Ð° ВÐūÐŧŅŒŅ„Ņ€Ð°Ðž$()$()$(li)$(l:tfg_ores/nether_vein_index#nether_sheldonite)ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚$()$()", "type": "patchouli:text" }, { @@ -770,6 +770,98 @@ "draw_filler": true, "type": "patchouli:empty" }, + { + "Type": "patchouli:text", + "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 180$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.4$(br)$(thing)ÐĒÐļÐŋ$(): ДÐļŅÐšÐūÐēа ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 32 — 128$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 40$(br)$(thing)ВÐļҁÐūŅ‚Ð°$(): 9$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐœŅ–ÐģÐžÐ°Ņ‚ÐļŅ‚, ÐŸŅ–Ņ€ÐūÐšŅÐĩÐ―Ņ–Ņ‚Ðļ, ÐĒŅ€Ð°ÐēÐĩҀ҂ÐļÐ―", + "title": "Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚", + "type": "patchouli:text", + "anchor": "nether_gypsum" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð“Ņ–Ðŋҁ", + "multiblock": { + "mapping": { + "0": "#forge:ores/gypsum" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 35%$(br)$(thing)ВÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ ÐīÐŧŅ$(): АÐŧÐĩÐąÐ°ŅŅ‚Ņ€ÐūÐēÐūŅ— (Ņ„Ð°Ņ€ÐąÐūÐēÐ°Ð―ÐūŅ—) ҆ÐĩÐģÐŧÐļ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaS(H₂O)₂O₄", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "КаÐŧŅŒŅ†ÐļŅ‚", + "multiblock": { + "mapping": { + "0": "#forge:ores/calcite" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 30%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): КаÐŧŅŒŅ†Ņ–ŅŽ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): CaCO₃", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "Ð‘ŅƒŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/borax" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 20%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): ÐÐ°Ņ‚Ņ€Ņ–ŅŽ, БÐūŅ€Ņƒ$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): Na₂B₄(H₂O)₁₀O₇", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:multiblock", + "name": "ЗÐĩОÐŧŅ ÐĪ҃ÐŧÐŧÐĩŅ€Ð°", + "multiblock": { + "mapping": { + "0": "#forge:ores/fullers_earth" + }, + "pattern": [ + [ + "0" + ], + [ + " " + ] + ] + }, + "enable_visualize": false, + "text": "$(thing)Ð’Ņ–ÐīҁÐūŅ‚ÐūК$(): 15%$(br)$(thing)ДÐķÐĩŅ€ÐĩÐŧÐū$(): МаÐģÐ―ÐĩÐ·Ņ–Ņ—$(br)$(thing)ÐĪÐūŅ€ÐžŅƒÐŧа$(): MgSi₄H(H₂O)₄O₁₁", + "type": "patchouli:multiblock" + }, + { + "Type": "patchouli:empty", + "draw_filler": true, + "type": "patchouli:empty" + }, { "Type": "patchouli:text", "text": "$(thing)Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ$(): 270$(br)$(thing)ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ$(): 0.35$(br)$(thing)ÐĒÐļÐŋ$(): КÐŧÐ°ŅŅ‚ÐĩŅ€Ð―Ð° ÐēÐĩÐ―Ð°$(br)$(thing)Y$(): 24 — 128$(br)$(thing)РÐūÐ·ÐžŅ–Ņ€$(): 45$(br2)$(thing)ÐĒÐļÐŋÐļ КаОÐĩÐ―ŅŽ$(): ÐŅÐŋŅ–ÐīÐ―ÐļÐđ ҁÐŧÐ°Ð―ÐĩŅ†ŅŒ, Ð“Ð°ÐąŅ€Ðū, Ð“Ð―ÐĩÐđҁ, Ð“Ņ€Ð°Ð―Ņ–Ņ‚, Ð”Ņ–ÐūŅ€ÐļŅ‚, ÐœŅ–ÐģÐžÐ°Ņ‚ÐļŅ‚, ÐŸŅ–Ņ€ÐūÐšŅÐĩÐ―Ņ–Ņ‚Ðļ, ÐĒŅ€Ð°ÐēÐĩҀ҂ÐļÐ―", diff --git a/kubejs/assets/tfg/blockstates/iv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/iv_aqueous_accumulator.json new file mode 100644 index 000000000..1a8dadb17 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/iv_aqueous_accumulator.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/iv_aqueous_accumulator", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/iv_aqueous_accumulator" + }, + "facing=south": { + "model": "tfg:block/machines/iv_aqueous_accumulator", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/iv_aqueous_accumulator", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_food_oven.json b/kubejs/assets/tfg/blockstates/iv_food_oven.json new file mode 100644 index 000000000..8b41ff867 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/iv_food_oven.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/iv_food_oven", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/iv_food_oven" + }, + "facing=south": { + "model": "tfg:block/machines/iv_food_oven", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/iv_food_oven", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_food_processor.json b/kubejs/assets/tfg/blockstates/iv_food_processor.json new file mode 100644 index 000000000..d47739009 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/iv_food_processor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/iv_food_processor", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/iv_food_processor" + }, + "facing=south": { + "model": "tfg:block/machines/iv_food_processor", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/iv_food_processor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_food_refrigerator.json b/kubejs/assets/tfg/blockstates/iv_food_refrigerator.json new file mode 100644 index 000000000..3d07a9c71 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/iv_food_refrigerator.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/iv_food_refrigerator", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/iv_food_refrigerator" + }, + "facing=south": { + "model": "tfg:block/machines/iv_food_refrigerator", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/iv_food_refrigerator", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/iv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/iv_gas_pressurizer.json new file mode 100644 index 000000000..7e2b4b1dd --- /dev/null +++ b/kubejs/assets/tfg/blockstates/iv_gas_pressurizer.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/iv_gas_pressurizer", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/iv_gas_pressurizer" + }, + "facing=south": { + "model": "tfg:block/machines/iv_gas_pressurizer", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/iv_gas_pressurizer", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/large_nest_box.json b/kubejs/assets/tfg/blockstates/large_nest_box.json new file mode 100644 index 000000000..52b03f4c9 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/large_nest_box.json @@ -0,0 +1,138 @@ +{ + "variants": { + "facing=north,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + }, + "facing=north,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + }, + "facing=north,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + "facing=north,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + + + "facing=south,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + "facing=south,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + "facing=south,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + }, + "facing=south,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + }, + + + "facing=east,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + }, + "facing=east,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + "facing=east,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + }, + "facing=east,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + + + "facing=west,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 270 + }, + "facing=west,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_empty" + + }, + "facing=west,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 180 + }, + "facing=west,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_empty", + "y": 90 + + }, + + + "facing=north,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0" + }, + "facing=north,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", + "y": 90 + }, + "facing=north,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", + "y": 270 + }, + "facing=north,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", + "y": 180 + }, + + "facing=south,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", + "y": 180 + }, + "facing=south,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", + "y": 270 + }, + "facing=south,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", + "y": 90 + }, + "facing=south,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3" + }, + + "facing=east,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", + "y": 90 + }, + "facing=east,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1", + "y": 180 + }, + "facing=east,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2" + }, + "facing=east,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", + "y": 270 + }, + + "facing=west,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_0", + "y": 270 + }, + "facing=west,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_1" + + }, + "facing=west,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_2", + "y": 180 + }, + "facing=west,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_sniffer_3", + "y": 90 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/large_nest_box_warped.json b/kubejs/assets/tfg/blockstates/large_nest_box_warped.json new file mode 100644 index 000000000..b5894ba69 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/large_nest_box_warped.json @@ -0,0 +1,140 @@ +{ + "variants": { + "facing=north,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + }, + "facing=north,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + }, + "facing=north,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + "facing=north,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + + + "facing=south,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + "facing=south,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + "facing=south,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + }, + "facing=south,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + }, + + + "facing=east,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + }, + "facing=east,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + "facing=east,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + }, + "facing=east,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + + + "facing=west,has_egg_type=0,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 270 + }, + "facing=west,has_egg_type=0,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty" + + }, + "facing=west,has_egg_type=0,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 180 + }, + "facing=west,has_egg_type=0,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_empty", + "y": 90 + + }, + + + "facing=north,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0" + }, + "facing=north,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", + "y": 90 + }, + "facing=north,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", + "y": 270 + }, + "facing=north,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", + "y": 180 + }, + + "facing=south,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", + "y": 180 + }, + "facing=south,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", + "y": 270 + }, + "facing=south,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", + "y": 90 + }, + "facing=south,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3" + }, + + "facing=east,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", + "y": 90 + }, + "facing=east,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1", + "y": 180 + }, + "facing=east,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2" + }, + "facing=east,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", + "y": 270 + }, + + "facing=west,has_egg_type=1,nest_part=0": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_0", + "y": 270 + }, + "facing=west,has_egg_type=1,nest_part=1": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_1" + + }, + "facing=west,has_egg_type=1,nest_part=2": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_2", + "y": 180 + }, + "facing=west,has_egg_type=1,nest_part=3": { + "model": "tfg:block/large_nest_box/large_nest_box_warped_sniffer_3", + "y": 90 + + } + + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/luv_aqueous_accumulator.json new file mode 100644 index 000000000..212115d36 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/luv_aqueous_accumulator.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/luv_aqueous_accumulator", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/luv_aqueous_accumulator" + }, + "facing=south": { + "model": "tfg:block/machines/luv_aqueous_accumulator", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/luv_aqueous_accumulator", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_food_oven.json b/kubejs/assets/tfg/blockstates/luv_food_oven.json new file mode 100644 index 000000000..8538c43e1 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/luv_food_oven.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/luv_food_oven", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/luv_food_oven" + }, + "facing=south": { + "model": "tfg:block/machines/luv_food_oven", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/luv_food_oven", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_food_processor.json b/kubejs/assets/tfg/blockstates/luv_food_processor.json new file mode 100644 index 000000000..0fea62071 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/luv_food_processor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/luv_food_processor", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/luv_food_processor" + }, + "facing=south": { + "model": "tfg:block/machines/luv_food_processor", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/luv_food_processor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/luv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/luv_gas_pressurizer.json new file mode 100644 index 000000000..8bc16436f --- /dev/null +++ b/kubejs/assets/tfg/blockstates/luv_gas_pressurizer.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/luv_gas_pressurizer", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/luv_gas_pressurizer" + }, + "facing=south": { + "model": "tfg:block/machines/luv_gas_pressurizer", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/luv_gas_pressurizer", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/saplings/aeronos.json b/kubejs/assets/tfg/blockstates/saplings/aeronos.json new file mode 100644 index 000000000..1ec4995be --- /dev/null +++ b/kubejs/assets/tfg/blockstates/saplings/aeronos.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "ad_astra:block/alphacene_mushroom" } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/saplings/alphacene.json b/kubejs/assets/tfg/blockstates/saplings/alphacene.json new file mode 100644 index 000000000..86dbb9df9 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/saplings/alphacene.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "species:block/alphacene_mushroom" } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/saplings/crimson.json b/kubejs/assets/tfg/blockstates/saplings/crimson.json new file mode 100644 index 000000000..d65643dda --- /dev/null +++ b/kubejs/assets/tfg/blockstates/saplings/crimson.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "minecraft:block/crimson_fungus" } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/saplings/strophar.json b/kubejs/assets/tfg/blockstates/saplings/strophar.json new file mode 100644 index 000000000..2a714f2ca --- /dev/null +++ b/kubejs/assets/tfg/blockstates/saplings/strophar.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "ad_astra:block/strophar" } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/saplings/warped.json b/kubejs/assets/tfg/blockstates/saplings/warped.json new file mode 100644 index 000000000..818135dbd --- /dev/null +++ b/kubejs/assets/tfg/blockstates/saplings/warped.json @@ -0,0 +1,5 @@ +{ + "variants": { + "": { "model": "minecraft:block/warped_fungus" } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/uv_aqueous_accumulator.json new file mode 100644 index 000000000..bdc914afb --- /dev/null +++ b/kubejs/assets/tfg/blockstates/uv_aqueous_accumulator.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/uv_aqueous_accumulator", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/uv_aqueous_accumulator" + }, + "facing=south": { + "model": "tfg:block/machines/uv_aqueous_accumulator", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/uv_aqueous_accumulator", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_food_oven.json b/kubejs/assets/tfg/blockstates/uv_food_oven.json new file mode 100644 index 000000000..0a6271e09 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/uv_food_oven.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/uv_food_oven", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/uv_food_oven" + }, + "facing=south": { + "model": "tfg:block/machines/uv_food_oven", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/uv_food_oven", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_food_processor.json b/kubejs/assets/tfg/blockstates/uv_food_processor.json new file mode 100644 index 000000000..169a81e2d --- /dev/null +++ b/kubejs/assets/tfg/blockstates/uv_food_processor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/uv_food_processor", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/uv_food_processor" + }, + "facing=south": { + "model": "tfg:block/machines/uv_food_processor", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/uv_food_processor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/uv_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/uv_gas_pressurizer.json new file mode 100644 index 000000000..66213cd3c --- /dev/null +++ b/kubejs/assets/tfg/blockstates/uv_gas_pressurizer.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/uv_gas_pressurizer", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/uv_gas_pressurizer" + }, + "facing=south": { + "model": "tfg:block/machines/uv_gas_pressurizer", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/uv_gas_pressurizer", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_aqueous_accumulator.json b/kubejs/assets/tfg/blockstates/zpm_aqueous_accumulator.json new file mode 100644 index 000000000..6b0ae1def --- /dev/null +++ b/kubejs/assets/tfg/blockstates/zpm_aqueous_accumulator.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/zpm_aqueous_accumulator", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/zpm_aqueous_accumulator" + }, + "facing=south": { + "model": "tfg:block/machines/zpm_aqueous_accumulator", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/zpm_aqueous_accumulator", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_food_oven.json b/kubejs/assets/tfg/blockstates/zpm_food_oven.json new file mode 100644 index 000000000..509ec3c6e --- /dev/null +++ b/kubejs/assets/tfg/blockstates/zpm_food_oven.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/zpm_food_oven", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/zpm_food_oven" + }, + "facing=south": { + "model": "tfg:block/machines/zpm_food_oven", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/zpm_food_oven", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_food_processor.json b/kubejs/assets/tfg/blockstates/zpm_food_processor.json new file mode 100644 index 000000000..7f3d2e2a9 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/zpm_food_processor.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/zpm_food_processor", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/zpm_food_processor" + }, + "facing=south": { + "model": "tfg:block/machines/zpm_food_processor", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/zpm_food_processor", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/blockstates/zpm_gas_pressurizer.json b/kubejs/assets/tfg/blockstates/zpm_gas_pressurizer.json new file mode 100644 index 000000000..d73796f96 --- /dev/null +++ b/kubejs/assets/tfg/blockstates/zpm_gas_pressurizer.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "tfg:block/machines/zpm_gas_pressurizer", + "y": 90 + }, + "facing=north": { + "model": "tfg:block/machines/zpm_gas_pressurizer" + }, + "facing=south": { + "model": "tfg:block/machines/zpm_gas_pressurizer", + "y": 180 + }, + "facing=west": { + "model": "tfg:block/machines/zpm_gas_pressurizer", + "y": 270 + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/lang/en_us.json b/kubejs/assets/tfg/lang/en_us.json index 3232beb69..8ff6b6da2 100644 --- a/kubejs/assets/tfg/lang/en_us.json +++ b/kubejs/assets/tfg/lang/en_us.json @@ -199,29 +199,52 @@ "block.tfg.mv_aqueous_accumulator": "§bAdvanced Aqueous Accumulator§r", "block.tfg.hv_aqueous_accumulator": "§6Advanced Aqueous Accumulator II§r", "block.tfg.ev_aqueous_accumulator": "§5Advanced Aqueous Accumulator III§r", + "block.tfg.iv_aqueous_accumulator": "§9Elite Aqueous Accumulator§r", + "block.tfg.luv_aqueous_accumulator": "§dElite Aqueous Accumulator II§r", + "block.tfg.zpm_aqueous_accumulator": "§cElite Aqueous Accumulator III§r", + "block.tfg.uv_aqueous_accumulator": "§3Ultimate Aqueous Accumulator§r", "block.tfg.electric_greenhouse": "Electric Greenhouse", "block.tfg.lv_food_processor": "Basic Food Processor", "block.tfg.mv_food_processor": "§bAdvanced Food Processor§r", "block.tfg.hv_food_processor": "§6Advanced Food Processor II§r", "block.tfg.ev_food_processor": "§5Advanced Food Processor III§r", + "block.tfg.iv_food_processor": "§9Elite Food Processor§r", + "block.tfg.luv_food_processor": "§dElite Food Processor II§r", + "block.tfg.zpm_food_processor": "§cElite Food Processor III§r", + "block.tfg.uv_food_processor": "§3Ultimate Food Processor§r", "block.tfg.lv_food_oven": "Basic Electric Oven", "block.tfg.mv_food_oven": "§bAdvanced Electric Oven§r", "block.tfg.hv_food_oven": "§6Advanced Electric Oven II§r", "block.tfg.ev_food_oven": "§5Advanced Electric Oven III§r", + "block.tfg.iv_food_oven": "§9Elite Electric Oven§r", + "block.tfg.luv_food_oven": "§dElite Electric Oven II§r", + "block.tfg.zpm_food_oven": "§cElite Electric Oven III§r", + "block.tfg.uv_food_oven": "§3Ultimate Electric Oven§r", "block.tfg.lv_food_refrigerator": "Basic Refrigerator", "block.tfg.mv_food_refrigerator": "§bAdvanced Refrigerator", "block.tfg.hv_food_refrigerator": "§6Advanced Refrigerator II§r", "block.tfg.ev_food_refrigerator": "§5Advanced Refrigerator III§r", + "block.tfg.iv_food_refrigerator": "§9Elite Refrigerator§r", "block.tfg.lv_gas_pressurizer": "Basic Gas Pressurizer", "block.tfg.mv_gas_pressurizer": "§bAdvanced Gas Pressurizer§r", "block.tfg.hv_gas_pressurizer": "§6Advanced Gas Pressurizer II§r", "block.tfg.ev_gas_pressurizer": "§5Advanced Gas Pressurizer III§r", - "block.tfg.semiheavy_ammoniacal_water": "Semiheavy Ammoniacal Water", + "block.tfg.iv_gas_pressurizer": "§9Elite Gas Pressurizer§r", + "block.tfg.luv_gas_pressurizer": "§dElite Gas Pressurizer II§r", + "block.tfg.zpm_gas_pressurizer": "§cElite Gas Pressurizer III§r", + "block.tfg.uv_gas_pressurizer": "§3Ultimate Gas Pressurizer III§r", + "block.tfg.fluid.semiheavy_ammoniacal_water": "Semiheavy Ammoniacal Water", "block.tfg.grass.mars_dirt": "Martian Dirt", "block.tfg.grass.mars_farmland": "Martian Farmland", "block.tfg.grass.amber_mycelium": "Amber Mycelium", "block.tfg.grass.rusticus_mycelium": "Rusticus Mycelium", "block.tfg.grass.sangnum_mycelium": "Sangnum Mycelium", + "block.tfg.saplings.crimson": "Crimson Fungus", + "block.tfg.saplings.warped": "Warped Fungus", + "block.tfg.saplings.alphacene": "Alphacene Mushroom", + "block.tfg.saplings.aeronos": "Aeronos Mushroom", + "block.tfg.saplings.strophar": "Strophar Mushroom", + "block.tfg.saplings.glacian": "Glacian Mushroom", "block.tfg.electromagnetic_accelerator": "Electromagnetic Accelerator", "block.tfg.superconductor_coil_large": "Large Superconductor Coil", "block.tfg.superconductor_coil_small": "Small Superconductor Coil", @@ -250,12 +273,16 @@ "block.tfg.uv_railgun_item_loader_out": "§3UV Interplanetary Railgun Output Bus§r", "block.tfg.uhv_railgun_item_loader_out": "§4UHV Interplanetary Railgun Output Bus§r", "block.tfg.reflector": "Reflector Block", + "block.tfg.sunflower": "Sunflower", "block.tfg.sunflower_wild": "Wild Sunflower", "block.tfg.sunflower_dead": "Dead Sunflower", + "block.tfg.rapeseed": "Canola", "block.tfg.rapeseed_wild": "Wild Canola", "block.tfg.rapeseed_dead": "Dead Canola", "block.tfg.casings.machine_casing_iron_desh": "Desh Machine Casing", "block.tfg.casings.machine_casing_stainless_evaporation": "Stainless Evaporation Machine Casing", + "block.tfg.casings.machine_casing_vacuum_engine_intake": "Vacuum Engine Intake Machine Casing", + "block.tfg.casings.machine_casing_mars": "Robust Dust-Proof Machine Casing", "block.tfg.casings.machine_casing_blue_solar_panel": "Basic Solar Panel Casing", "block.tfg.casings.machine_casing_green_solar_panel": "Advanced Solar Panel Casing", "block.tfg.casings.machine_casing_red_solar_panel": "Elite Solar Panel Casing", @@ -326,6 +353,9 @@ "block.tfg.sandstone.stairs.smooth.fluorapatite.yellow": "Smooth Yellow Fluorapatite Sandstone Stairs", "block.tfg.sandstone.fluorapatite.yellow": "Cut Yellow Fluorapatite Sandstone", "block.tfg.sandstone.smooth.chiseled.fluorapatite.yellow": "Chiseled Yellow Fluorapatite Sandstone", + "block.tfg.large_nest_box": "Large Crimson Nest", + "tfg.block_entity.large_nest_box": "Large Nest Box", + "block.tfg.large_nest_box_warped": "Large Warped Nest", "fluid.tfg.nether_slurry": "Nether Slurry", "fluid.tfg.enriched_nether_slurry": "Enriched Nether Slurry", "fluid.tfg.ender_slurry": "Ender Slurry", @@ -473,9 +503,18 @@ "item.tfg.food.freeze_dried.melon_slice": "Freeze Dried Melon Slice", "item.tfg.food.freeze_dried.fig": "Freeze Dried Fig", "item.tfg.food.freeze_dried.pineapple": "Freeze Dried Pineapple", + "item.tfg.food.freeze_dried.blossom_berry": "Freeze Dried Blossom Berry", + "item.tfg.food.freeze_dried.shadow_berry": "Freeze Dried Nox Berry", + "item.tfg.food.freeze_dried.cave_pumpkin": "Freeze Dried Bulbkin Chunks", "item.tfg.food.calorie_paste": "Calorie Paste", "item.tfg.food.meal_bag": "Meal Bag", "item.tfg.food.ice_soup": "Ice Soup", + "item.tfg.food.raw_glacian_mutton": "Raw Glacian Mutton", + "item.tfg.food.cooked_glacian_mutton": "Cooked Glacian Mutton", + "item.tfg.spawn_egg.glacian_ram": "Glacian Spawn Egg", + "item.tfg.food.raw_sniffer_beef": "Raw Sniffer Beef", + "item.tfg.food.cooked_sniffer_beef": "Cooked Sniffer Beef", + "item.tfg.spawn_egg.sniffer": "Sniffer Spawn Egg", "item.tfg.roasted_sunflower_seeds": "Roasted Sunflower Seeds", "item.tfg.sunflower_seeds": "Sunflower Seed", "item.tfg.sunflower_product": "Sunflower Cap", @@ -519,7 +558,9 @@ "item.tfg.wood.lumber.aeronos": "Aeronos Lumber", "item.tfg.wood.lumber.strophar": "Strophar Lumber", "item.tfg.wood.lumber.glacian": "Glacian Lumber", - "item.tfg.aes_polyurethane": "AES Reinforced R-Polyurethane Foam", + "item.tfg.glacian_wool": "Glacian Ram Wool", + "item.tfg.sniffer_wool": "Mineral Rich Tufts", + "item.tfg.aes_polyurethane": "Bio-AES Reinforced R-Polyurethane Foam", "item.tfg.mli_shielding": "Multi-Layer Insulated Shielding", "item.tfg.rocket_cone_t3": "Advanced Rocket Nose Cone", "item.tfg.rocket_fin_t3": "Advanced Rocket Fin", @@ -557,6 +598,8 @@ "item.tfg.large_casing_extruder_mold": "Extruder Mold (Large Bullet Casing)", "item.tfg.photo_cell_t1": "Basic Photovoltaic Cell", "item.tfg.electric_extendo_grip": "Electric Extendo Grip", + "item.tfg.treated_chipboard_composite": "Treated Chipboard Composite", + "item.tfg.high_density_treated_fiberboard": "Medium Density Treated Fiberboard", "material.tfg.latex": "Latex", "material.tfg.vulcanized_latex": "Vulcanized Latex", "material.tfg.fluix": "Fluix", @@ -619,6 +662,11 @@ "material.tfg.nuclear_residue": "Nuclear Residue", "material.tfg.oxidized_nuclear_residue": "Oxidized Nuclear Residue", "material.tfg.refined_nuclear_residue": "Refined Nuclear Residue", + "material.tfg.certus_regolith": "Certus Regolith", + "material.tfg.goethe_regolith": "Goethe Regolith", + "material.tfg.bright_regolith": "Bright Regolith", + "material.tfg.cassiterite_regolith": "Cassiterite Regolith", + "material.tfg.regolith_mush": "Regolith Mush", "ore_vein.tfg.deep_garnet_amethyst": "Amethyst & Garnet", "ore_vein.tfg.deep_garnet_opal": "Opal & Garnet", "ore_vein.tfg.deep_gold": "Gold (Deep)", @@ -642,6 +690,7 @@ "ore_vein.tfg.normal_garnierite": "Garnierite & Cobaltite", "ore_vein.tfg.normal_gold": "Gold, Limonite, & Hematite", "ore_vein.tfg.normal_graphite": "Graphite & Diamond", + "ore_vein.tfg.normal_gypsum": "Gypsum & Calcite", "ore_vein.tfg.normal_hematite": "Hematite & Limonite", "ore_vein.tfg.normal_lapis": "Lapis, Lazurite, & Sodalite", "ore_vein.tfg.normal_limonite": "Limonite", @@ -666,12 +715,17 @@ "ore_vein.tfg.surface_copper": "Chalcopyrite & Realgar", "ore_vein.tfg.surface_sphalerite": "Sphalerite & Sulfur", "ore_vein.tfg.surface_tetrahedrite": "Tetrahedrite (Surface)", + "ore_vein.tfg.mars_hematite": "(Placeholder Vein)", "ore_vein.tfg.moon_apatite": "Apatite & Pyrochlore", "ore_vein.tfg.moon_bauxite": "Bauxite & Ilmenite", "ore_vein.tfg.moon_beryllium": "Emerald & Beryllium", + "ore_vein.tfg.moon_cassiterite": "Cassiterite & Chalcopyrite", "ore_vein.tfg.moon_desh": "Desh & Ilmenite", + "ore_vein.tfg.moon_garnet": "Amethyst, Opal, & Garnet", "ore_vein.tfg.moon_garnierite": "Garnierite & Cobaltite", + "ore_vein.tfg.moon_gold": "Gold & Magnetite", "ore_vein.tfg.moon_graphite": "Graphite & Diamond", + "ore_vein.tfg.moon_gypsum": "Gypsum & Calcite", "ore_vein.tfg.moon_lubricant": "Soapstone, Talc, & Trona", "ore_vein.tfg.moon_magnetite": "Chromite & Magnetite", "ore_vein.tfg.moon_manganese": "Manganese & Tantalum", @@ -687,6 +741,7 @@ "ore_vein.tfg.moon_sheldonite": "Cooperite & Bornite", "ore_vein.tfg.moon_silver": "Silver, Galena, & Lead", "ore_vein.tfg.moon_sphalerite": "Sphalerite & Pyrite", + "ore_vein.tfg.moon_tetrahedrite": "Tetrahedrite & Chalcocite", "ore_vein.tfg.moon_topaz": "Topaz & Chalcocite", "ore_vein.tfg.nether_anthracite": "Anthracite", "ore_vein.tfg.nether_apatite": "Apatite & Pyrochlore", @@ -700,6 +755,7 @@ "ore_vein.tfg.nether_goethite": "Goethite", "ore_vein.tfg.nether_gold": "Gold & Hematite", "ore_vein.tfg.nether_graphite": "Graphite & Diamond", + "ore_vein.tfg.nether_gypsum": "Gypsum & Calcite", "ore_vein.tfg.nether_hematite": "Hematite & Limonite", "ore_vein.tfg.nether_lapis": "Lapis, Lazurite, & Sodalite", "ore_vein.tfg.nether_lubricant": "Soapstone, Talc, & Trona", @@ -736,6 +792,12 @@ "tfg.tooltip.moon_rabbit_variant.cyan": "Seafoam Fur", "tfg.tooltip.moon_rabbit_variant.purple": "Lavender Fur", "tfg.tooltip.moon_rabbit_variant.sofu": "Sundae Fur", + "entity.tfg.glacian_ram.male": "Glacian Ram", + "entity.tfg.glacian_ram.female": "Glacian Ewe", + "tfg.tooltip.attribution.glacian_ram": "§9§oCredit: Ad Astra", + "entity.tfg.sniffer.male": "Sniffer", + "entity.tfg.sniffer.female": "Sniffer", + "tfg.tooltip.attribution.sniffer": "§9§oCredit: Minecraft", "item.treetap.tap": "Deprecated Item, Craft to Upgrade", "item.gtceu.zinc_ingot": "Deprecated Item, Craft to Upgrade", "item.gtceu.brass_ingot": "Deprecated Item, Craft to Upgrade", @@ -867,6 +929,48 @@ "tfg.emi.ore_veins.height": "Height: %d", "tfg.emi.ore_veins.radius": "Radius: %d", "emi.category.tfg.ore_vein_info": "Ore Veins", + "tfg.toast.ore_prospector_none": "No ores found in range.", + "tfg.toast.ore_prospector_message": "Ores found within %s §6blocks in this direction: %s", + "tooltip.tfg.ore_prospector_stats": "Scan Range: %s, Cross Section: %s x %s.", + "tooltip.tfg.ore_prospector_count": "This prospector will display ore counts.", + "tooltip.tfg.ore_prospector_xray": "This prospector will display a %s x-ray view of ore blocks.", + "tooltip.tfg.ore_prospector_mode_vein": "per-vein", + "tooltip.tfg.ore_prospector_mode_block": "per-block", + "tfg.hangglider.disabled_dimension": "You can't use a hang glider here!", + "tfg.tooltip.nametag": "§7Used on a Scribing Table along with an item to name it, or with black dye to name the tag.", + "tfg.tooltip.yeast_starter": "§7Created with dried fruit", + "tfg.tooltip.beehive": "§7Needs to be filled with empty frames and surrounded by flowers to attract bees.", + "tfg.tooltip.obsolete.tree_tap": "§4Obsolete§f: Replaced by the AFC TreeTap, you can craft it from this one by placing this in a crafting table!", + "tfg.tooltip.obsolete.fridge": "§4Obsolete§f: Replaced by the TFG Refrigerator, you can craft it from this one by placing this in a crafting table!", + "tfg.tooltip.blaze_burner": "§cSuperheat§r §7with Coke, Anthracite, or Flawless and Exquisite coal gems.", + "tfg.tooltip.machine.perfect_overclock": "This machine has §2Perfect Overclocking§r!", + "tfg.tooltip.nether_dome_1": "§7Artificial enviroment to simulate the Nether.", + "tfg.tooltip.machine.customize_interior": "§7The interior is customizable! Check the multiblock preview in JEI.", + "tfg.tooltip.end_dome_1": "§7Artificial enviroment to simulate the End.", + "tfg.tooltip.armor.copper_diving_suit_warmth": "§7Warmth: -1", + "tfg.tooltip.armor.copper_diving_suit_insulation": "§7Insulation: +1", + "tfg.tooltip.armor.netherite_diving_suit_warmth": "§7Warmth: -2", + "tfg.tooltip.armor.netherite_diving_suit_insulation": "§7Insulation: +9", + "tfg.tooltip.armor.netherite_diving_suit_set": "§7Wear the full set to be §eHeatproof§7 from ambient temperatures.", + "tfg.tooltip.armor.nanomuscle_warmth": "§7Warmth: 0", + "tfg.tooltip.armor.nanomuscle_insulation": "§7Insulation: +10", + "tfg.tooltip.armor.nanomuscle_set": "§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.", + "tfg.tooltip.armor.quarktech_warmth": "§7Warmth: 0", + "tfg.tooltip.armor.quarktech_insulation": "§7Insulation: +10", + "tfg.tooltip.armor.quarktech_set": "§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.", + "tfg.tooltip.armor.space_suit_warmth": "§7Warmth: 0", + "tfg.tooltip.armor.space_suit_insulation": "§7Insulation: +10", + "tfg.tooltip.armor.space_suit_set": "§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.", + "tfg.tooltip.support.tier1": "§79 x 5 x 9", + "tfg.tooltip.support.tier2": "§717 x 9 x 17", + "tfg.tooltip.support.tier3": "§733 x 13 x 33", + "tfg.tooltip.vessels": "§cMax: 3024mB", + "tfg.tooltip.solar_panel.single": "Produces §6128 FE/t§r (32 EU/t) on the §6moon§r during the §6day§r", + "tfg.tooltip.solar_panel.large_tier1": "Massive structure producing from §61024 to 4096 EU/t§r on the §6moon§r during the §6day§r", + "tfg.tooltip.solar_panel.large_tier2": "Massive structure producing from §64096 to 16384 EU/t§r on the §6moon§r during the §6day§r", + "tfg.tooltip.solar_panel.large_tier3": "Massive structure producing from §616384 to 65536 EU/t§r on the §6moon§r during the §6day§r", + "tfg.tooltip.petrified_egg": "§7Requires Magma to Incubate", + "tfg.tooltip.obsolete.depreciated": "§cDeprecated, cannot be crafted any more", "tfc.jei.flint_knapping": "Flint Knapping", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "Dyeing", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.gray": "Dyeing", @@ -1016,6 +1120,9 @@ "quests.ae2.ae_guide.title": "Welcome to AE2", "quests.ae2.ae_guide.subtitle": "Another free book for your collection!", "quests.ae2.ae_guide.desc": "Here you are, ready to begin your &bAE2&r infrastructure!\n\nThis chapter will mainly guide you through what you can and cannot craft yet.\nWe’ll also highlight the most important items you should focus on.\n\nHowever, to fully understand Applied Energistics 2, we strongly recommend using the &bG&r keybind (similar to Create's Ponder system) or open the &bME Guide&r we provide as a reward from this quest. It’s the best in-game tutorial for AE2.\nAlternatively, watch some online videos about AE2 on &61.20.1&r for more detailed explanations — AE2 is a very popular mod, so there's a ton of tutorials out there!\n\n&dPro tip&r: Many &bAE2&r recipes have alternative Moon recipes that are much cheaper. Once again, investing in your Moon base will greatly reward you throughout the entire game.", + "quests.ae2.programmed_circuit_card.title": "Programmed Circuit Card", + "quests.ae2.programmed_circuit_card.subtitle": "An essential upgrade", + "quests.ae2.programmed_circuit_card.desc": "Insert one of these into your Pattern Providers, and if your recipe has a programmed circuit, the attached GregTech machine will automatically change its circuit to the one in the recipe. How useful is that?!", "quests.tasktype.checkmark": "Click here to complete this quest/task", "quests.tasktype.item.any": "Any Item of type:", "quests.tasktype.lookat": "Look at a:", @@ -1367,6 +1474,7 @@ "quests.high_voltage.lcr.desc.2": "There are also &3LCR&r exclusive recipes. For example, &dRadon&r can only be made in the LCR right now.\n\nAll &dOverclocks&r in the &3LCR&r are &6100%% efficient&r (known as Perfect overclocks); each overclock will &5quadruple the speed&r, as opposed to doubling it.\n\nThe &3LCR&r has yet another &6advantage&r. You can use &32 Energy Hatches&r to allow it to run recipes of the &5next tier&r, similar to the &3Electric Blast Furnace&r.", "quests.high_voltage.lcr.desc.3": "&9Tip:&r Given the amount of LCRs you may end up using, why not try utilising &dwallsharing&r to its full potential?\n\nYou could share one 2A (standard) &3Energy Hatch&r between 2 LCRs.\n\nYou might want to share &3Input/Output Hatches&r, but make sure each LCR is running the correct recipe.\n\nKeep in mind Maintenance hatches are not sharable.", "quests.high_voltage.tnt.title": "TNT", + "quests.high_voltage.tnt.task": "Any explosive", "quests.high_voltage.tnt.desc.1": "Get ready to make some explosives, as they will be required for the &cImplosion Compressor&r. You have four options, from easy to hardest, but we advise you to work towards the &dIndustrial TNT&r whenever you can.", "quests.high_voltage.tnt.desc.2": "&cTNT&r (Trinitrotoluene) can't be prepared with the usual Gunpowder and Sand anymore. Instead, you'll have to produce &aGelled Toluene&r and react it with Sulfuric Acid to make TNT.\n\nUsing the &3HV Chemical Reactor&r recipe will double the yield of &aGelled Toluene&r at the cost of requiring additional inputs.", "quests.high_voltage.tnt.desc.3": "We don't have any easy tips to give you for &aToluene&r. It's going to be tricky no matter which route you take.\n\nThat being said, don't miss out on the direct &aHeavy Fuel&r to &aToluene&r recipe in the single block &3Distillery&r.\n\n&aToluene&r can also optionally be used in &5EV&r to make &dGasoline&r.\n\n&cTNT&r is used in the &3Implosion Compressor&r to make Gems. It also blows stuff up.", @@ -1459,6 +1567,37 @@ "quests.high_voltage.welcome_moon.title": "I'm on the &3Moon&r!", "quests.high_voltage.welcome_moon.subtitle": "Hope you have everything to come back", "quests.high_voltage.welcome_moon.desc": "&2Congrats&r, you’ve successfully landed on the &7Moon&r!\nHere, you’ll find &bCertus Quartz&r veins and the meteors that allow you to begin unlocking &dAE2&r.\n\nBut that’s not all — some veins here have much higher density than those on Earth.\n\nFor instance, you can easily find &6Ilmenite&r, &7Bauxite&r, &7Aluminium&r, and &5Chromite&r veins on the Moon.\nEstablishing a small base here will be crucial to keep progressing.\n\nYour biggest challenge will be transporting resources, as there are no easy cross-dimensional tools like the &5Ender Chest&r or &dAE2 Quantum Link&r just yet.\n\nWe hope you're well prepared, unless you want to craft a second rocket and space suit just to go collect your corpse!", + "quests.high_voltage.gun.title": "Bring a gun", + "quests.high_voltage.gun.subtitle": "And if that don't work, use more gun", + "quests.high_voltage.gun.task1": "Any gun", + "quests.high_voltage.gun.task2": "Any medicine or aged alcohol", + "quests.high_voltage.gun.desc": "Getting a little too comfortable on Earth? You won't be alone on the moon, so make sure you're well prepared to defend yourself - you'll need more than just a sword or some stone javelins.\n\nPick out a nice gun (if you're not sure, we recommend the &o\"Clockwork\" Sniper&r), craft some ammo, and maybe try out some attachments if you're feeling fancy.\n\nIt's also a good idea to bring some nutritious food to raise your max HP (try the meal bags!) as well as some alcohol and medicine for buffs and healing.", + "quests.high_voltage.space_survival.title": "Home away from home", + "quests.high_voltage.space_survival.subtitle": "More than just a mining dimension", + "quests.high_voltage.space_survival.desc": "If you haven't already, be sure to check out the &3Tips - Space Survival&r quest chapter! It contains all the information you'll need to establish a proper moon colony.", + "quests.high_voltage.hypertubes.title": "Hypertubes", + "quests.high_voltage.hypertubes.subtitle": "The future is now, old man", + "quests.high_voltage.hypertubes.desc": "Looking for a cooler way to quickly get around your base? Try &3Hypertubes&r! Just stand near one end and you'll be sucked up and transported to the other, and they can go in any direction too!\n\nThese do require Stress Units to power, but if you don't have a Create setup any more, you can turn EU into SU with a GregTech Energy Converter and an Electric Motor from &9&oCreate Crafts and Additions&r.", + "quests.high_voltage.wand.title": "Infinity Construction Wand", + "quests.high_voltage.wand.subtitle": "Ultimate skyblock tool", + "quests.high_voltage.wand.desc": "This wand does exactly the same thing as the other wands, except with &3no durability&r. Do you like building lots of tall buildings or paving over acres of pristine grassland? This is the tool for you!\n\nKeep in mind that Building Gadgets is available soon in &5EV&r, which provides even more powerful tools for avid builders.", + "quests.high_voltage.moon_harvester.title": "The Moon Harvester", + "quests.high_voltage.moon_harvester.subtitle": "Remember Bedrock miner?", + "quests.high_voltage.moon_harvester.desc": "The &7Moon&r is your first entry into &einfinite ores&r — but it’s a slow one.\nYou will need to harvest different kinds of &bRegolith Dust&r, each obtainable only in a specific biome.\nTo do this, you’ll rely on the &6Moon Harvester&r. There are two important things to remember when using it:\n\nâ€Ē It requires an &9Input Bus&r so you can set the right &9circuit&r.\nâ€Ē It supports &ecoils&r just like the &6Cracker&r — the higher the tier of your coils, the bigger the energy discount.\nThis is especially useful when harvesting Regolith far from your base.\n\nOf course, raw dust isn’t enough.\nYou’ll need a &asmall processing line&r to extract resources from the Regolith dust. So make sure to bring them to your &7Moon base&r for processing.", + "quests.high_voltage.regolith_vapor.title": "Regolith Vapor", + "quests.high_voltage.regolith_vapor.subtitle": "The little something to make dusts into ores", + "quests.high_voltage.regolith_vapor.desc": "To process your &bRegolith Dust&r, you’ll need &bRegolith Vapor&r — and setting it up is a bit more involved.\n\nHere’s what you’ll need:\n\nâ€Ē &7Lunar Sand&r — obtainable infinitely with a &6Rock Breaker&r.\nâ€Ē &eCarbon Dioxide&r — produced from &9Oxygen&r and &8Carbon Dust&r (easy, thanks to the infinite &bDiamond Dust&r you’ll be getting).\nâ€Ē &9Nitrogen&r — acquired through the cultivation of &dChorus Fruits&r.\n\nTip: You can loop your &9Oxygen&r through &bSilicon Dioxide&r, which also gives you a steady bonus of &eSilicon Dust&r — a very useful side product.", + "quests.high_voltage.regolith_vapor.task": "Got it", + "quests.high_voltage.regolith_dust.title": "Regolith for each biomes", + "quests.high_voltage.regolith_dust.subtitle": "The three musketeers", + "quests.high_voltage.regolith_dust.desc": "You can obtain &b4 different types of Regolith Dust&r, each producing unique resources.\n\nEach type is tied to a specific &7deep biome&r on the &7Moon&r. Keep in mind: these biomes are not directly connected to each other, so you’ll need to explore a bit.\n\nFinding the right biome is made much easier with the &aXaero Map&r — use it to quickly locate where each dust can be harvested.", + "quests.high_voltage.dusty_ores.title": "Dusty Ores", + "quests.high_voltage.dusty_ores.subtitle": "Are you telling more Ore Processing?", + "quests.high_voltage.dusty_ores.desc": "The &7Dusty Ore&r is an exclusive &dTerraFirmaGreg&r ore type. All the &cinfinite ores&r you’ll obtain on the &7Moon&r — and later on &4Mars&r — will appear as Dusty Ores.\n\nAt this stage, the only way to process them is by using a &6Centrifuge&r to extract their dusts.\n\nPretty limiting, right? Don’t worry — you’ll unlock far &ebetter processing&r options once you reach &eVenus&r!\n\nPro tip: You can already speed things up with a &6Large Chemical Reactor&r. Thanks to &bPerfect Overcloaking&r, it can handle Dusty Ores much faster than the basic recipe suggests.", + "quests.high_voltage.dusty_ores.task": "All the Moon Dusty Ores", + "quests.high_voltage.final_dust.title": "Infinite Dusts", + "quests.high_voltage.final_dust.subtitle": "Finally infinite resources", + "quests.high_voltage.final_dust.desc": "This is all the &cinfinite resources&r you can obtain on the &7Moon&r before unlocking the more advanced processing available on &eVenus&r.\n\nWith these, you should have everything you need to keep progressing through &dGregTech&r — especially to secure the &amaintenance&r of your Moon Base.\n\nThese resources are essential for:\nâ€Ē Crafting &dAE2 components&r\nâ€Ē Producing an &cinfinite&r supply of &6Railgun Ammo&r\n\nPassive automation is now within your reach — take the step and make it happen!", "quests.low_voltage": "&7LV&r - Low Voltage", "quests.low_voltage.subtitle": "Tame electricity and begin your GregTech journey", "quests.low_voltage.lv_machine_hull.title": "Your second machine hull", @@ -1483,7 +1622,7 @@ "quests.low_voltage.lbb.subtitle": "Boom, boom, boom, boom", "quests.low_voltage.lbb.desc.1": "The &3Large Boiler&r is an &6optional&r big-boy variant of the Small Boilers. It runs off solid or liquid fuel.\n\nIf you want Steam-based power production, this is an alternative to the Create Steam Engine. Later power options are listed in the &bMV&r chapter.\n\nAt the moment, due to a bug in GTCEu, this machine is prevented from ever exploding, but you should set it up so it never runs out of water like your Small Boilers, so it doesn't explode when the bug is fixed.", "quests.low_voltage.lbb.desc.2": "Once fully heated up, the &3LBB&r produces 800 Steam per tick, which is &d400EU/t&r after conversion, or 12.5 Basic Steam Turbines. Such (relatively!) immense power comes at the cost of &la lot&r of burnable fuel. &5With this in consideration&r, the GUI lets you &9throttle&r the Boiler down to 25 percent power for 200 Steam per tick. That's &d100EU/t&r, or slightly above 3 Basic Steam Turbines.\n\nWe recommend holding off making this until you're ready to power your EBF.", - "quests.low_voltage.lbb.desc.3": "In TerraFirmaGreg, you have a few options for fuel. You can use a Hose Pulley to pull infinite &cLava&r out of a deep underground lake, or set up a tree farm to give infinite &8Charcoal&r and &8Creosote&r. Lastly, there are huge surface-level &8Coal&r veins that you can extract with some automated mining machines and turn into Coke and significantly more Creosote than charcoal.", + "quests.low_voltage.lbb.desc.3": "In TerraFirmaGreg, you have a few options for fuel. You can use a Hose Pulley to pull Lava out of a deep underground lake, or set up a tree farm to give Charcoal and Creosote. Lastly, there are huge surface-level Coal veins that you can extract with some automated mining machines and turn into Coke and significantly more Creosote than charcoal.", "quests.low_voltage.lv_polariser.title": "Basic Polariser", "quests.low_voltage.lv_polariser.subtitle": "The Polarizer polarizes!", "quests.low_voltage.lv_polariser.desc": "One of the cheapest - if not the cheapest - &7LV&r machine. Use this to make &6Redstone-free Magnetic Rods&r for your Motors. Whenever you start to batch your Motors, this machine will save you stacks and stacks of Redstone.", @@ -1652,7 +1791,7 @@ "quests.low_voltage.lv_glue.desc": "You can now &3centrifuge&r &aSticky Resin&r, which will give you &aGlue&r in fluid form (and the less useful Plantball, &6for now&r).\n\nGive yourself a headstart and get on producing Glue. You can use it to make &6cheaper Resistors&r, as well as &6cheaper Circuit Boards&r in the &3Assembler&r (and it is especially useful &oin the near future&r).\n\n&eNote:&r You can also centrifuge TFC's &aGlue&r or &aConifer Rosin&r, whichever's easiest!", "quests.low_voltage.lv_cutter.title": "Basic Cutter", "quests.low_voltage.lv_cutter.subtitle": "The Cutter... cuts...", - "quests.low_voltage.lv_cutter.desc": "For now, you should use &9Water&r for its recipes instead of trying to acquire Lubricant.\n\nThe &3Cutting Machine&r additionally unlocks converting &6Rods into four Bolts&r.\n\nThis machine is the only way to obtain &dGem Plates&r, which are needed to craft Filters, and by extension, the &3Gas Collector&r.", + "quests.low_voltage.lv_cutter.desc": "For now, you should use &9Water&r for its recipes instead of trying to acquire Lubricant.\n\nIf you don't have one yet, this machine will also cut &6Rods into four Bolts&r.\n\nThis machine is the only way to obtain &dGem Plates&r, which are needed to craft Filters, and by extension, the &3Gas Collector&r.", "quests.low_voltage.lv_cutter.task": "Any cutter", "quests.low_voltage.lv_gas_collector.title": "Basic Gas Collector", "quests.low_voltage.lv_gas_collector.subtitle": "It'll take your breath away", @@ -1675,6 +1814,7 @@ "quests.low_voltage.lv_extractor.desc.2": "&l&3Lore:&r&o Did you notice this machine doubles as both an Extractor and a Fluid Extractor? The two of them were separate machines in previous versions of GregTech.", "quests.low_voltage.lv_chemical_reactor.title": "Basic Chemical Reactor", "quests.low_voltage.lv_chemical_reactor.subtitle": "Chemistry for dummies", + "quests.low_voltage.lv_chemical_reactor.task": "Liquid Rubber", "quests.low_voltage.lv_chemical_reactor.desc.1": "The &3Chemical Reactor&r will be required for &la lot&r of recipes.\n\nLet's give it a spin - why don't we use your freshly made Chemical Reactor to unlock a new, &6better recipe for Rubber&r? Rubber is &dunusable&r as a Fluid, so you will need to make another machine to process it further.", "quests.low_voltage.lv_chemical_reactor.desc.2": "You can't make Rubber using the Chemical Reactor alone, so here are some &aother machines&r you might want to aim for: \n\nA &3Solidifier&r is useful to solidify your Rubber directly into &aRubber Sheets&r. You'll want these moving forward.\n\nYou could then make use of an &3Assembler&r to use your molten Rubber for &aCables&r. This isn't important for Tin Cables, but better cables will &eneed&r to be made in the Assembler.\n\n&eNote:&r Submit a fluid by having it stored in &lany&r tank in your inventory. A Drum is the perfect candidate.", "quests.low_voltage.lv_fluid_solidifier.title": "Basic Fluid Solidifier", @@ -2233,7 +2373,7 @@ "quests.space_survival.stone_dust_centrifuging.task": "Any ", "quests.space_survival.compressed_gases.title": "Compressed Breathable Gases", "quests.space_survival.compressed_gases.subtitle": "Because pure Oxygen is deadly", - "quests.space_survival.compressed_gases.desc": "Find yourself a little short of breath? You'll need something to breathe up in space, so you'll want to look at producing any of these compressed gases, based off real-world ones used for deep sea diving!\n\nYou can fill your space suit with them the same way you'd fill up a bucket, or if you bring along a &bGas Tank&r you'll be able to \"drink\" from it to replenish your suit without taking it off.\n\n&2Nitrox&r is probably the easiest to produce on Earth, while you can set up &eHeliox-3&r on the Moon.\n\nA full space suit (1000mB) will last &c20 minutes&r.", + "quests.space_survival.compressed_gases.desc": "Find yourself a little short of breath? You'll need something to breathe up in space, so you'll want to look at producing any of these compressed gases, based off real-world ones used for deep sea diving!\n\nYou can fill your space suit with them the same way you'd fill up a bucket, or if you bring along a &bGas Tank&r you'll be able to \"drink\" from it to replenish your suit without taking it off.\n\n&2Nitrox&r is probably the easiest to produce on Earth, while you can set up &eHeliox-3&r on the Moon.\n\nA full space suit (2000mB) will last about &c20 minutes&r.", "quests.space_survival.compressed_gases.task": "Any compressed breathable gas", "quests.space_survival.zip_gun.title": "Zip Gun", "quests.space_survival.zip_gun.subtitle": "Like a jetpack in the palm of your hand", @@ -2245,9 +2385,6 @@ "quests.space_survival.oxygen_info.title": "More Moon base machines", "quests.space_survival.oxygen_info.subtitle": "Home comforts", "quests.space_survival.oxygen_info.desc": "The Oxygen Detector is a simple machine that emits a redstone signal whenever it's in an oxygenated area.\n\nThe Vent is a solid block that can also let breathable air through without causing a vortex.\n\nThe Gravity Normalizer can change the gravity of an area within an enclosed space similar to how an Air Distributor works, but is a little too expensive at the moment.", - "quests.space_survival.bedrock_mining.title": "Bedrock mining", - "quests.space_survival.bedrock_mining.subtitle": "You'll never run out of copper again!", - "quests.space_survival.bedrock_mining.desc": "If you've ever pumped oil before, &9Bedrock Veins&r are the equivalent of that but for raw ores. And if you haven't? It's like oil pumping.\n\nJokes aside, these multiblocks can provide a constant, &cinfinite&r source of some ores for the rest of your game. Wow, that sounds too good to be true, doesn't it? What's the catch? Finding the veins.\n\nThey're spread far apart and don't exist on Earth, meaning you'll want to set up some way to ship the ores back to your main base. (&aTrains&r are fantastic here!)\n\nCheck out JEI to see what ores are available on the Moon, then find the veins with your HV Ore Prospector set to &oBedrock Ore Mode&r (sneak + right-click)!", "quests.space_survival.railgun.title": "Interplanetary Logistics", "quests.space_survival.railgun.subtitle": "Ender chest? Never heard of her!", "quests.space_survival.railgun.desc.1": "&7In &bTerraFirmaGreg&r, transporting items across dimensions or over long distances requires you to build special &6multiblock structures&r.\n\nThis system is &apowerful and flexible&r, offering multiple settings that let you customize logistics to perfectly suit your needs.\n\nThis is the perfect system to transport all of your &apassively-produced&r resources to exactly where they're needed on other planets! And it comes with a powerful &dconfiguration system&r to let you control everything from a single place.", @@ -2333,7 +2470,7 @@ "quests.steam_age.mechanical_harvester.desc": "Too lazy to harvest and replant your crops? These will do it for you! Place them on a spinning contraption and watch them go. These won't work on crops planted inside a greenhouse though.\n\nProtip: It's always a constant 15°C down at bedrock level, so it's a cool location for a farm that can grow crops all year round!", "quests.steam_age.mechanical_saw.title": "Mechanical Saw", "quests.steam_age.mechanical_saw.subtitle": "Efficient cutting of wood, stone, and your fingers", - "quests.steam_age.mechanical_saw.desc": "Tired of chopping trees? These will do it for you! Place them on a spinning contraption and watch them go. Unfortunately, you'll still have to replant the saplings them yourself until you get access to a Deployer.\n\nA Mechanical Saw can also double as a stonecutter, giving easier access to various forms of masonry. Using it to chop logs into lumber is also more efficient!", + "quests.steam_age.mechanical_saw.desc": "Tired of chopping trees? These will do it for you! Place them on a spinning contraption and watch them go. Unfortunately, you'll still have to replant the saplings them yourself until you get access to a Deployer.\n\nA Mechanical Saw can also double as a stonecutter, giving easier access to various forms of masonry. Using it to chop logs into lumber is also more efficient!\n\nYou can also use it to cut Rods into four Bolts!", "quests.steam_age.chute.title": "Early Logistics", "quests.steam_age.chute.subtitle": "Public infrastructure for your items", "quests.steam_age.chute.desc": "You now have access to ways to move your items around! Chutes are similar to hoppers and are cheaper, but can only move items downwards. Both of these can also push items from container into Item Pipes.\n\nFunnels are similar but are best paired with Belts instead of Item Pipes.", @@ -2482,7 +2619,7 @@ "quests.steam_age.lathe.desc": "The &3Lathe&r can automatically turn a single ingot into two rods, and single bolts into screws. If you're making a lot of those, and you will be, this machine will be a good investment.", "quests.steam_age.steel_saw.title": "Steel Mechanical Saw", "quests.steam_age.steel_saw.subtitle": "A stonecutter and LV Cutter in one!", - "quests.steam_age.steel_saw.desc": "It's an upgrade to your Basic Mechanical Saw that can also process some metal recipes, like turning rods into four bolts, and cutting blocks into plates. These recipes will all require a fluid to work, but you can just use water for now.\n\nYou can get a little Aluminium for the Cobalt Brass from ore processing byproducts! Check out that quest chapter for more information.", + "quests.steam_age.steel_saw.desc": "It's an upgrade to your Basic Mechanical Saw that can also process some metal recipes, like turning rods into four bolts, and cutting blocks into plates. These recipes will all require a fluid to work, but you can just use water for now.\n\nYou can also use this for cheaper Rubber Sheets, if you first use an Alloy Smelter to turn your pulp into a block.", "quests.steam_age.rolling_mill.title": "Rolling Mill", "quests.steam_age.rolling_mill.subtitle": "The other half of the LV Bender", "quests.steam_age.rolling_mill.desc.1": "Of all the steam age machines you could make, the &3Rolling Mill&r is one of the best, for the simple reason that it makes single plates out of single ingots. It can also make thin sheets cheaper than by hand, as a bonus!", @@ -2738,7 +2875,7 @@ "quests.tfg_tips.portable_storage.desc": "In your travels, you may explore a whole &olot&r and end up picking up a lot of junk. This quest branch provides several options for expanding your on-the-go inventory.", "quests.tfg_tips.toolbelt.title": "Toolbelt and Pouches", "quests.tfg_tips.toolbelt.subtitle": "Those tools sure take up a lot of space, let's fix that!", - "quests.tfg_tips.toolbelt.desc": "With a &dToolbelt&r, you'll be able to manage multiple tools without wasting inventory slots! This handy item can go into a special &3Toolbelt Slot&r in your &4Curios menu&r. You can insert and retrieve tools with a &ckeybind.&r It starts with only two slots, but more can be added by adding &aBelt Pouches&r.\n\n&lDue to a bug with this mod, it's not possible to upgrade your &dToolbelt&f if it's been dyed or has tools inside. Empty it first!", + "quests.tfg_tips.toolbelt.desc": "With a &dToolbelt&r, you'll be able to manage multiple tools without wasting inventory slots! This handy item can go into a special &3Toolbelt Slot&r in your &4Curios menu&r. You can insert and retrieve tools with a &ckeybind.&r It starts with only two slots, but more can be added by adding &aBelt Pouches&r.", "quests.tfg_tips.maxed_out_toolbelt.title": "ALL THE TOOLS", "quests.tfg_tips.maxed_out_toolbelt.subtitle": "That belt must be very heavy at this point...", "quests.tfg_tips.maxed_out_toolbelt.desc": "A &dToolbelt&r can hold 7 extra Pouches, that's 9 tools in one belt!", @@ -3208,7 +3345,7 @@ "quests.tfg_tips.candles.desc": "Candles can be crafted using &aParaffix Wax, Beeswax&r or &aRosin.&r\nCandles are the better light source compared to torches, staying lit for 1 month and 2 days.", "quests.tfg_tips.oven.title": "Oven", "quests.tfg_tips.oven.subtitle": "Caution, it's hot", - "quests.tfg_tips.oven.desc": "The &3Oven&r is a multiblock structure that can be used to easily cook foods as well as perform exclusive recipes. The &aBottom Oven, Top Oven&r and the &aChimney&r are mandatory components. And don't forget the &dPeel&r, used for picking up food from the &aTop Oven.&r\nMore information on how to build an &3Oven&r can be found in the &2Field Guide.&r\n\n&3&lTip:&r&o: The only food that can satisfy all 5 nutrient groups, &cPizza&f, must be cooked in an oven.", + "quests.tfg_tips.oven.desc": "The &3Oven&r is a multiblock structure that can be used to easily cook foods as well as perform exclusive recipes. The &aBottom Oven, Top Oven&r and the &aChimney&r are mandatory components. And don't forget to use &dTongs&r to pick up food from the &aTop Oven.&r\nMore information on how to build an &3Oven&r can be found in the &2Field Guide.&r\n\n&3&lTip:&r&o: The only food that can satisfy all 5 nutrient groups, &cPizza&f, must be cooked in an oven.", "quests.tfg_tips.oven_appliances.title": "Oven Appliances", "quests.tfg_tips.oven_appliances.subtitle": "Get more out of your Ovens", "quests.tfg_tips.oven_appliances.desc": "&3Oven Appliances&r are optional components that must be placed on top of &aBottom Ovens&r to receive heat. Remember you can have &cmultiple&r &aBottom Ovens&r in a single multiblock.\n\n&dWrought Iron Grill&r: Allows you to cook food at a much faster rate and provides a &cbonus&r to shelf life.\n&dVat&r: can process pot recipes in bulk! Extremely useful for making &eLatex&r and &aJam.&r\n&dJarring Station&r: must be place next to a &bVat&r, fills up jars with &aJam.&r\n&dPot&r: if you need to cook soups.", diff --git a/kubejs/assets/tfg/lang/pt_br.json b/kubejs/assets/tfg/lang/pt_br.json index 7cfc20e32..786ba4dc3 100644 --- a/kubejs/assets/tfg/lang/pt_br.json +++ b/kubejs/assets/tfg/lang/pt_br.json @@ -326,6 +326,7 @@ "ore_vein.tfg.normal_garnierite": "Garnierita e Cobaltita", "ore_vein.tfg.normal_gold": "Ouro, Limonita e Hematita", "ore_vein.tfg.normal_graphite": "Grafite e Diamante", + "ore_vein.tfg.normal_gypsum": "Gipsita e Calcita", "ore_vein.tfg.normal_hematite": "Hematita e Limonita", "ore_vein.tfg.normal_lapis": "LÃĄpis-lazÚri, Lazurita e Sodalita", "ore_vein.tfg.normal_limonite": "Limonita", @@ -350,12 +351,17 @@ "ore_vein.tfg.surface_copper": "Calcopirita e Realgar", "ore_vein.tfg.surface_sphalerite": "Esfalerita e Enxofre", "ore_vein.tfg.surface_tetrahedrite": "Tetraedrita (Superfície)", + "ore_vein.tfg.mars_hematite": "(Placeholder Vein)", "ore_vein.tfg.moon_apatite": "Apatita e Pirocloro", "ore_vein.tfg.moon_bauxite": "Bauxita e Ilmenita", "ore_vein.tfg.moon_beryllium": "Esmeralda e Berílio", + "ore_vein.tfg.moon_cassiterite": "Cassiterita e Calcopirita", "ore_vein.tfg.moon_desh": "Desh e Ilmenita", + "ore_vein.tfg.moon_garnet": "Ametista, Opala e Granada", "ore_vein.tfg.moon_garnierite": "Garnierita e Cobaltita", + "ore_vein.tfg.moon_gold": "Ouro e Magnetita", "ore_vein.tfg.moon_graphite": "Grafite e Diamante", + "ore_vein.tfg.moon_gypsum": "Gipsita e Calcita", "ore_vein.tfg.moon_lubricant": "Pedra-sabÃĢo, Talco e Trona", "ore_vein.tfg.moon_magnetite": "Cromita e Magnetita", "ore_vein.tfg.moon_manganese": "ManganÊs e TÃĒntalo", @@ -371,6 +377,7 @@ "ore_vein.tfg.moon_sheldonite": "Cooperita e Bornita", "ore_vein.tfg.moon_silver": "Prata, Galena e Chumbo", "ore_vein.tfg.moon_sphalerite": "Esfalerita e Pirita", + "ore_vein.tfg.moon_tetrahedrite": "Tetraedrita e Calcocita", "ore_vein.tfg.moon_topaz": "TopÃĄzio e Calcosita", "ore_vein.tfg.nether_anthracite": "Antracito", "ore_vein.tfg.nether_apatite": "Apatita e Pirocloro", @@ -384,6 +391,7 @@ "ore_vein.tfg.nether_goethite": "Goethita", "ore_vein.tfg.nether_gold": "Ouro e Hematita", "ore_vein.tfg.nether_graphite": "Grafite e Diamante", + "ore_vein.tfg.nether_gypsum": "Gipsita e Calcita", "ore_vein.tfg.nether_hematite": "Hematita e Limonita", "ore_vein.tfg.nether_lapis": "LÃĄpis-lazÚri, Lazurita e Sodalita", "ore_vein.tfg.nether_lubricant": "Pedra-sabÃĢo, Talco e Trona", diff --git a/kubejs/assets/tfg/lang/ru_ru.json b/kubejs/assets/tfg/lang/ru_ru.json index bbd6f8230..612e31d9f 100644 --- a/kubejs/assets/tfg/lang/ru_ru.json +++ b/kubejs/assets/tfg/lang/ru_ru.json @@ -134,6 +134,7 @@ "ore_vein.tfg.normal_garnierite": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", "ore_vein.tfg.normal_gold": "ЗÐūÐŧÐūŅ‚Ðū, ЛÐļОÐūÐ―ÐļŅ‚ Ðļ ГÐĩÐžÐ°Ņ‚ÐļŅ‚", "ore_vein.tfg.normal_graphite": "Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз", + "ore_vein.tfg.normal_gypsum": "ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚", "ore_vein.tfg.normal_hematite": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ðļ ЛÐļОÐūÐ―ÐļŅ‚", "ore_vein.tfg.normal_lapis": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2 Ðļ ÐĄÐūÐīаÐŧÐļŅ‚", "ore_vein.tfg.normal_limonite": "ЛÐļОÐūÐ―ÐļŅ‚", @@ -158,12 +159,17 @@ "ore_vein.tfg.surface_copper": "ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚ Ðļ РÐĩаÐŧҌÐģÐ°Ņ€", "ore_vein.tfg.surface_sphalerite": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ðļ ÐĄÐĩŅ€Ð°", "ore_vein.tfg.surface_tetrahedrite": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―ÐūŅŅ‚Ð―Ņ‹Ðđ)", + "ore_vein.tfg.mars_hematite": "(Placeholder Vein)", "ore_vein.tfg.moon_apatite": "АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", "ore_vein.tfg.moon_bauxite": "БÐūÐšŅÐļŅ‚ Ðļ ИÐŧŅŒÐžÐĩÐ―ÐļŅ‚", "ore_vein.tfg.moon_beryllium": "Ð˜Ð·ŅƒÐžŅ€ŅƒÐī Ðļ БÐĩŅ€ÐļÐŧÐŧÐļÐđ", + "ore_vein.tfg.moon_cassiterite": "ÐšÐ°ŅŅÐļŅ‚ÐĩŅ€ÐļŅ‚ Ðļ ÐĨаÐŧŅŒÐšÐūÐŋÐļŅ€ÐļŅ‚", "ore_vein.tfg.moon_desh": "Desh & Ilmenite", + "ore_vein.tfg.moon_garnet": "АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ðļ ÐģŅ€Ð°Ð―Ð°Ņ‚", "ore_vein.tfg.moon_garnierite": "Ð“Ð°Ņ€Ð―ÐļÐĩŅ€ÐļŅ‚ Ðļ КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", + "ore_vein.tfg.moon_gold": "ЗÐūÐŧÐūŅ‚Ðū Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", "ore_vein.tfg.moon_graphite": "Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз", + "ore_vein.tfg.moon_gypsum": "ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚", "ore_vein.tfg.moon_lubricant": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°", "ore_vein.tfg.moon_magnetite": "ÐĨŅ€ÐūОÐļŅ‚ Ðļ МаÐģÐ―ÐĩŅ‚ÐļŅ‚", "ore_vein.tfg.moon_manganese": "ÐœÐ°Ņ€ÐģÐ°Ð―Ðĩ҆ Ðļ ÐĒÐ°Ð―Ņ‚Ð°Ðŧ", @@ -179,6 +185,7 @@ "ore_vein.tfg.moon_sheldonite": "ÐĻÐĩÐŧÐīÐūÐ―ÐļŅ‚ Ðļ БÐūŅ€Ð―ÐļŅ‚", "ore_vein.tfg.moon_silver": "ÐĄÐĩŅ€ÐĩÐąŅ€Ðū, ГаÐŧÐĩÐ―Ð° Ðļ ÐĄÐēÐļÐ―Ðĩ҆", "ore_vein.tfg.moon_sphalerite": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ & ПÐļŅ€ÐļŅ‚", + "ore_vein.tfg.moon_tetrahedrite": "ÐĒÐĩŅ‚Ņ€Ð°ŅÐīŅ€ÐļŅ‚ Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―", "ore_vein.tfg.moon_topaz": "ÐĒÐūÐŋаз Ðļ ÐĨаÐŧŅŒÐšÐūзÐļÐ―", "ore_vein.tfg.nether_anthracite": "ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚", "ore_vein.tfg.nether_apatite": "АÐŋÐ°Ņ‚ÐļŅ‚ Ðļ ПÐļŅ€ÐūŅ…ÐŧÐūŅ€", @@ -192,6 +199,7 @@ "ore_vein.tfg.nether_goethite": "Ð“Ņ‘Ņ‚ÐļŅ‚", "ore_vein.tfg.nether_gold": "ЗÐūÐŧÐūŅ‚Ðū Ðļ ГÐĩÐžÐ°Ņ‚ÐļŅ‚", "ore_vein.tfg.nether_graphite": "Ð“Ņ€Ð°Ņ„ÐļŅ‚ Ðļ АÐŧОаз", + "ore_vein.tfg.nether_gypsum": "ГÐļÐŋҁ Ðļ КаÐŧŅŒŅ†ÐļŅ‚", "ore_vein.tfg.nether_hematite": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ðļ ЛÐļОÐūÐ―ÐļŅ‚", "ore_vein.tfg.nether_lapis": "Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ 2 Ðļ ÐĄÐūÐīаÐŧÐļŅ‚", "ore_vein.tfg.nether_lubricant": "ÐœŅ‹ÐŧŅŒÐ―Ņ‹Ðđ КаОÐĩÐ―ŅŒ, ÐĒаÐŧŅŒÐš Ðļ ÐĒŅ€ÐūÐ―Ð°", diff --git a/kubejs/assets/tfg/lang/uk_ua.json b/kubejs/assets/tfg/lang/uk_ua.json index 27309bc66..c8f3e281c 100644 --- a/kubejs/assets/tfg/lang/uk_ua.json +++ b/kubejs/assets/tfg/lang/uk_ua.json @@ -199,28 +199,52 @@ "block.tfg.mv_aqueous_accumulator": "§bРÐūÐ·ŅˆÐļŅ€ÐĩÐ―ÐļÐđ ВÐūÐīÐ―ÐļÐđ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€Â§r", "block.tfg.hv_aqueous_accumulator": "§6РÐūÐ·ŅˆÐļŅ€ÐĩÐ―ÐļÐđ ВÐūÐīÐ―ÐļÐđ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€ II§r", "block.tfg.ev_aqueous_accumulator": "§5РÐūÐ·ŅˆÐļŅ€ÐĩÐ―ÐļÐđ ВÐūÐīÐ―ÐļÐđ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€ III§r", + "block.tfg.iv_aqueous_accumulator": "§9Elite Aqueous Accumulator§r", + "block.tfg.luv_aqueous_accumulator": "§dЕÐŧŅ–Ņ‚Ð―ÐļÐđ ВÐūÐīŅÐ―ÐļÐđ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€ II§r", + "block.tfg.zpm_aqueous_accumulator": "§cЕÐŧŅ–Ņ‚Ð―ÐļÐđ ВÐūÐīŅÐ―ÐļÐđ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€ III§r", + "block.tfg.uv_aqueous_accumulator": "§3ÐÐąŅÐūÐŧŅŽŅ‚Ð―ÐļÐđ ВÐūÐīŅÐ―ÐļÐđ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€Â§r", "block.tfg.electric_greenhouse": "ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° Ņ‚ÐĩÐŋÐŧÐļŅ†Ņ", "block.tfg.lv_food_processor": "БазÐūÐēÐļÐđ ÐšŅƒŅ…ÐūÐ―Ð―ÐļÐđ КÐūÐžÐąÐ°ÐđÐ―", "block.tfg.mv_food_processor": "§bÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―ÐļÐđ ÐšŅƒŅ…ÐūÐ―Ð―ÐļÐđ КÐūÐžÐąÐ°ÐđÐ―Â§r", "block.tfg.hv_food_processor": "§6ÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―ÐļÐđ ÐšŅƒŅ…ÐūÐ―Ð―ÐļÐđ КÐūÐžÐąÐ°ÐđÐ― II§r", "block.tfg.ev_food_processor": "§6ÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―ÐļÐđ ÐšŅƒŅ…ÐūÐ―Ð―ÐļÐđ КÐūÐžÐąÐ°ÐđÐ― III§r", + "block.tfg.iv_food_processor": "§9ЕÐŧŅ–Ņ‚Ð―ÐļÐđ ÐĨÐ°Ņ€Ņ‡ÐūÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐ―ÐļК§r", + "block.tfg.luv_food_processor": "§dЕÐŧŅ–Ņ‚Ð―ÐļÐđ ÐĨÐ°Ņ€Ņ‡ÐūÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐ―ÐļК II§r", + "block.tfg.zpm_food_processor": "§cЕÐŧŅ–Ņ‚Ð―ÐļÐđ ÐĨÐ°Ņ€Ņ‡ÐūÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐ―ÐļК III§r", + "block.tfg.uv_food_processor": "§3ÐÐąŅÐūÐŧŅŽŅ‚Ð―ÐļÐđ ÐĨÐ°Ņ€Ņ‡ÐūÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐ―ÐļК§r", "block.tfg.lv_food_oven": "БазÐūÐēа ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° Ð”ŅƒŅ…ÐūÐēа ÐĻÐ°Ņ„Ð°", "block.tfg.mv_food_oven": "§bÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° Ð”ŅƒŅ…ÐūÐēа ÐĻÐ°Ņ„Ð°Â§r", "block.tfg.hv_food_oven": "§6ÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° Ð”ŅƒŅ…ÐūÐēа ÐĻÐ°Ņ„Ð° III§r", "block.tfg.ev_food_oven": "§6ÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° Ð”ŅƒŅ…ÐūÐēа ÐĻÐ°Ņ„Ð° III§r", + "block.tfg.iv_food_oven": "§9ЕÐŧŅ–Ņ‚Ð―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° ÐŸŅ–Ņ‡Â§r", + "block.tfg.luv_food_oven": "§dЕÐŧŅ–Ņ‚Ð―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° ÐŸŅ–Ņ‡ II§r", + "block.tfg.zpm_food_oven": "§cЕÐŧŅ–Ņ‚Ð―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° ÐŸŅ–Ņ‡ III§r", + "block.tfg.uv_food_oven": "§3ÐÐąŅÐūÐŧŅŽŅ‚Ð―Ð° ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ð° ÐŸŅ–Ņ‡Â§r", "block.tfg.lv_food_refrigerator": "БазÐūÐēÐļÐđ ÐĨÐūÐŧÐūÐīÐļÐŧŅŒÐ―ÐļК", "block.tfg.mv_food_refrigerator": "§bÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―ÐļÐđ ÐĨÐūÐŧÐūÐīÐļÐŧŅŒÐ―ÐļК§r", "block.tfg.hv_food_refrigerator": "§6ÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―ÐļÐđ ÐĨÐūÐŧÐūÐīÐļÐŧŅŒÐ―ÐļК II§r", "block.tfg.ev_food_refrigerator": "§5ÐĢÐīÐūŅÐšÐūÐ―Ð°ÐŧÐĩÐ―ÐļÐđ ÐĨÐūÐŧÐūÐīÐļÐŧŅŒÐ―ÐļК III§r", + "block.tfg.iv_food_refrigerator": "§9ЕÐŧŅ–Ņ‚Ð―ÐļÐđ ÐĨÐūÐŧÐūÐīÐļÐŧŅŒÐ―ÐļК§r", "block.tfg.lv_gas_pressurizer": "БазÐūÐēÐļÐđ ÐģазÐūÐēÐļÐđ ÐŋŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€", "block.tfg.mv_gas_pressurizer": "§bПÐūÐšŅ€Ð°Ņ‰ÐĩÐ―ÐļÐđ ÐģазÐūÐēÐļÐđ ÐŋŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€Â§r", "block.tfg.hv_gas_pressurizer": "§bПÐūÐšŅ€Ð°Ņ‰ÐĩÐ―ÐļÐđ ÐģазÐūÐēÐļÐđ ÐŋŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€ II§r", "block.tfg.ev_gas_pressurizer": "§bПÐūÐšŅ€Ð°Ņ‰ÐĩÐ―ÐļÐđ ÐģазÐūÐēÐļÐđ ÐŋŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€ III§r", - "block.tfg.semiheavy_ammoniacal_water": "ÐĒÐĩŅ€ÐžÐūŅ…Ņ–ÐžŅ–Ņ‡Ð―Ðū Ð·ÐąÐ°ÐģÐ°Ņ‡ÐĩÐ―Ð° аОÐūÐ―Ņ–Ð°Ņ‡Ð―Ð° Ð―Ð°ÐŋŅ–ÐēÐēаÐķКа ÐēÐūÐīа", + "block.tfg.iv_gas_pressurizer": "§9ЕÐŧŅ–Ņ‚Ð―ÐļÐđ ГазÐūÐēÐļÐđ ÐŸŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€Â§r", + "block.tfg.luv_gas_pressurizer": "§dЕÐŧŅ–Ņ‚Ð―ÐļÐđ ГазÐūÐēÐļÐđ ÐŸŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€ II§r", + "block.tfg.zpm_gas_pressurizer": "§dЕÐŧŅ–Ņ‚Ð―ÐļÐđ ГазÐūÐēÐļÐđ ÐŸŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€ III§r", + "block.tfg.uv_gas_pressurizer": "§3ÐÐąŅÐūÐŧŅŽŅ‚Ð―ÐļÐđ ГазÐūÐēÐļÐđ ÐŸŅ€ÐĩŅŅƒŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€ III§r", + "block.tfg.fluid.semiheavy_ammoniacal_water": "ÐĒÐĩŅ€ÐžÐūŅ…Ņ–ÐžŅ–Ņ‡Ð―Ðū Ð·ÐąÐ°ÐģÐ°Ņ‡ÐĩÐ―Ð° аОÐūÐ―Ņ–Ð°Ņ‡Ð―Ð° Ð―Ð°ÐŋŅ–ÐēÐēаÐķКа ÐēÐūÐīа", "block.tfg.grass.mars_dirt": "ÐœÐ°Ņ€ŅŅ–Ð°Ð―ŅŅŒÐšÐļÐđ Ō‘Ņ€ŅƒÐ―Ņ‚", + "block.tfg.grass.mars_farmland": "ÐœÐ°Ņ€ŅŅ–Ð°Ð―ŅŅŒÐšÐĩ ÐŋÐūÐŧÐĩ", "block.tfg.grass.amber_mycelium": "Ð‘ŅƒŅ€ŅˆŅ‚ÐļÐ―ÐūÐēÐļÐđ ÐžŅ–Ņ†ÐĩÐŧŅ–Ðđ", "block.tfg.grass.rusticus_mycelium": "ÐœŅ–Ņ†ÐĩÐŧŅ–Ðđ Rusticus", "block.tfg.grass.sangnum_mycelium": "ÐĄÐ°Ð―ÐģÐ―ŅƒÐžÐ―ÐļÐđ ÐžŅ–Ņ†ÐĩÐŧŅ–Ðđ", + "block.tfg.saplings.crimson": "БаÐģŅ€ŅÐ―ÐļÐđ ÐģŅ€ÐļÐą", + "block.tfg.saplings.warped": "ПÐūÐšŅ€ŅƒŅ‡ÐĩÐ―ÐļÐđ ÐģŅ€ÐļÐą", + "block.tfg.saplings.alphacene": "АÐŧŅŒŅ„Ð°Ņ†ÐĩÐ―ÐūÐēÐļÐđ ÐģŅ€ÐļÐą", + "block.tfg.saplings.aeronos": "АÐĩŅ€ÐūÐ―ŅŅŒÐšÐļÐđ ÐģŅ€ÐļÐą", + "block.tfg.saplings.strophar": "ÐĄŅ‚Ņ€ÐūŅ„Ð°Ņ€ŅŅŒÐšÐļÐđ ÐģŅ€ÐļÐą", + "block.tfg.saplings.glacian": "ГÐŧÐ°Ņ†Ņ–Ð°Ð―ŅŅŒÐšÐļÐđ ÐģŅ€ÐļÐą", "block.tfg.electromagnetic_accelerator": "ЕÐŧÐĩÐšŅ‚Ņ€ÐūОаÐģÐ―Ņ–Ņ‚Ð―ÐļÐđ ÐŋŅ€ÐļŅÐšÐūŅ€ŅŽÐēÐ°Ņ‡", "block.tfg.superconductor_coil_large": "ВÐĩÐŧÐļКа Ð―Ð°ÐīÐŋŅ€ÐūÐēŅ–ÐīÐ―Ð° КÐūŅ‚ŅƒŅˆÐšÐ°", "block.tfg.superconductor_coil_small": "МаÐŧа Ð―Ð°ÐīÐŋŅ€ÐūÐēŅ–ÐīÐ―Ð° КÐūŅ‚ŅƒŅˆÐšÐ°", @@ -248,10 +272,13 @@ "block.tfg.zpm_railgun_item_loader_out": "§cZPM ÐœŅ–ÐķÐŋÐŧÐ°Ð―ÐĩŅ‚Ð―ÐļÐđ Ņ€ÐĩÐđКÐū҂ҀÐūÐ―Ð―ÐļÐđ ÐēÐļŅ…Ņ–ÐīÐ―ÐļÐđ ОÐūÐī҃ÐŧŅŒÂ§r", "block.tfg.uv_railgun_item_loader_out": "§3UV ÐœŅ–ÐķÐŋÐŧÐ°Ð―ÐĩŅ‚Ð―ÐļÐđ Ņ€ÐĩÐđКÐū҂ҀÐūÐ―Ð―ÐļÐđ ÐēÐļŅ…Ņ–ÐīÐ―ÐļÐđ ОÐūÐī҃ÐŧŅŒÂ§r", "block.tfg.uhv_railgun_item_loader_out": "§4UHV ÐœŅ–ÐķÐŋÐŧÐ°Ð―ÐĩŅ‚Ð―ÐļÐđ Ņ€ÐĩÐđКÐū҂ҀÐūÐ―Ð―ÐļÐđ ÐēÐļŅ…Ņ–ÐīÐ―ÐļÐđ ОÐūÐī҃ÐŧŅŒÂ§r", + "block.tfg.reflector": "Ð’Ņ–ÐīÐąÐļÐēÐ―ÐļÐđ ÐąÐŧÐūК", + "block.tfg.sunflower": "ÐĄÐūÐ―ŅŅˆÐ―ÐļК", "block.tfg.sunflower_wild": "ДÐļКÐļÐđ ҁÐūÐ―ŅŅˆÐ―ÐļК", "block.tfg.sunflower_dead": "МÐĩҀ҂ÐēÐļÐđ ҁÐūÐ―ŅŅˆÐ―ÐļК", - "block.tfg.rapeseed_wild": "ДÐļКÐļÐđ ҀҖÐŋаК", - "block.tfg.rapeseed_dead": "МÐĩҀ҂ÐēÐļÐđ ҀҖÐŋаК", + "block.tfg.rapeseed": "ÐšÐ°Ð―ÐūÐŧа", + "block.tfg.rapeseed_wild": "ДÐļКа ÐšÐ°Ð―ÐūÐŧа", + "block.tfg.rapeseed_dead": "МÐĩҀ҂Ðēа ÐšÐ°Ð―ÐūÐŧа", "block.tfg.casings.machine_casing_iron_desh": "ÐžÐąŅˆÐļÐēКа ÐžÐ°ŅˆÐļÐ―Ðļ з ÐīÐĩ҈҃", "block.tfg.casings.machine_casing_stainless_evaporation": "КÐūŅ€Ðŋ҃ҁ ÐēÐļÐŋÐ°Ņ€Ð―ÐūŅ— ÐžÐ°ŅˆÐļÐ―Ðļ з Ð―ÐĩŅ€ÐķаÐēŅ–ŅŽŅ‡ÐūŅ— ŅŅ‚Ð°ÐŧŅ–", "block.tfg.casings.machine_casing_blue_solar_panel": "КÐūŅ€Ðŋ҃ҁ ÐąÐ°Ð·ÐūÐēÐūŅ— ҁÐūÐ―ŅŅ‡Ð―ÐūŅ— ÐŋÐ°Ð―ÐĩÐŧŅ–", @@ -324,6 +351,9 @@ "block.tfg.sandstone.stairs.smooth.fluorapatite.yellow": "ÐĄŅ…ÐūÐīÐļ з ÐģÐŧаÐīКÐūÐģÐū ÐķÐūÐēŅ‚ÐūÐģÐū Ņ„Ðŧ҃ÐūŅ€Ð°ÐŋÐ°Ņ‚ÐļŅ‚ÐūÐēÐūÐģÐū ÐŋŅ–ŅÐšÐūÐēÐļÐšŅƒ", "block.tfg.sandstone.fluorapatite.yellow": "ÐĒÐĩŅÐ°Ð―ÐļÐđ ÐķÐūÐēŅ‚ÐļÐđ Ņ„Ðŧ҃ÐūŅ€Ð°ÐŋÐ°Ņ‚ÐļŅ‚ÐūÐēÐļÐđ ÐŋŅ–ŅÐšÐūÐēÐļК", "block.tfg.sandstone.smooth.chiseled.fluorapatite.yellow": "Ð Ņ–Ð·ŅŒÐąÐŧÐĩÐ―ÐļÐđ ÐķÐūÐēŅ‚ÐļÐđ Ņ„Ðŧ҃ÐūŅ€Ð°ÐŋÐ°Ņ‚ÐļŅ‚ÐūÐēÐļÐđ ÐŋŅ–ŅÐšÐūÐēÐļК", + "block.tfg.large_nest_box": "ВÐĩÐŧÐļКÐĩ ÐąÐ°ÐģŅ€ŅÐ―Ðĩ ÐģÐ―Ņ–Ð·ÐīÐū", + "tfg.block_entity.large_nest_box": "ВÐĩÐŧÐļКа ÐģÐ―Ņ–Ð·ÐīÐūÐēа ŅÐšŅ€ÐļÐ―ŅŒÐšÐ°", + "block.tfg.large_nest_box_warped": "ВÐĩÐŧÐļКÐĩ ÐŋÐūÐšŅ€ŅƒŅ‡ÐĩÐ―Ðĩ ÐģÐ―Ņ–Ð·ÐīÐū", "fluid.tfg.nether_slurry": "НÐĩзÐĩŅ€ŅŅŒÐšÐļÐđ ҈ÐŧаО", "fluid.tfg.enriched_nether_slurry": "Ð—ÐąÐ°ÐģÐ°Ņ‡ÐĩÐ―ÐļÐđ Ð―ÐĩзÐĩŅ€ŅŅŒÐšÐļÐđ ҈ÐŧаО", "fluid.tfg.ender_slurry": "Ð•Ð―ÐīÐĩŅ€ŅŅŒÐšÐļÐđ ҈ÐŧаО", @@ -378,7 +408,6 @@ "item.tfg.soaked_hardwood_strip": "ÐŸŅ€ÐūҁÐū҇ÐĩÐ―Ð° ÐĄÐžŅƒÐģа ÐĒÐēÐĩŅ€ÐīÐūÐģÐū ДÐĩŅ€ÐĩÐēа", "item.tfg.prepared_leather_gloves": "ÐŸŅ–ÐīÐģÐūŅ‚ÐūÐēÐŧÐĩÐ―Ņ– ÐĻÐšŅ–Ņ€ŅÐ―Ņ– Ð ŅƒÐšÐ°ÐēÐļŅ‡ÐšÐļ", "item.tfg.latex_soaked_gloves": "Ð›Ð°Ņ‚ÐĩÐšŅÐ―Ðū-ÐŸŅ€ÐūŅŅÐšÐ―ŅƒŅ‚Ņ– Ð ŅƒÐšÐ°ÐēÐļŅ‡ÐšÐļ", - "item.tfg.spade_head_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐŧÐĩзÐū ÐŧÐūÐŋÐ°Ņ‚Ðļ)", "item.tfg.unfired_chalk": "НÐĩÐūÐąÐŋаÐŧÐĩÐ―Ð° ÐšŅ€ÐĩÐđÐīŅÐ―Ð° ПаÐŧÐļŅ‡ÐšÐ°", "item.tfg.armor_stand_arms": "ÐĄŅ‚Ņ–ÐđКа ÐīÐŧŅ Ð‘Ņ€ÐūÐ―Ņ– з Ð ŅƒÐšÐ°ÐžÐļ", "item.tfg.flint_club_head": "ÐšÐ°Ðžâ€™ŅÐ―Ðĩ ÐūÐģÐūÐŧŅ–Ðē'Ņ ÐąŅƒÐŧаÐēÐļ", @@ -472,9 +501,18 @@ "item.tfg.food.freeze_dried.melon_slice": "ÐĄŅƒÐąÐŧŅ–ÐžÐūÐēÐ°Ð―ÐļÐđ ŅÐšÐļÐąÐūŅ‡ÐšÐ° ÐīÐļÐ―Ņ–", "item.tfg.food.freeze_dried.fig": "ÐĄŅƒÐąÐŧŅ–ÐžÐūÐēÐ°Ð―ÐļÐđ Ņ–Ð―ÐķÐļŅ€", "item.tfg.food.freeze_dried.pineapple": "ÐĄŅƒÐąÐŧŅ–ÐžÐūÐēÐ°Ð―ÐļÐđ Ð°Ð―Ð°Ð―Ð°Ņ", + "item.tfg.food.freeze_dried.blossom_berry": "ÐĶÐēŅ–Ņ‚Ņ–Ð―Ð―Ņ ŅŅƒÐąÐŧŅ–ÐžÐūÐēÐ°Ð―ÐūŅ— ŅÐģÐūÐīÐļ", + "item.tfg.food.freeze_dried.shadow_berry": "ÐĄŅƒÐąÐŧŅ–ÐžÐūÐēÐ°Ð―Ð° ŅÐģÐūÐīа Ð―ÐūÐšŅ", + "item.tfg.food.freeze_dried.cave_pumpkin": "ÐĄŅƒÐąÐŧŅ–ÐžÐūÐēÐ°Ð―Ņ– ŅˆÐžÐ°Ņ‚ÐšÐļ ÐąŅƒÐŧŅŒÐąÐšŅ–Ð―Ð°", "item.tfg.food.calorie_paste": "КаÐŧÐūҀҖÐđÐ―Ð° ÐŋÐ°ŅŅ‚Ð°", "item.tfg.food.meal_bag": "ÐĄŅƒÐžÐšÐ° ÐīÐŧŅ Ņ—ÐķŅ–", "item.tfg.food.ice_soup": "ÐšŅ€ÐļÐķÐ°Ð―ÐļÐđ ҁ҃Ðŋ", + "item.tfg.food.raw_glacian_mutton": "ÐĄÐļŅ€Ðĩ ÐģÐŧŅŅ†Ņ–Ð°Ð―ŅŅŒÐšÐĩ ÐąÐ°Ņ€Ð°Ð―ŅŅ‡Ðĩ Ðžâ€™ŅŅÐū", + "item.tfg.food.cooked_glacian_mutton": "ÐĄÐžÐ°ÐķÐĩÐ―Ðĩ ÐģÐŧŅŅ†Ņ–Ð°Ð―ŅŅŒÐšÐĩ ÐąÐ°Ņ€Ð°Ð―ŅŅ‡Ðĩ Ðžâ€™ŅŅÐū", + "item.tfg.spawn_egg.glacian_ram": "ÐŊÐđ҆Ðĩ ghbpjde ГÐŧŅŅ†Ņ–Ð°Ð―Ņ†Ņ", + "item.tfg.food.raw_sniffer_beef": "ÐĄÐļŅ€Ðĩ Ðžâ€™ŅŅÐū Ð―ŅŽŅ…Ð°Ņ‡Ð°", + "item.tfg.food.cooked_sniffer_beef": "ÐĄÐžÐ°ÐķÐĩÐ―Ðĩ Ðžâ€™ŅŅÐū Ð―ŅŽŅ…Ð°Ņ‡Ð°", + "item.tfg.spawn_egg.sniffer": "ÐŊÐđ҆Ðĩ ÐŋŅ€ÐļзÐūÐē҃ ÐŅŽŅ…Ð°Ņ‡Ð°", "item.tfg.roasted_sunflower_seeds": "ÐĄÐžÐ°ÐķÐĩÐ―Ðĩ Ð―Ð°ŅŅ–Ð―Ð―Ņ ҁÐūÐ―ŅŅˆÐ―ÐļКа", "item.tfg.sunflower_seeds": "ÐÐ°ŅŅ–Ð―Ð―Ņ ҁÐūÐ―ŅŅˆÐ―ÐļКа", "item.tfg.sunflower_product": "ÐĄÐūÐ―ŅŅˆÐ―Ņ‚ÐšÐūÐēа КÐĩÐŋКа", @@ -518,7 +556,9 @@ "item.tfg.wood.lumber.aeronos": "ДÐĩŅ€ÐĩÐēÐļÐ―Ð° АÐĩŅ€ÐūÐ―Ðūҁ", "item.tfg.wood.lumber.strophar": "ДÐĩŅ€ÐĩÐēÐļÐ―Ð° ÐĄŅ‚Ņ€ÐūŅ„Ð°Ņ€", "item.tfg.wood.lumber.glacian": "ДÐĩŅ€ÐĩÐēÐļÐ―Ð° ГÐŧÐ°Ņ†Ņ–Ð°Ð―", - "item.tfg.aes_polyurethane": "ÐŅ€ÐžÐūÐēÐ°Ð―Ð° R-ÐŋÐūÐŧŅ–ŅƒŅ€ÐĩŅ‚Ð°Ð―ÐūÐēа ÐŋŅ–Ð―Ð° AES", + "item.tfg.glacian_wool": "ÐĻÐĩŅ€ŅŅ‚ŅŒ ÐģÐŧŅŅ†Ņ–Ð°Ð―ŅŅŒÐšÐūÐģÐū ÐąÐ°Ņ€Ð°Ð―Ð°", + "item.tfg.sniffer_wool": "ÐœŅ–Ð―ÐĩŅ€Ð°ÐŧÐūÐ―Ð°ŅÐļ҇ÐĩÐ―Ņ– ÐŋŅƒŅ‡ÐšÐļ", + "item.tfg.aes_polyurethane": "Ð‘Ņ–Ðū-ÐÐ•ÐĄ Ð°Ņ€ÐžÐūÐēÐ°Ð―Ð° R-ÐŋÐūÐŧŅ–ŅƒŅ€ÐĩŅ‚Ð°Ð―ÐūÐēа ÐŋŅ–Ð―Ð°", "item.tfg.mli_shielding": "БаÐģÐ°Ņ‚ÐūŅˆÐ°Ņ€ÐūÐēÐĩ Ņ–Ð·ÐūÐŧҌÐūÐēÐ°Ð―Ðĩ ÐĩÐšŅ€Ð°Ð―ŅƒÐēÐ°Ð―Ð―Ņ", "item.tfg.rocket_cone_t3": "ВÐļҁÐūКÐūŅ‚ÐĩŅ…Ð―ÐūÐŧÐūÐģŅ–Ņ‡Ð―ÐļÐđ Ð―ÐūҁÐūÐēÐļÐđ ÐūÐąŅ‚Ņ–Ņ‡Ð―ÐļК Ņ€Ð°ÐšÐĩŅ‚Ðļ", "item.tfg.rocket_fin_t3": "ВÐļҁÐūКÐūŅ‚ÐĩŅ…Ð―ÐūÐŧÐūÐģŅ–Ņ‡Ð―Ðĩ Ņ€Ð°ÐšÐĩŅ‚Ð―Ðĩ ÐūÐŋÐĩŅ€ÐĩÐ―Ð―Ņ", @@ -528,6 +568,7 @@ "item.tfg.universal_compost_browns": "КÐūŅ€ÐļŅ‡Ð―ÐĩÐēÐļÐđ ŅƒÐ―Ņ–ÐēÐĩŅ€ŅÐ°ÐŧŅŒÐ―ÐļÐđ КÐūОÐŋÐūҁ҂", "item.tfg.universal_compost_greens": "ЗÐĩÐŧÐĩÐ―ÐļÐđ ŅƒÐ―Ņ–ÐēÐĩŅ€ŅÐ°ÐŧŅŒÐ―ÐļÐđ КÐūОÐŋÐūҁ҂", "item.tfg.etching_diamond_tip": "Ð“Ņ€Ð°ÐēŅ–ŅŽÐēаÐŧŅŒÐ―ÐļÐđ аÐŧÐžÐ°Ð·Ð―ÐļÐđ Ð―Ð°ÐšÐūÐ―ÐĩŅ‡Ð―ÐļК", + "item.tfg.spade_head_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐŧÐĩзÐū ÐŧÐūÐŋÐ°Ņ‚Ðļ)", "item.tfg.mining_hammer_head_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐūÐģÐūÐŧŅ–Ðē'Ņ ŅˆÐ°Ņ…Ņ‚Ð―ÐūÐģÐū ОÐūÐŧÐūŅ‚Ð°)", "item.tfg.sword_head_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐŧÐĩзÐū ОÐĩŅ‡Ð°)", "item.tfg.pickaxe_head_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐŧÐĩзÐū КÐļŅ€ÐšÐļ)", @@ -553,6 +594,8 @@ "item.tfg.small_casing_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐģŅ–ÐŧŅŒÐ·Ð° ОаÐŧÐūÐģÐū КаÐŧŅ–ÐąŅ€Ņƒ)", "item.tfg.shell_casing_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐģŅ–ÐŧŅŒÐ·Ð° ÐīÐŧŅ ŅÐ―Ð°Ņ€ŅÐīа)", "item.tfg.large_casing_extruder_mold": "ÐĪÐūŅ€ÐžÐ° ÐĩÐšŅŅ‚Ņ€ŅƒÐīÐĩŅ€Ð° (ÐģŅ–ÐŧŅŒÐ·Ð° ÐēÐĩÐŧÐļКÐūÐģÐū КаÐŧŅ–ÐąŅ€Ņƒ)", + "item.tfg.photo_cell_t1": "БазÐūÐēа Ņ„ÐūŅ‚ÐūÐĩÐŧÐĩОÐĩÐ―Ņ‚Ð―Ð° КаÐŋҁ҃Ðŧа", + "item.tfg.electric_extendo_grip": "ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ðĩ ÐŋÐūÐīÐūÐēÐķÐĩÐ―Ðĩ Ņ€ŅƒÐšŅ–Ðēâ€™Ņ", "material.tfg.latex": "Ð›Ð°Ņ‚ÐĩÐšŅ", "material.tfg.vulcanized_latex": "Ð’ŅƒÐŧÐšÐ°Ð―Ņ–Ð·ÐūÐēÐ°Ð―ÐļÐđ Ð›Ð°Ņ‚ÐĩÐšŅ", "material.tfg.fluix": "ÐĪÐŧŅŽŅ", @@ -638,6 +681,7 @@ "ore_vein.tfg.normal_garnierite": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", "ore_vein.tfg.normal_gold": "ЗÐūÐŧÐūŅ‚Ðū, Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚ Ņ‚Ð° ГÐĩÐžÐ°Ņ‚ÐļŅ‚", "ore_vein.tfg.normal_graphite": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", + "ore_vein.tfg.normal_gypsum": "Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚", "ore_vein.tfg.normal_hematite": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ņ‚Ð° Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", "ore_vein.tfg.normal_lapis": "ЛаÐŋҖҁ, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ Ņ‚Ð° ÐĄÐūÐīаÐŧŅ–Ņ‚", "ore_vein.tfg.normal_limonite": "Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", @@ -662,12 +706,17 @@ "ore_vein.tfg.surface_copper": "ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚ Ņ‚Ð° РÐĩаÐŧҌÐģÐ°Ņ€", "ore_vein.tfg.surface_sphalerite": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐĄŅ–Ņ€ÐšÐ°", "ore_vein.tfg.surface_tetrahedrite": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ (ПÐūÐēÐĩŅ€Ņ…Ð―Ņ)", + "ore_vein.tfg.mars_hematite": "(Placeholder Vein)", "ore_vein.tfg.moon_apatite": "АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", "ore_vein.tfg.moon_bauxite": "БÐūÐšŅÐļŅ‚ Ņ– ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", "ore_vein.tfg.moon_beryllium": "ÐĄÐžÐ°Ņ€Ð°ÐģÐī Ņ– БÐĩŅ€ÐļÐŧŅ–Ðđ", + "ore_vein.tfg.moon_cassiterite": "ÐšÐ°ŅÐļŅ‚ÐĩŅ€ÐļŅ‚ Ņ– ÐĨаÐŧŅŒÐšÐūÐŋŅ–Ņ€ÐļŅ‚", "ore_vein.tfg.moon_desh": "ДÐĩ҈ Ņ– ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚", + "ore_vein.tfg.moon_garnet": "АОÐĩŅ‚Ðļҁ҂, ОÐŋаÐŧ Ņ– Ð“Ņ€Ð°Ð―Ð°Ņ‚", "ore_vein.tfg.moon_garnierite": "Ð“Ð°Ņ€Ð―Ņ–Ņ”Ņ€ÐļŅ‚ Ņ– КÐūÐąÐ°ÐŧŅŒŅ‚ÐļŅ‚", + "ore_vein.tfg.moon_gold": "ЗÐūÐŧÐūŅ‚Ðū Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚", "ore_vein.tfg.moon_graphite": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", + "ore_vein.tfg.moon_gypsum": "Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚", "ore_vein.tfg.moon_lubricant": "ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°", "ore_vein.tfg.moon_magnetite": "ÐĨŅ€ÐūÐžŅ–Ņ‚ Ņ– МаÐģÐ―ÐĩŅ‚ÐļŅ‚", "ore_vein.tfg.moon_manganese": "ÐœÐ°Ņ€ÐģÐ°Ð―ÐĩŅ†ŅŒ Ņ– ÐĒÐ°Ð―Ņ‚Ð°Ðŧ", @@ -683,6 +732,7 @@ "ore_vein.tfg.moon_sheldonite": "ÐĻÐĩÐŧÐīÐūÐ―Ņ–Ņ‚ Ņ– БÐūŅ€Ð―Ņ–Ņ‚", "ore_vein.tfg.moon_silver": "ÐĄŅ€Ņ–ÐąÐŧÐū, ГаÐŧÐĩÐ― Ņ– ÐĄÐēÐļÐ―ÐĩŅ†ŅŒ", "ore_vein.tfg.moon_sphalerite": "ÐĄŅ„Ð°ÐŧÐĩŅ€ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐļŅ‚", + "ore_vein.tfg.moon_tetrahedrite": "ÐĒÐĩŅ‚Ņ€Ð°ÐĩÐīŅ€ÐļŅ‚ Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", "ore_vein.tfg.moon_topaz": "ÐĒÐūÐŋаз Ņ– ÐĨаÐŧŅŒÐšÐū҆ÐļŅ‚", "ore_vein.tfg.nether_anthracite": "ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚", "ore_vein.tfg.nether_apatite": "АÐŋÐ°Ņ‚ÐļŅ‚ Ņ– ÐŸŅ–Ņ€ÐūŅ…ÐŧÐūŅ€", @@ -696,6 +746,7 @@ "ore_vein.tfg.nether_goethite": "ГÐĩŅ‚ÐļŅ‚", "ore_vein.tfg.nether_gold": "ЗÐūÐŧÐūŅ‚Ðū Ņ‚Ð° ГÐĩÐžÐ°Ņ‚ÐļŅ‚", "ore_vein.tfg.nether_graphite": "Ð“Ņ€Ð°Ņ„Ņ–Ņ‚ Ņ– Ð”Ņ–Ð°ÐžÐ°Ð―Ņ‚", + "ore_vein.tfg.nether_gypsum": "Ð“Ņ–Ðŋҁ Ņ– КаÐŧŅŒŅ†ÐļŅ‚", "ore_vein.tfg.nether_hematite": "ГÐĩÐžÐ°Ņ‚ÐļŅ‚ Ņ‚Ð° Ð›Ņ–ÐžÐūÐ―Ņ–Ņ‚", "ore_vein.tfg.nether_lapis": "ЛаÐŋҖҁ, Ð›Ð°Ð·ŅƒŅ€ÐļŅ‚ Ņ‚Ð° ÐĄÐūÐīаÐŧŅ–Ņ‚", "ore_vein.tfg.nether_lubricant": "ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚, ÐĒаÐŧŅŒÐš Ņ– ÐĒŅ€ÐūÐ―Ð°", @@ -732,6 +783,12 @@ "tfg.tooltip.moon_rabbit_variant.cyan": "ÐĨŅƒŅ‚Ņ€Ðū КÐūÐŧҌÐūŅ€Ņƒ ОÐūŅ€ŅŅŒÐšÐūŅ— ÐŋŅ–Ð―Ðļ", "tfg.tooltip.moon_rabbit_variant.purple": "ЛаÐēÐ°Ð―ÐīÐūÐēÐĩ Ņ…ŅƒŅ‚Ņ€Ðū", "tfg.tooltip.moon_rabbit_variant.sofu": "ПÐŧÐūÐžÐąŅ–Ņ€Ð―Ðĩ Ņ…ŅƒŅ‚Ņ€Ðū", + "entity.tfg.glacian_ram.male": "ГÐŧÐ°Ņ†Ņ–Ð°Ð―ŅŅŒÐšÐļÐđ ÐąÐ°Ņ€Ð°Ð―", + "entity.tfg.glacian_ram.female": "ГÐŧÐ°Ņ†Ņ–Ð°Ð―ŅŅŒÐšÐ° ÐēŅ–ÐēŅ†Ņ", + "tfg.tooltip.attribution.glacian_ram": "§9§oАÐēŅ‚ÐūŅ€: Ad Astra", + "entity.tfg.sniffer.male": "ÐĄÐ―Ņ–Ņ„Ņ„ÐĩŅ€", + "entity.tfg.sniffer.female": "ÐĄÐ―Ņ–Ņ„Ņ„ÐĩŅ€", + "tfg.tooltip.attribution.sniffer": "§9§oАÐēŅ‚ÐūŅ€: Minecraft", "item.treetap.tap": "Ð—Ð°ŅŅ‚Ð°Ņ€Ņ–ÐŧÐļÐđ ÐŋŅ€ÐĩÐīОÐĩŅ‚, ҁ҂ÐēÐūŅ€Ņ–Ņ‚ŅŒ ÐīÐŧŅ ÐūÐ―ÐūÐēÐŧÐĩÐ―Ð―Ņ", "item.gtceu.zinc_ingot": "Ð—Ð°ŅŅ‚Ð°Ņ€Ņ–ÐŧÐļÐđ ÐŋŅ€ÐĩÐīОÐĩŅ‚, ҁ҂ÐēÐūŅ€Ņ–Ņ‚ŅŒ ÐīÐŧŅ ÐūÐ―ÐūÐēÐŧÐĩÐ―Ð―Ņ", "item.gtceu.brass_ingot": "Ð—Ð°ŅŅ‚Ð°Ņ€Ņ–ÐŧÐļÐđ ÐŋŅ€ÐĩÐīОÐĩŅ‚, ҁ҂ÐēÐūŅ€Ņ–Ņ‚ŅŒ ÐīÐŧŅ ÐūÐ―ÐūÐēÐŧÐĩÐ―Ð―Ņ", @@ -855,6 +912,56 @@ "trim_material.tfc.neutronium_tfc": "НÐĩÐđ҂ҀÐūÐ―Ņ–Ðđ", "trim_material.tfc.pyrite_tfc": "ÐŸŅ–Ņ€ÐļŅ‚", "trim_material.tfc.redx_tfc": "RedX", + "tfg.emi.ore_veins.rock_types": "Ð—ŅƒŅŅ‚Ņ€Ņ–Ņ‡Ð°Ņ”Ņ‚ŅŒŅŅ Ðē Ņ‚ÐļÐŋÐ°Ņ… ÐŋÐūҀҖÐī:", + "tfg.emi.ore_veins.rarity": "Ð Ņ–ÐīÐšŅ–ŅŅ‚ŅŒ: %d", + "tfg.emi.ore_veins.density": "ÐĐŅ–ÐŧŅŒÐ―Ņ–ŅŅ‚ŅŒ: %d", + "tfg.emi.ore_veins.y_ranges": "ГÐŧÐļÐąÐļÐ―Ð°: %d ÐīÐū %d", + "tfg.emi.ore_veins.size": "РÐūÐ·ÐžŅ–Ņ€: %d", + "tfg.emi.ore_veins.height": "ВÐļҁÐūŅ‚Ð°: %d", + "tfg.emi.ore_veins.radius": "РаÐīŅ–ŅƒŅ: %d", + "emi.category.tfg.ore_vein_info": "ЖÐļÐŧÐļ Ņ€ŅƒÐīÐļ", + "tfg.toast.ore_prospector_none": "ÐĢ ÐžÐĩÐķÐ°Ņ… ÐīŅ–Ð°ÐŋазÐūÐ―Ņƒ Ņ€ŅƒÐī Ð―Ðĩ Ð·Ð―Ð°ÐđÐīÐĩÐ―Ðū.", + "tfg.toast.ore_prospector_message": "Ð ŅƒÐīÐļ, Ð·Ð―Ð°ÐđÐīÐĩÐ―Ņ– Ðē ОÐĩÐķÐ°Ņ… %s §6ÐąÐŧÐūÐšŅ–Ðē ҃ Ņ†ŅŒÐūÐžŅƒ Ð―Ð°ÐŋŅ€ŅÐžÐšŅƒ: %s", + "tooltip.tfg.ore_prospector_stats": "Ð”Ņ–Ð°ÐŋазÐūÐ― ŅÐšÐ°Ð―ŅƒÐēÐ°Ð―Ð―Ņ: %s, ПÐūÐŋÐĩŅ€ÐĩŅ‡Ð―ÐļÐđ ÐŋÐĩŅ€ÐĩŅ€Ņ–Ð·: %s x %s.", + "tooltip.tfg.ore_prospector_count": "ÐĶÐĩÐđ Ņ€ÐūзÐēŅ–ÐīÐ―ÐļК зÐūÐąŅ€Ð°ÐķÐ°Ņ‚ÐļОÐĩ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ Ņ€ŅƒÐīÐļ.", + "tooltip.tfg.ore_prospector_xray": "ÐĶÐĩÐđ Ņ€ÐūзÐēŅ–ÐīÐ―ÐļК ÐēŅ–ÐīÐūÐąŅ€Ð°ÐķÐ°Ņ‚ÐļОÐĩ %s Ņ€ÐĩÐ―Ņ‚ÐģÐĩÐ―Ņ–ÐēŅŅŒÐšÐļÐđ ÐūÐģÐŧŅÐī ÐąÐŧÐūÐšŅ–Ðē Ņ€ŅƒÐīÐļ.", + "tooltip.tfg.ore_prospector_mode_vein": "per-vein", + "tooltip.tfg.ore_prospector_mode_block": "per-block", + "tfg.hangglider.disabled_dimension": "ÐĒŅƒŅ‚ Ð―Ðĩ ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐĩÐŧŅŒŅ‚Ð°ÐŋÐŧÐ°Ð―!", + "tfg.tooltip.nametag": "§7ВÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ Ð―Ð° ҁ҂ÐūÐŧŅ– ÐŋÐĩŅ€ÐĩÐŋÐļҁ҃ÐēÐ°Ð―Ð―Ņ Ņ€Ð°Ð·ÐūО Ņ–Ð· ÐŋŅ€ÐĩÐīОÐĩŅ‚ÐūО ÐīÐŧŅ ÐđÐūÐģÐū Ņ–ÐžÐĩÐ―ŅƒÐēÐ°Ð―Ð―Ņ Ð°ÐąÐū з ҇ÐūŅ€Ð―ÐūŅŽ Ņ„Ð°Ņ€ÐąÐūŅŽ ÐīÐŧŅ Ņ–ÐžÐĩÐ―ŅƒÐēÐ°Ð―Ð―Ņ ÐžŅ–Ņ‚ÐšÐļ.", + "tfg.tooltip.yeast_starter": "§7ÐĄŅ‚ÐēÐūŅ€ÐĩÐ―Ðū з ҁ҃҈ÐĩÐ―ÐļŅ… Ņ„Ņ€ŅƒÐšŅ‚Ņ–Ðē", + "tfg.tooltip.beehive": "§7ПÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū заÐŋÐūÐēÐ―ÐļŅ‚Ðļ ÐŋÐūŅ€ÐūÐķÐ―Ņ–ÐžÐļ Ņ€Ð°ÐžÐšÐ°ÐžÐļ Ņ‚Ð° ÐūŅ‚Ðū҇ÐļŅ‚Ðļ КÐēŅ–Ņ‚Ð°ÐžÐļ, ҉ÐūÐą ÐŋŅ€ÐļÐēÐ°ÐąÐļŅ‚Ðļ ÐąÐīÐķŅ–Ðŧ.", + "tfg.tooltip.obsolete.tree_tap": "§4Ð—Ð°ŅŅ‚Ð°Ņ€Ņ–ÐŧÐĩ§f: Ð—Ð°ÐžŅ–Ð―ÐĩÐ―Ðū Ð―Ð° AFC TreeTap, ОÐūÐķÐ―Ð° ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ з Ņ†ŅŒÐūÐģÐū ÐŋŅ€ÐĩÐīОÐĩŅ‚Ð°, ÐŋŅ€Ðūҁ҂Ðū ÐŋÐūКÐŧаÐē҈Ðļ ÐđÐūÐģÐū Ð―Ð° ÐēÐĩŅ€ŅŅ‚Ð°Ðš!", + "tfg.tooltip.obsolete.fridge": "§4Ð—Ð°ŅŅ‚Ð°Ņ€Ņ–ÐŧÐĩ§f: Ð—Ð°ÐžŅ–Ð―ÐĩÐ―Ðū Ð―Ð° TFG Refrigerator, ОÐūÐķÐ―Ð° ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ з Ņ†ŅŒÐūÐģÐū ÐŋŅ€ÐĩÐīОÐĩŅ‚Ð°, ÐŋŅ€Ðūҁ҂Ðū ÐŋÐūКÐŧаÐē҈Ðļ ÐđÐūÐģÐū Ð―Ð° ÐēÐĩŅ€ŅŅ‚Ð°Ðš!", + "tfg.tooltip.blaze_burner": "§cНаÐīÐķÐ°Ņ€Â§r §7за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ КÐūÐšŅŅƒ, Ð°Ð―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚Ņƒ Ð°ÐąÐū ÐąÐĩзÐīÐūÐģÐ°Ð―Ð―ÐļŅ… Ņ– ÐēÐļŅˆŅƒÐšÐ°Ð―ÐļŅ… Ðē҃ÐģŅ–ÐŧŅŒÐ―ÐļŅ… ŅÐ°ÐžÐū҆ÐēҖ҂ҖÐē.", + "tfg.tooltip.machine.perfect_overclock": "ÐĶŅ ÐžÐ°ŅˆÐļÐ―Ð° ÐžÐ°Ņ” §2ІÐīÐĩаÐŧŅŒÐ―ÐļÐđ Ņ€ÐūзÐģŅ–Ð―Â§r!", + "tfg.tooltip.nether_dome_1": "§7ÐĻŅ‚ŅƒŅ‡Ð―Ðĩ ҁÐĩŅ€ÐĩÐīÐūÐēÐļ҉Ðĩ ÐīÐŧŅ Ņ–ÐžŅ–Ņ‚Ð°Ņ†Ņ–Ņ— НÐļÐķÐ―ŅŒÐūÐģÐū ҁÐēŅ–Ņ‚Ņƒ.", + "tfg.tooltip.machine.customize_interior": "§7Ð†Ð―Ņ‚ÐĩŅ€'ҔҀ ОÐūÐķÐ―Ð° Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ņ‚Ðļ! ПÐĩŅ€ÐĩÐēҖҀ҂Ðĩ ÐŋÐūÐŋÐĩŅ€ÐĩÐīÐ―Ņ–Ðđ ÐŋÐĩŅ€ÐĩÐģÐŧŅÐī ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūÐšŅƒ Ðē JEI.", + "tfg.tooltip.end_dome_1": "§7ÐĻŅ‚ŅƒŅ‡Ð―Ðĩ ҁÐĩŅ€ÐĩÐīÐūÐēÐļ҉Ðĩ ÐīÐŧŅ Ņ–ÐžŅ–Ņ‚Ð°Ņ†Ņ–Ņ— ÐšŅ€Ð°ŅŽ.", + "tfg.tooltip.armor.copper_diving_suit_warmth": "§7ÐĒÐĩÐŋÐŧÐū: -1", + "tfg.tooltip.armor.copper_diving_suit_insulation": "§7ІзÐūÐŧŅŅ†Ņ–Ņ: +1", + "tfg.tooltip.armor.netherite_diving_suit_warmth": "§7ÐĒÐĩÐŋÐŧÐū: -2", + "tfg.tooltip.armor.netherite_diving_suit_insulation": "§7ІзÐūÐŧŅŅ†Ņ–Ņ: +9", + "tfg.tooltip.armor.netherite_diving_suit_set": "§7ОÐīŅÐģÐ―Ņ–Ņ‚ŅŒ ÐŋÐūÐēÐ―ÐļÐđ КÐūОÐŋÐŧÐĩÐšŅ‚, ҉ÐūÐą ŅŅ‚Ð°Ņ‚Ðļ §eÐĄŅ‚Ņ–ÐđКÐļО ÐīÐū ҁÐŋÐĩКÐļ§7 ÐēŅ–Ðī Ð―Ð°ÐēКÐūÐŧÐļŅˆÐ―ŅŒÐūŅ— Ņ‚ÐĩОÐŋÐĩŅ€Ð°Ņ‚ŅƒŅ€Ðļ.", + "tfg.tooltip.armor.nanomuscle_warmth": "§7ÐĒÐĩÐŋÐŧÐū: 0", + "tfg.tooltip.armor.nanomuscle_insulation": "§7ІзÐūÐŧŅŅ†Ņ–Ņ: +10", + "tfg.tooltip.armor.nanomuscle_set": "§7ОÐīŅÐģÐ―Ņ–Ņ‚ŅŒ ÐŋÐūÐēÐ―ÐļÐđ КÐūОÐŋÐŧÐĩÐšŅ‚, ҉ÐūÐą ŅŅ‚Ð°Ņ‚Ðļ §eПÐūÐēÐ―Ņ–ŅŅ‚ŅŽ Ņ–Ð·ÐūÐŧҌÐūÐēÐ°Ð―ÐļО§7 ÐēŅ–Ðī Ð―Ð°ÐēКÐūÐŧÐļŅˆÐ―ŅŒÐūŅ— Ņ‚ÐĩОÐŋÐĩŅ€Ð°Ņ‚ŅƒŅ€Ðļ.", + "tfg.tooltip.armor.quarktech_warmth": "§7ÐĒÐĩÐŋÐŧÐū: 0", + "tfg.tooltip.armor.quarktech_insulation": "§7ІзÐūÐŧŅŅ†Ņ–Ņ: +10", + "tfg.tooltip.armor.quarktech_set": "§7ОÐīŅÐģÐ―Ņ–Ņ‚ŅŒ ÐŋÐūÐēÐ―ÐļÐđ КÐūОÐŋÐŧÐĩÐšŅ‚, ҉ÐūÐą ŅŅ‚Ð°Ņ‚Ðļ §eПÐūÐēÐ―Ņ–ŅŅ‚ŅŽ Ņ–Ð·ÐūÐŧҌÐūÐēÐ°Ð―ÐļО§7 ÐēŅ–Ðī Ð―Ð°ÐēКÐūÐŧÐļŅˆÐ―ŅŒÐūŅ— Ņ‚ÐĩОÐŋÐĩŅ€Ð°Ņ‚ŅƒŅ€Ðļ.", + "tfg.tooltip.armor.space_suit_warmth": "§7ÐĒÐĩÐŋÐŧÐū: 0", + "tfg.tooltip.armor.space_suit_insulation": "§7ІзÐūÐŧŅŅ†Ņ–Ņ: +10", + "tfg.tooltip.armor.space_suit_set": "§7ОÐīŅÐģÐ―Ņ–Ņ‚ŅŒ ÐŋÐūÐēÐ―ÐļÐđ КÐūОÐŋÐŧÐĩÐšŅ‚, ҉ÐūÐą ŅŅ‚Ð°Ņ‚Ðļ §eПÐūÐēÐ―Ņ–ŅŅ‚ŅŽ Ņ–Ð·ÐūÐŧҌÐūÐēÐ°Ð―ÐļО§7 ÐēŅ–Ðī Ð―Ð°ÐēКÐūÐŧÐļŅˆÐ―ŅŒÐūŅ— Ņ‚ÐĩОÐŋÐĩŅ€Ð°Ņ‚ŅƒŅ€Ðļ.", + "tfg.tooltip.support.tier1": "§79 x 5 x 9", + "tfg.tooltip.support.tier2": "§717 x 9 x 17", + "tfg.tooltip.support.tier3": "§733 x 13 x 33", + "tfg.tooltip.vessels": "§cÐœÐ°ÐšŅ: 3024mB", + "tfg.tooltip.solar_panel.single": "ВÐļŅ€ÐūÐąÐŧŅŅ” §6128 FE/t§r (32 EU/t) Ð―Ð° §6ÐœŅ–ŅŅŅ†Ņ–Â§r ÐŋŅ€ÐūŅ‚ŅÐģÐūО §6ÐīÐ―ŅÂ§r", + "tfg.tooltip.solar_panel.large_tier1": "Ð“Ņ–ÐģÐ°Ð―Ņ‚ŅŅŒÐšÐ° ŅŅ‚Ņ€ŅƒÐšŅ‚ŅƒŅ€Ð°, ҉Ðū ÐēÐļŅ€ÐūÐąÐŧŅŅ” ÐēŅ–Ðī §61024 ÐīÐū 4096 EU/t§r Ð―Ð° §6ÐœŅ–ŅŅŅ†Ņ–Â§r ÐŋŅ€ÐūŅ‚ŅÐģÐūО §6ÐīÐ―ŅÂ§r", + "tfg.tooltip.solar_panel.large_tier2": "Ð“Ņ–ÐģÐ°Ð―Ņ‚ŅŅŒÐšÐ° ŅŅ‚Ņ€ŅƒÐšŅ‚ŅƒŅ€Ð°, ҉Ðū ÐēÐļŅ€ÐūÐąÐŧŅŅ” ÐēŅ–Ðī §64096 ÐīÐū 16384 EU/t§r Ð―Ð° §6ÐœŅ–ŅŅŅ†Ņ–Â§r ÐŋŅ€ÐūŅ‚ŅÐģÐūО §6ÐīÐ―ŅÂ§r", + "tfg.tooltip.solar_panel.large_tier3": "Ð“Ņ–ÐģÐ°Ð―Ņ‚ŅŅŒÐšÐ° ŅŅ‚Ņ€ŅƒÐšŅ‚ŅƒŅ€Ð°, ҉Ðū ÐēÐļŅ€ÐūÐąÐŧŅŅ” ÐēŅ–Ðī §616384 ÐīÐū 65536 EU/t§r Ð―Ð° §6ÐœŅ–ŅŅŅ†Ņ–Â§r ÐŋŅ€ÐūŅ‚ŅÐģÐūО §6ÐīÐ―ŅÂ§r", + "tfg.tooltip.petrified_egg": "§7ПÐū҂ҀÐĩÐąŅƒŅ” ОаÐģОÐļ ÐīÐŧŅ Ņ–Ð―ÐšŅƒÐąÐ°Ņ†Ņ–Ņ—", + "tfg.tooltip.obsolete.depreciated": "§cÐ—Ð°ŅŅ‚Ð°Ņ€Ņ–ÐŧÐĩ, ÐąŅ–ÐŧҌ҈Ðĩ Ð―Ðĩ ҁ҂ÐēÐūŅ€ŅŽŅ”Ņ‚ŅŒŅŅ", "tfc.jei.flint_knapping": "ÐžÐąŅ€ÐūÐąÐšÐ° ÐšŅ€ÐĩОÐĩÐ―ŅŽ", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.black": "ÐĪÐ°Ņ€ÐąŅƒÐēÐ°Ð―Ð―Ņ", "tfc.recipe.barrel.tfg.barrel.dyeing.decorative_vase.gray": "ÐĪÐ°Ņ€ÐąŅƒÐēÐ°Ð―Ð―Ņ", @@ -913,7 +1020,7 @@ "tfc.recipe.barrel.tfg.barrel.cooling_water_3": "ÐžŅ…ÐūÐŧÐūÐīÐķ҃ÐēаÐŧŅŒÐ―Ð° ВÐūÐīа", "tfc.recipe.barrel.tfg.barrel.cooling_water_4": "ÐžŅ…ÐūÐŧÐūÐīÐķ҃ÐēаÐŧŅŒÐ―Ð° ВÐūÐīа", "tfc.recipe.barrel.tfg.sealed_barrel.prepared_leather_gloves": "ЗаОÐūŅ‡ŅƒÐēÐ°Ð―Ð―Ņ ÐĻÐšŅ–Ņ€ŅÐ―ÐļŅ… Ð ŅƒÐšÐ°ÐēÐļ҇ÐūК", - "tfc.recipe.barrel.tfg.barrel.rapeseed_to_oil": "ВÐļŅ‚ÐļŅÐšÐ°Ð―Ð―Ņ ÐūÐŧŅ–Ņ— з ҀҖÐŋÐ°ÐšŅƒ", + "tfc.recipe.barrel.tfg.barrel.rapeseed_to_oil": "ВÐļÐīÐūÐąŅƒŅ‚ÐūК ÐūÐŧŅ–Ņ— з ÐšÐ°Ð―ÐūÐŧÐļ", "tfc.recipe.barrel.tfg.barrel.sunflower_to_oil": "ВÐļŅ‚ÐļŅÐšÐ°Ð―Ð―Ņ ÐūÐŧŅ–Ņ— з ҁÐūÐ―ŅŅˆÐ―ÐļКа", "gtceu.aqueous_accumulator": "ВÐūÐīÐ―ÐļÐđ Ð°ÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€", "tfg.food_recipe.brining": "Ð—Ð°ŅÐūÐŧŅŽÐēÐ°Ð―Ð―Ņ", @@ -974,7 +1081,7 @@ "quests.ae2.subtitle": "НаÐđÐŋÐūŅ‚ŅƒÐķÐ―Ņ–ŅˆÐļÐđ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚, ҉Ðū ÐīÐūÐŋÐūОÐūÐķÐĩ Ņ‚ÐūÐąŅ– з GregTech, ÐēŅ–ÐīÐšŅ€ÐļÐēÐ°Ņ”Ņ‚ŅŒŅŅ ÐŋҖҁÐŧŅ Ņ‚ÐēÐūҔҗ ÐŋÐĩŅ€ŅˆÐūŅ— ÐŋÐūÐīÐūŅ€ÐūÐķŅ– Ð―Ð° ÐœŅ–ŅŅŅ†ŅŒ", "quests.ae2.certus_quartz.title": "Ð†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†", "quests.ae2.certus_quartz.subtitle": "МаÐŧÐĩÐ―ŅŒÐšÐļÐđ ÐšŅ€ÐūК ÐīÐŧŅ Ņ‚ÐĩÐąÐĩ — ÐģŅ–ÐģÐ°Ð―Ņ‚ŅŅŒÐšÐļÐđ ҁ҂ҀÐļÐąÐūК ÐīÐŧŅ ÐŧÐūÐģҖҁ҂ÐļКÐļ", - "quests.ae2.certus_quartz.desc": "З ÐŋÐĩŅ€ŅˆÐļО ÐšŅ€ÐūКÐūО Ð―Ð° ÐœŅ–ŅŅŅ†Ņ– Ņ‚Ðļ Ðū҂ҀÐļÐžŅƒŅ”Ņˆ ÐīÐūŅŅ‚ŅƒÐŋ ÐīÐū ҁÐēÐūҔҗ ÐŋÐĩŅ€ŅˆÐūŅ— ÐķÐļÐŧÐļ &bÐ†ŅŅ‚ÐļÐ―Ð―ÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ&r.\nНÐĩ Ņ…ÐēÐļÐŧŅŽÐđŅŅ — ÐēÐūÐ―Ðļ ÐīÐūҁÐļŅ‚ŅŒ ÐŋÐū҈ÐļŅ€ÐĩÐ―Ņ– Ðđ ÐžÐ°ŅŽŅ‚ŅŒ ÐąŅƒŅ‚Ðļ ÐŧÐĩÐģКÐļОÐļ ÐīÐŧŅ ÐŋÐūŅˆŅƒÐšŅƒ, Ņ…ÐūŅ‡Ð° Ņ…ÐūŅ€Ðū҈ÐļÐđ РÐūзÐēŅ–ÐīÐ―ÐļК Ņ€ŅƒÐīÐļ Ņ‚ÐūŅ‡Ð―Ðū Ð―Ðĩ заÐēаÐīÐļŅ‚ŅŒ.\n\nЧÐļ ÐēÐļŅ€Ņ–ŅˆÐļ҈ Ņ‚Ðļ ÐēŅŅ‚Ð°Ð―ÐūÐēÐļŅ‚Ðļ ŅˆÐ°Ņ…Ņ‚Ð°Ņ€Ņ, ҇Ðļ ÐēÐļКÐūÐŋÐ°Ņ‚Ðļ ÐķÐļÐŧ҃ ÐēŅ€ŅƒŅ‡Ð―Ņƒ — ÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐū Ð―Ð°Ð·ÐąÐļŅ€Ð°Ðđ ҁÐūÐŧŅ–ÐīÐ―Ņƒ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ, аÐīÐķÐĩ ÐēÐūÐ―Ð° Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ÐīÐŧŅ ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃ Ðē AE2.", + "quests.ae2.certus_quartz.desc": "З ÐŋÐĩŅ€ŅˆÐļО ÐšŅ€ÐūКÐūО Ð―Ð° ÐœŅ–ŅŅŅ†Ņ– Ņ‚Ðļ Ðū҂ҀÐļÐžŅƒŅ”Ņˆ ÐīÐūŅŅ‚ŅƒÐŋ ÐīÐū ҁÐēÐūҔҗ ÐŋÐĩŅ€ŅˆÐūŅ— ÐķÐļÐŧÐļ &bÐ†ŅŅ‚ÐļÐ―Ð―ÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ&r.\nНÐĩ Ņ…ÐēÐļÐŧŅŽÐđŅŅ — ÐēÐūÐ―Ðļ ÐīÐūҁÐļŅ‚ŅŒ ÐŋÐū҈ÐļŅ€ÐĩÐ―Ņ– Ðđ ÐžÐ°ŅŽŅ‚ŅŒ ÐąŅƒŅ‚Ðļ ÐŧÐĩÐģКÐļОÐļ ÐīÐŧŅ ÐŋÐūŅˆŅƒÐšŅƒ, Ņ…ÐūŅ‡Ð° Ņ…ÐūŅ€Ðū҈ÐļÐđ РÐūзÐēŅ–ÐīÐ―ÐļК Ņ€ŅƒÐīÐļ Ņ‚ÐūŅ‡Ð―Ðū Ð―Ðĩ заÐēаÐīÐļŅ‚ŅŒ.\n\nЧÐļ ÐēÐļŅ€Ņ–ŅˆÐļ҈ Ņ‚Ðļ ÐēŅŅ‚Ð°Ð―ÐūÐēÐļŅ‚Ðļ ÐąŅƒŅ€, ҇Ðļ ÐēÐļКÐūÐŋÐ°Ņ‚Ðļ ÐķÐļÐŧ҃ ÐēŅ€ŅƒŅ‡Ð―Ņƒ — ÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐū Ð―Ð°Ð·ÐąÐļŅ€Ð°Ðđ ҁÐūÐŧŅ–ÐīÐ―Ņƒ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ, аÐīÐķÐĩ ÐēÐūÐ―Ð° Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ÐīÐŧŅ ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃ Ðē AE2.", "quests.ae2.certus_quartz.task": "Ð ŅƒÐīа Җҁ҂ÐļÐ―Ð―ÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ", "quests.ae2.polarizer.title": "НаОаÐģÐ―Ņ–Ņ‡ŅƒÐēÐ°Ņ‡", "quests.ae2.polarizer.subtitle": "РÐĩÐīҁ҂ÐūÐ―Ņƒ Ð―ÐĩÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū", @@ -1024,7 +1131,7 @@ "quests.create_logistics.packager.subtitle": "ЗаÐŋÐ°ÐšŅƒÐđ ҃ҁÐĩ", "quests.create_logistics.packager.desc.1": "КÐūÐŧÐļ ÐŋÐūÐīÐ°Ņ”Ņ‚ŅŒŅŅ &cҁÐļÐģÐ―Ð°Ðŧ Ņ€ÐĩÐīҁ҂ÐūŅƒÐ―Ņƒ&r, &3ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļК&r заÐŋаКÐūÐēŅƒŅ” ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ з ÐąÐŧÐūКа, ÐīÐū ŅÐšÐūÐģÐū ÐēŅ–Ð― ÐŋŅ€ÐļÐšŅ€Ņ–ÐŋÐŧÐĩÐ―ÐļÐđ (ÐąŅ–Ðš ÐŋŅ–ÐīКÐŧŅŽŅ‡ÐĩÐ―Ð―Ņ ОÐūÐķÐ―Ð° Ð·ÐžŅ–Ð―ÐļŅ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &5ÐģаÐđКÐūÐēÐūÐģÐū КÐŧŅŽŅ‡Ð°&r), Ņ– ÐēÐļÐīÐ°Ņ” Ð°ÐšŅƒŅ€Ð°Ņ‚Ð―Ņƒ ÐšÐ°Ņ€Ņ‚ÐūÐ―Ð―Ņƒ ҃ÐŋаКÐūÐēÐšŅƒ. КÐūÐķÐ―Ð° Ņ‚Ð°ÐšÐ° ҃ÐŋаКÐūÐēКа ÐžÐ°Ņ” ÐūÐąŅŅÐģ Ð―Ð° 9 ҁÐŧÐū҂ҖÐē, Ņ‚ÐūÐķ ҆Ðĩ Ņ‡ŅƒÐīÐūÐēÐļÐđ ҁÐŋÐūŅŅ–Ðą ÐŋÐĩŅ€ÐĩÐžŅ–Ņ‰ŅƒÐēÐ°Ņ‚Ðļ ÐąÐ°ÐģÐ°Ņ‚Ðū ÐŋŅ€ÐĩÐīОÐĩ҂ҖÐē ÐūÐīÐ―ÐūŅ‡Ð°ŅÐ―Ðū. ÐĐÐūÐą ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļК, Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ҇ÐļОаÐŧÐū &dКÐūÐēÐ°Ð―ÐūÐģÐū заÐŧŅ–Ð·Ð°&r Ņ‚Ð° &dЕÐŧÐĩÐšŅ‚Ņ€ÐūÐ―Ð―Ð° Ņ‚Ņ€ŅƒÐąÐšÐ°&r, а Ņ‚Ð°ÐšÐūÐķ ÐšŅƒÐŋа &dÐšÐ°Ņ€Ņ‚ÐūÐ―Ņƒ&r (&dПаÐŋŅ–Ņ€&r Ņ– &dКÐŧÐĩÐđ&r).\n\nЗÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃: ÐŋҖҁÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļК ÐŋŅ€Ð°Ņ†ŅŽŅ” ÐąÐĩз ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐūÐģÐū ÐšÐ°Ņ€Ņ‚ÐūÐ―Ņƒ, Ņ‚ÐūÐķ ÐŋŅ€Ðū ÐūÐąŅÐŧ҃ÐģÐūÐē҃ÐēÐ°Ð―Ð―Ņ ОÐūÐķÐ―Ð° Ð―Ðĩ Ņ‚ŅƒŅ€ÐąŅƒÐēÐ°Ņ‚ÐļҁҌ!", "quests.create_logistics.packager.desc.2": "ÐŊÐšŅ‰Ðū ÐŋŅ€ÐļÐšŅ€Ņ–ÐŋÐļŅ‚Ðļ &3Ņ‚Ð°ÐąÐŧÐļŅ‡ÐšŅƒ&r ÐīÐū ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļКа, ÐēŅ–Ð― аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðū Ð―Ð°Ð―ÐūҁÐļŅ‚ÐļОÐĩ Ņ—Ņ— Ņ‚ÐĩÐšŅŅ‚ Ð―Ð° ÐēҁҖ ҃ÐŋаКÐūÐēКÐļ ŅÐš аÐīŅ€Ðĩҁ҃ ÐŋŅ€ÐļÐ·Ð―Ð°Ņ‡ÐĩÐ―Ð―Ņ. ÐĶÐĩ ŅŅ‚Ð°Ð―Ðĩ ÐūҁÐūÐąÐŧÐļÐēÐū КÐūŅ€ÐļŅÐ―ÐļО, КÐūÐŧÐļ Ņ‚Ðļ ÐŋÐūŅ‡Ð―Ðĩ҈ Ð―Ð°ÐŧÐ°ŅˆŅ‚ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐžÐ°Ņ€ŅˆŅ€ŅƒŅ‚ÐļÐ·Ð°Ņ†Ņ–ŅŽ ҃ÐŋаКÐūÐēÐūК ÐŋÐū ÐąÐ°Ð·Ņ–.\n\nÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļКÐļ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķŅƒŅ‚ŅŒ Ņ€ÐūзÐŋаКÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐąŅƒÐīҌ-ŅÐšŅ– ҃ÐŋаКÐūÐēКÐļ, ŅÐšŅ– ÐŋÐūŅ‚Ņ€Ð°ÐŋÐŧŅŅŽŅ‚ŅŒ ÐīÐū Ð―ÐļŅ…, ÐēÐļÐēÐ°Ð―Ņ‚Ð°ÐķŅƒŅŽŅ‡Ðļ ÐēÐžŅ–ŅŅ‚ ҃ ÐŋŅ–ÐīКÐŧŅŽŅ‡ÐĩÐ―ÐļÐđ Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€.\n\n&c&lЗÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃: ÐūÐąŅ€Ð°ÐžÐŧÐĩÐ―Ņ– Ņ‚Ð°ÐąÐŧÐļŅ‡ÐšÐļ ÐīÐŧŅ Ņ†ŅŒÐūÐģÐū Ð―Ðĩ ÐŋŅ–ÐīŅ…ÐūÐīŅŅ‚ŅŒ!&r!", - "quests.create_logistics.frogport.title": "Package Frogports", + "quests.create_logistics.frogport.title": "ПаКÐĩŅ‚Ð―Ņ– ÐķÐ°ÐąÐūÐŋÐūҀ҂Ðļ", "quests.create_logistics.frogport.subtitle": "Ð›Ð°Ð―Ņ†ŅŽÐģ КÐūÐžÐ°Ð―Ðī҃ÐēÐ°Ð―Ð―Ņ", "quests.create_logistics.frogport.desc.1": "&3ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―Ņ– Ð–Ð°ÐąÐūÐŋÐūҀ҂Ðļ&r — ÐūÐīÐļÐ― Ņ–Ð· Ņ‚Ņ€ŅŒÐūŅ… ҁÐŋÐūҁÐūÐąŅ–Ðē ÐŋÐĩŅ€ÐĩÐžŅ–Ņ‰ÐĩÐ―Ð―Ņ ҃ÐŋаКÐūÐēÐūК Ņ– ÐīÐūŅŅ‚Ð°ÐēКÐļ Ņ—Ņ… ҃ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðĩ ÐžŅ–ŅŅ†Ðĩ. ВÐūÐ―Ðļ ОÐūÐķŅƒŅ‚ŅŒ ÐŋŅ–ÐīÐēŅ–ŅˆŅƒÐēÐ°Ņ‚Ðļ ҃ÐŋаКÐūÐēКÐļ ÐīÐū &3Ð›Ð°Ð―Ņ†ŅŽÐģÐūÐēÐļŅ… КÐūÐ―ÐēÐĩҔҀҖÐē&r, ÐŋÐū ŅÐšÐļŅ… ҂Җ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒŅŽŅ‚ŅŒŅŅ ÐēзÐīÐūÐēÐķ Ð·â€™Ņ”ÐīÐ―Ð°Ð―ŅŒ ÐŧÐ°Ð―Ņ†ŅŽÐģŅ–Ðē. ÐĐÐūÐą Ņ—Ņ… ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ, ҁÐŋÐĩŅ€ŅˆŅƒ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ ОÐĩŅ€ÐĩÐķ҃ &3Ð›Ð°Ð―Ņ†ŅŽÐģÐūÐēÐļŅ… КÐūÐ―ÐēÐĩҔҀҖÐē&r, Ð·â€™Ņ”ÐīÐ―Ð°Ð―ÐļŅ… ÐžŅ–Ðķ ҁÐūÐąÐūŅŽ ÐŧÐ°Ð―Ņ†ŅŽÐģаОÐļ Ņ‚Ð° ÐŋŅ–ÐīКÐŧŅŽŅ‡ÐĩÐ―ÐļŅ… ÐīÐū ÐķÐļÐēÐŧÐĩÐ―Ð―Ņ: ÐŋŅ–ÐīŅ–ÐđÐīÐĩ ÐąŅƒÐīҌ-ŅÐšÐļÐđ ÐŧÐ°Ð―Ņ†ŅŽÐģ Ņ–Ð· Ņ‚ÐĩÐģÐūО &d#forge:chains&r. КÐŧÐ°Ņ†Ð―Ðļ ПКО ÐŋÐū Ð·â€™Ņ”ÐīÐ―Ð°Ð―Ð―ŅŽ ÐŧÐ°Ð―Ņ†ŅŽÐģа ÐŋÐĩŅ€ÐĩÐī Ņ‚ÐļО, ŅÐš ÐēŅŅ‚Ð°Ð―ÐūÐēÐļŅ‚Ðļ Ð–Ð°ÐąÐūÐŋÐūҀ҂, ҉ÐūÐą ÐēŅ–Ð― ÐēÐ·Ð°Ņ”ÐžÐūÐīŅ–ŅÐē Ņ–Ð· ҆ÐļО ҁÐĩÐģОÐĩÐ―Ņ‚ÐūО.\n\nÐ–Ð°ÐąÐūÐŋÐūҀ҂Ðļ, Ņ€ÐūÐ·ÐžŅ–Ņ‰ÐĩÐ―Ņ– ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū Ð―Ð°Ðī &3ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļКÐūО&r, аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðū ÐŋŅ–ÐīÐēŅ–ŅˆŅƒŅŽŅ‚ŅŒ ҃ÐŋаКÐūÐēКÐļ, ҁ҂ÐēÐūŅ€ÐĩÐ―Ņ– ҆ÐļО ÐŸÐ°ÐšŅƒÐēаÐŧŅŒÐ―ÐļКÐūО.", "quests.create_logistics.frogport.desc.2": "Ð–Ð°ÐąÐūÐŋÐūҀ҂Ðļ ОÐūÐķŅƒŅ‚ŅŒ Ð―Ðĩ ÐŧÐļ҈Ðĩ Ð―Ð°ÐīҁÐļÐŧÐ°Ņ‚Ðļ ҃ÐŋаКÐūÐēКÐļ, а Ðđ ÐŋŅ€ÐļÐđÐžÐ°Ņ‚Ðļ Ņ—Ņ…. ÐŊÐšŅ‰Ðū КÐŧÐ°Ņ†Ð―ŅƒŅ‚Ðļ ПКМ ÐŋÐū Ð–Ð°ÐąÐūÐŋÐūŅ€Ņ‚Ņƒ, ÐēŅ–ÐīÐšŅ€ÐļŅ”Ņ‚ŅŒŅŅ ÐđÐūÐģÐū Ð―Ð°Ð·Ðēа, ŅÐšŅƒ ОÐūÐķÐ―Ð° Ð·ÐžŅ–Ð―ÐļŅ‚Ðļ. ÐĶŅ Ð―Ð°Ð·Ðēа ҁÐŧ҃ÐģŅƒŅ” &aаÐīŅ€ÐĩҁÐūŅŽ&r — ŅÐšŅ‰Ðū ŅÐšÐ°ŅŅŒ ҃ÐŋаКÐūÐēКа ÐžÐ°Ņ” ÐēŅ–ÐīÐŋÐūÐēŅ–ÐīÐ―Ņƒ аÐīŅ€Ðĩҁ҃ ÐŋŅ€ÐļÐ·Ð―Ð°Ņ‡ÐĩÐ―Ð―Ņ, Ð–Ð°ÐąÐūÐŋÐūҀ҂ &aаÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðū Ð·Ð°ÐąÐĩŅ€Ðĩ Ņ—Ņ—&r з ÐŧÐ°Ð―Ņ†ŅŽÐģÐūÐēÐūŅ— ОÐĩŅ€ÐĩÐķŅ–! ÐžŅ‚Ņ€ÐļÐžÐ°Ð―Ð° ҃ÐŋаКÐūÐēКа ÐąŅƒÐīÐĩ ÐŋÐūÐžŅ–Ņ‰ÐĩÐ―Ð° Ðē Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€ ÐąÐŧÐūКа, Ð―Ð° ŅÐšÐūÐžŅƒ ÐēŅŅ‚Ð°Ð―ÐūÐēÐŧÐĩÐ―Ðū Ð–Ð°ÐąÐūÐŋÐūҀ҂.\n\nГÐūÐŧÐūÐēÐ―Ðĩ, ҉ÐūÐą ÐŧÐ°Ð―Ņ†ŅŽÐģÐūÐēа ОÐĩŅ€ÐĩÐķа ÐąŅƒÐŧа &oŅÐšÐūҁҌ&r Ð·â€™Ņ”ÐīÐ―Ð°Ð―Ð° з ÐēŅ…Ņ–ÐīÐ―ÐļОÐļ Ņ‚Ð° ÐēÐļŅ…Ņ–ÐīÐ―ÐļОÐļ Ð–Ð°ÐąÐūÐŋÐūŅ€Ņ‚Ð°ÐžÐļ — Ņ‚ÐūÐīŅ– ҃ÐŋаКÐūÐēКа Ð·Ņ€ÐĩŅˆŅ‚ÐūŅŽ Ð·Ð―Ð°ÐđÐīÐĩ ҈ÐŧŅŅ…. АÐŧÐĩ Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐūÐŋŅ‚ÐļÐžŅ–Ð·ŅƒÐēÐ°Ņ‚Ðļ ÐžÐ°Ņ€ŅˆŅ€ŅƒŅ‚Ðļ, ҉ÐūÐą ŅÐšÐūŅ€ÐūŅ‚ÐļŅ‚Ðļ Ņ‡Ð°Ņ ÐŋÐūÐīÐūŅ€ÐūÐķŅ–.", @@ -1052,7 +1159,7 @@ "quests.create_logistics.fabricate_rose_quartz.title": "ДÐķÐĩŅ€ÐĩÐŧÐū Ņ€ÐūÐķÐĩÐēÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ: MV", "quests.create_logistics.fabricate_rose_quartz.subtitle": "ÐĒаК ŅÐ°ÐžÐū ÐīÐūÐąŅ€Ðĩ, ŅÐš Ņ– ҁÐŋŅ€Ð°ÐēÐķÐ―Ņ”", "quests.create_logistics.fabricate_rose_quartz.desc": "ÐžŅÐšŅ–ÐŧŅŒÐšÐļ ÐēÐļҁÐūКÐūҀҖÐēÐ―ÐĩÐēа ÐŧÐūÐģҖҁ҂ÐļКа Ð―Ðĩ Ņ” ÐšŅ€ÐļŅ‚ÐļŅ‡Ð―ÐūŅŽ ÐīÐŧŅ ÐŋŅ€Ðūҁ҃ÐēÐ°Ð―Ð―Ņ, Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐēŅ–ÐīКÐŧÐ°ŅŅ‚Ðļ ÐēÐļÐģÐūŅ‚ÐūÐēÐŧÐĩÐ―Ð―Ņ Ð›Ņ–Ð―Ð·Ðļ ÐīÐū ÐĩŅ‚Ð°Ðŋ҃ &bMV&r, КÐūÐŧÐļ зОÐūÐķÐĩ҈ Ð·Ņ€ÐūÐąÐļŅ‚Ðļ ҆Ðĩ ÐēÐīÐūОа. &dРÐūÐķÐĩÐēÐļÐđ КÐēÐ°Ņ€Ņ†&r ОÐūÐķÐ―Ð° ÐšŅ€ÐļŅŅ‚Ð°ÐŧŅ–Ð·ŅƒÐēÐ°Ņ‚Ðļ з ÐđÐūÐģÐū ÐŋÐūŅ€ÐūŅˆÐšÐūÐēÐūŅ— Ņ„ÐūŅ€ÐžÐļ (ŅŅƒÐžŅ–Ņˆ 8 Ņ‡Ð°ŅŅ‚ÐļÐ― Ņ€ÐĩÐīҁ҂ÐūŅƒÐ―Ņƒ Ņ‚Ð° 1 Ņ‡Ð°ŅŅ‚ÐļÐ―Ðļ КÐēÐ°Ņ€Ņ†Ņƒ з НÐĩзÐĩŅ€Ņƒ) за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &bПÐūÐšŅ€Ð°Ņ‰ÐĩÐ―ÐūÐģÐū &3АÐēŅ‚ÐūКÐŧаÐēа&r, Ð·Ð°ÐžŅ–Ð―ÐļÐē҈Ðļ зÐēÐļŅ‡Ð°ÐđÐ―Ņƒ (ÐīÐļҁ҂ÐļÐŧҌÐūÐēÐ°Ð―Ņƒ) ÐēÐūÐī҃ Ð―Ð° &bÐšŅ€ÐļÐķÐ°Ð―Ņƒ ÐēÐūÐī҃&r, ҉ÐūÐą Ņ–ÐžŅ–Ņ‚ŅƒÐēÐ°Ņ‚Ðļ ÐŋŅ€ÐļŅ€ÐūÐīÐ―Ņ– ŅƒÐžÐūÐēÐļ. ÐĒаК ŅÐ°ÐžÐū, Ð―Ð° ҀҖÐēÐ―Ņ– &bMV&r ŅÐ°ÐžŅƒ &dÐ›Ņ–Ð―Ð·Ņƒ з Ņ€ÐūÐķÐĩÐēÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ&r ОÐūÐķÐ―Ð° ÐēÐļŅ€Ņ–Ð·Ð°Ņ‚Ðļ з &dПÐŧÐ°ŅŅ‚ÐļÐ―Ðļ Ņ€ÐūÐķÐĩÐēÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ&r, ŅÐšŅƒ, ҁÐēÐūŅ”ŅŽ ҇ÐĩŅ€ÐģÐūŅŽ, ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ÐēÐļÐģÐūŅ‚ÐūÐēÐļŅ‚Ðļ з ÐŋÐūÐēÐ―ÐūÐģÐū ÐąÐŧÐūКа КÐēÐ°Ņ€Ņ†Ņƒ (ÐūŅÐšŅ–ÐŧŅŒÐšÐļ ҆Ðĩ ÐŋÐŧÐ°ŅŅ‚ÐļÐ―Ð° з ŅÐ°ÐžÐū҆ÐēŅ–Ņ‚Ņƒ, Ņ—Ņ— ҁÐŧŅ–Ðī ÐūÐąŅ€ÐūÐąÐŧŅŅ‚Ðļ Ðē &3Ð Ņ–Ð·Ð°ÐšŅƒ&r).", - "quests.create_logistics.rose_quartz_lens.title": "Rose-tinted Glasses", + "quests.create_logistics.rose_quartz_lens.title": "РÐūÐķÐĩÐēŅ– ÐūÐšŅƒÐŧŅŅ€Ðļ", "quests.create_logistics.rose_quartz_lens.subtitle": "ПЛО (ПÐūŅ‚Ņ€Ņ–ÐąÐĩÐ― ЛÐļ҈Ðĩ ОÐīÐļÐ―)", "quests.create_logistics.rose_quartz_lens.desc": "ÐŊКÐļО ÐąÐļ ҁÐŋÐūҁÐūÐąÐūО Ņ‚Ðļ Ð―Ðĩ зÐīÐūÐąŅƒÐē ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ņ– ÐžÐ°Ņ‚ÐĩŅ€Ņ–Ð°ÐŧÐļ, ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ð›Ņ–Ð―Ð·Ðļ Ņ‚ÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ &3ÐĒÐūÐšÐ°Ņ€Ð―ÐļÐđ ÐēÐĩŅ€ŅŅ‚Ð°Ņ‚&r. &7БазÐūÐēÐūÐģÐū &3ÐĒÐūÐšÐ°Ņ€Ð―ÐūÐģÐū ÐēÐĩŅ€ŅŅ‚Ð°Ņ‚Ð°&r ÐąŅƒÐīÐĩ ÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū, ҉ÐūÐą ÐēÐļÐģÐūŅ‚ÐūÐēÐļŅ‚Ðļ ÐŧŅ–Ð―Ð·Ņƒ з &dВÐļŅˆŅƒÐšÐ°Ð―ÐūÐģÐū Ņ€ÐūÐķÐĩÐēÐūÐģÐū КÐēÐ°Ņ€Ņ†Ņƒ&r, аÐŧÐĩ ŅÐšŅ‰Ðū Ņ‚Ðļ Ņ…Ðū҇Ðĩ҈ Ð·Ņ€ÐūÐąÐļŅ‚Ðļ Ņ—Ņ— Ð·Ņ– зÐēÐļŅ‡Ð°ÐđÐ―ÐūŅ— ÐŋÐŧÐ°ŅŅ‚ÐļÐ―Ðļ, Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ÐšŅ€Ð°Ņ‰Ð° Ņ‚ÐĩŅ…Ð―Ņ–ÐšÐ° — &bПÐūÐšŅ€Ð°Ņ‰ÐĩÐ―ÐļÐđ &3ÐĒÐūÐšÐ°Ņ€Ð―ÐļÐđ ÐēÐĩŅ€ŅŅ‚Ð°Ņ‚&r.\n\nÐĐÐūÐđÐ―Ðū ÐŧŅ–Ð―Ð·Ð° ÐąŅƒÐīÐĩ ÐģÐūŅ‚ÐūÐēа, Ņ—Ņ— ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ Ðē &7БазÐūÐēÐūÐžŅƒ &3ЛазÐĩŅ€Ð―ÐūÐžŅƒ ÐģŅ€Ð°ÐēÐĩҀҖ&r Ņ€Ð°Ð·ÐūО Ņ–Ð· &dПÐūÐīÐēŅ–ÐđÐ―ÐūŅŽ ÐŋÐŧÐ°ŅŅ‚ÐļÐ―ÐūŅŽ з ҇ÐĩŅ€ÐēÐūÐ―ÐūÐģÐū ҁÐŋÐŧаÐē҃&r ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ ОÐūÐī҃ÐŧŅ &dПÐĩŅ€ÐĩÐīаÐēÐ°Ņ‡Ð°&r — Ņ– ÐŋŅ€Ðļ Ņ†ŅŒÐūÐžŅƒ ÐŧŅ–Ð―Ð·Ð° Ð―Ðĩ ÐąŅƒÐīÐĩ ÐēÐļŅ‚Ņ€Ð°Ņ‡ÐĩÐ―Ð°.", "quests.create_logistics.stock_link.title": "ПÐūҁÐļÐŧÐ°Ð―Ð―Ņ Ð―Ð° заÐŋÐ°ŅÐļ", @@ -1137,7 +1244,7 @@ "quests.development.hull_zpm.subtitle": "М'ŅÐšÐ° Ņ– МÐūÐšŅ€Ð° ÐĩÐŧÐĩÐšŅ‚Ņ€ÐūÐ―Ņ–ÐšÐ°", "quests.development.hull_zpm.desc": "ÐĶÐĩ ÐŧŅ–Ð―Ņ–Ņ &9МÐūÐšŅ€ÐūŅ—&r ÐĩÐŧÐĩÐšŅ‚Ņ€ÐūÐ―Ņ–ÐšÐļ.\n\nÐĶÐĩ ÐąŅƒÐīÐĩ Ð―Ð°ÐđÐąŅ–ÐŧҌ҈ÐļÐđ ÐēÐļКÐŧÐļК аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļÐ·Ð°Ņ†Ņ–Ņ— ҃ Ņ†ŅŒÐūÐžŅƒ ОÐūÐīÐŋÐ°ÐšŅƒ. БаÐķÐ°ŅŽ ҃ҁÐŋŅ–Ņ…Ņƒ.", "quests.gregtech_energy": "GregTech Ð•Ð―ÐĩŅ€ÐģŅ–Ņ", - "quests.gregtech_energy.subtitle": "So how does all of that work?", + "quests.gregtech_energy.subtitle": "ÐžŅ‚Ðū ŅÐš ҃ҁÐĩ ҆Ðĩ ÐŋŅ€Ð°Ņ†ŅŽŅ”?", "quests.gregtech_energy.start.title": "ДаÐēаÐđ ҉ÐūҁҌ ÐŋÐūŅŅÐ―ÐļОÐū", "quests.gregtech_energy.start.desc": "МÐļ Ð·Ð―Ð°Ņ”ÐžÐū, ҉Ðū GregTech — Ð―Ðĩ Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆÐļÐđ ОÐūÐī ÐīÐŧŅ ÐūҁÐēÐūŅ”Ð―Ð―Ņ, ÐūҁÐūÐąÐŧÐļÐēÐū КÐūÐŧÐļ ÐđÐīÐĩŅ‚ŅŒŅŅ ÐŋŅ€Ðū &cÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―Ņƒ ҁÐļҁ҂ÐĩÐžŅƒ&r. ÐĒÐūÐžŅƒ Ðē Ņ†ŅŒÐūÐžŅƒ Ņ€ÐūзÐīŅ–ÐŧŅ– ОÐļ Ð―Ðĩ ÐŋÐūҁÐŋŅ–ŅˆÐ°Ņ”ÐžÐū Ðđ ÐŋÐūŅŅÐ―ÐļОÐū ŅÐšÐūОÐūÐģа ÐąŅ–ÐŧҌ҈Ðĩ.\n\nДÐĩŅÐšŅ– Ņ€Ðĩ҇Җ Ņ‚ŅƒŅ‚ ОÐūÐķŅƒŅ‚ŅŒ Ð―Ðĩ ÐŋÐūÐēÐ―Ņ–ŅŅ‚ŅŽ Ð·Ņ€ÐūÐ·ŅƒÐžŅ–Ņ‚ÐļŅŅ ÐīÐū ÐŋŅ–Ð·Ð―Ņ–ŅˆÐļŅ… ÐĩŅ‚Ð°ÐŋŅ–Ðē Ņ‚ÐēÐūÐģÐū Ņ€ÐūзÐēÐļŅ‚ÐšŅƒ, Ņ‚ÐūÐķ Ð―Ðĩ ÐŋÐĩŅ€ÐĩÐđОаÐđŅŅ. ÐŸŅ€Ðūҁ҂Ðū Ð―Ð°ÐžÐ°ÐģаÐđŅŅ Ð·Ð°ŅÐēÐūŅ—Ņ‚Ðļ Ņ‚Ðĩ, ҉Ðū ОÐūÐķÐĩ҈ Ð·Ð°Ņ€Ð°Ð·, Ņ– Ð―Ðĩ ҁÐūŅ€ÐūÐžŅŅ &dÐŋÐūÐēÐĩŅ€Ņ‚Ð°Ņ‚ÐļŅŅ ÐīÐū Ņ†ŅŒÐūÐģÐū Ņ€ÐūзÐīŅ–Ðŧ҃&r, КÐūÐŧÐļ ÐēÐļÐ―ÐļÐšÐ°Ņ‚ÐļÐžŅƒŅ‚ŅŒ ÐŋÐļŅ‚Ð°Ð―Ð―Ņ.\n\nМÐļ Ņ€ÐūÐ·ÐąÐļÐŧÐļ ҆ÐĩÐđ Ņ€ÐūзÐīŅ–Ðŧ Ð―Ð° &e҇ÐūŅ‚ÐļŅ€Ðļ ÐšÐ°Ņ‚ÐĩÐģÐūҀҖҗ&r — КÐūÐķÐ―Ð° ÐūŅ…ÐūÐŋÐŧŅŽŅ” ÐūÐšŅ€ÐĩОÐļÐđ Ð°ŅÐŋÐĩÐšŅ‚ ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐūŅ— ҁÐļҁ҂ÐĩОÐļ GregTech. МÐļ Ð―Ð°ÐīаОÐū ŅÐšÐūОÐūÐģа ÐąŅ–ÐŧҌ҈Ðĩ ÐŋŅ€ÐļКÐŧаÐīŅ–Ðē, ҉ÐūÐą Ņ‚ÐūÐąŅ– ÐąŅƒÐŧÐū ÐŧÐĩÐģ҈Ðĩ Ð·Ņ€ÐūÐ·ŅƒÐžŅ–Ņ‚Ðļ, ŅÐš ҃ҁÐĩ ÐŋŅ€Ð°Ņ†ŅŽŅ”.", "quests.gregtech_energy.start.task": "Ð’Ņ–Ņ‚Ð°Ņ”ÐžÐū Ð―Ð° ÐąÐūŅ€Ņ‚Ņƒ", @@ -1167,7 +1274,7 @@ "quests.gregtech_energy.lv_generator.desc.1": "ÐĢҁҖ ҆Җ — Ņ‚ÐēÐūŅ— ÐąÐ°Ð·ÐūÐēŅ– &61-ÐąÐŧÐūКÐūÐēŅ– ÐģÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€Ðļ&r. ВÐūÐ―Ðļ ÐžÐ°ŅŽŅ‚ŅŒ ÐŧÐļ҈Ðĩ ÐūÐīÐļÐ― &9ÐēŅ…Ņ–Ðī&r ÐīÐŧŅ ÐŋаÐŧÐļÐēа — ҇Ðļ Ņ‚Ðū &eÐŋŅ€Ð°&r, &aÐģаз&r, ҇Ðļ &6ҀҖÐīКÐĩ ÐŋаÐŧÐļÐēÐū&r — Ņ– ÐēÐļÐīÐ°ŅŽŅ‚ŅŒ ҀҖÐēÐ―Ðū &e1A&r ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— Ð―Ð° ҁÐēÐūŅ”ÐžŅƒ ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐūÐžŅƒ ҀҖÐēÐ―Ņ–.\n\nЗ Ð―ÐļОÐļ ÐŧÐĩÐģКÐū ÐŋŅ€Ð°Ņ†ŅŽÐēÐ°Ņ‚Ðļ, Ņ– ÐēÐūÐ―Ðļ ŅŅ‚Ð°Ð―ŅƒŅ‚ŅŒ Ņ‚ÐēÐūŅ—Ðž &oÐŋÐĩŅ€ŅˆÐļО ÐīÐķÐĩŅ€ÐĩÐŧÐūО ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ—&r ҃ &5GregTech&r, ÐīÐūКÐļ Ņ‚Ðļ Ð―Ðĩ ÐŋÐĩŅ€ÐĩÐđÐīÐĩ҈ ÐīÐū &dÐēÐĩÐŧÐļКÐļŅ… ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūКÐūÐēÐļŅ… ÐģÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūҀҖÐē&r ÐŋŅ–Ð·Ð―Ņ–ŅˆÐĩ.\n\nÐĐÐūÐą ÐīŅ–Ð·Ð―Ð°Ņ‚ÐļŅŅ, ŅÐšÐĩ ÐŋаÐŧÐļÐēÐū ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ, &aEMI&r — Ņ‚ÐēŅ–Ðđ Ð―Ð°ÐđÐšŅ€Ð°Ņ‰ÐļÐđ ÐīŅ€ŅƒÐģ, Ð°ÐąÐū Ðķ заÐģÐŧŅÐ―ŅŒ ҃ &bзаÐēÐīÐ°Ð―Ð―Ņ ÐŧŅ–ÐēÐūŅ€ŅƒŅ‡&r, ÐīÐĩ ОÐļ ÐŋÐĩŅ€ÐĩÐŧҖ҇ÐļÐŧÐļ Ð―Ð°ÐđÐąŅ–ÐŧҌ҈ &aÐūÐŋŅ‚ÐļОаÐŧŅŒÐ―Ņ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ&r. А ÐŋÐūКÐļ ÐūҁҌ &l҂ҀÐļ ҁÐŋÐūҁÐūÐąÐļ&r ÐŋÐūŅ‡Ð°Ņ‚Ðļ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— — ŅƒŅŅ– ÐēÐūÐ―Ðļ &aÐīÐūŅŅ‚ŅƒÐŋÐ―Ņ–&r, ÐēÐļÐąŅ–Ņ€ за Ņ‚ÐūÐąÐūŅŽ.", "quests.gregtech_energy.lv_generator.desc.2": "&e1. ÐŸÐ°Ņ€ÐūÐēа ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ&r:\n\nÐĶÐĩ Ð―Ð°ÐđКÐŧÐ°ŅÐļŅ‡Ð―Ņ–ŅˆÐļÐđ ОÐĩŅ‚ÐūÐī. ВÐļ ОÐūÐķÐĩŅ‚Ðĩ ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ ÐŋÐ°Ņ€Ņƒ, ÐēÐļŅ€ÐūÐąÐŧÐĩÐ―Ņƒ ÐēÐ°ŅˆÐļОÐļ КÐūŅ‚ÐŧаОÐļ ВÐļҁÐūКÐūÐģÐū ÐĒÐļŅÐšŅƒ, Ð―Ð° EU за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ ÐŸÐ°Ņ€ÐūÐēÐūŅ— ÐĒŅƒŅ€ÐąŅ–Ð―Ðļ.\n\nВÐūÐ―Ð° ÐģÐĩÐ―ÐĩŅ€ŅƒŅ” &e32 EU/t&r ÐŋŅ€Ðļ &e64 mB/t&r ÐŋÐ°Ņ€Ðļ. ÐŊÐšŅ‰Ðū ÐēÐļ ÐūÐąÐĩŅ€ÐĩŅ‚Ðĩ ҆ÐĩÐđ ҈ÐŧŅŅ…, ОÐļ Ð―Ð°ÐŋÐūÐŧÐĩÐģÐŧÐļÐēÐū Ņ€ÐĩКÐūОÐĩÐ―ÐīŅƒŅ”ÐžÐū ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ ВÐĩÐŧÐļКÐļÐđ Ð‘Ņ€ÐūÐ―Ð·ÐūÐēÐļÐđ КÐūŅ‚ÐĩÐŧ, ŅÐšÐļÐđ ÐŧÐĩÐģКÐū ОÐūÐķÐ―Ð° заÐŋŅ€Ð°ÐēÐļŅ‚Ðļ ÐŧаÐēÐūŅŽ, ÐšŅ€ÐĩзÐūŅ‚ÐūО Ð°ÐąÐū Ņ–Ð―ŅˆÐļОÐļ Ņ‚ÐēÐĩŅ€ÐīÐļОÐļ ÐŋаÐŧÐļÐēаОÐļ (ÐŋÐĩŅ€ÐĩÐēҖҀ҂Ðĩ JEI!).", "quests.gregtech_energy.lv_generator.desc.3": "&e2. ÐžÐąÐĩŅ€Ņ‚Ð°ÐŧŅŒÐ―Ð° ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ&r:\n\nВÐļ ОÐūÐķÐĩŅ‚Ðĩ ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ ÐūÐąÐĩŅ€Ņ‚Ð°ÐŧŅŒÐ―Ņƒ ÐĩÐ―ÐĩŅ€ÐģŅ–ŅŽ з ОÐūÐīÐļŅ„Ņ–ÐšÐ°Ņ†Ņ–Ņ— Create Ņ€Ð°Ð·ÐūО з АÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐūŅ€ÐūО ÐīÐŧŅ ÐģÐĩÐ―ÐĩŅ€Ð°Ņ†Ņ–Ņ— RF, а ÐŋÐūŅ‚Ņ–Ðž ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ Ņ—Ņ— Ð―Ð° EU за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &7ПÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ŅŽÐēÐ°Ņ‡Ð° LV&r.\n\n(ПÐĩŅ€ÐĩÐēҖҀ҂Ðĩ заÐēÐīÐ°Ð―Ð―Ņ \"АÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐūŅ€Ðļ\" ҃ LV ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐūŅ— Ņ–Ð―Ņ„ÐūŅ€ÐžÐ°Ņ†Ņ–Ņ—.)", - "quests.gregtech_energy.lv_generator.desc.4": "&e3. Ð‘Ņ–ÐūÐīÐļзÐĩÐŧŅŒÐ―Ð° ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ (TFG-ÐĩÐšŅÐšÐŧŅŽÐ·ÐļÐē)&r:\n\nÐ Ņ–ÐŋаК Ņ‚Ð° ҁÐūÐ―ŅŅˆÐ―ÐļКÐļ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐļŅ‚Ðļ ҃ ÐēÐĩÐŧÐļÐšŅ– ÐūÐąâ€™Ņ”ÐžÐļ ÐœÐ°ŅÐŧа з ÐÐ°ŅŅ–Ð―Ð―Ņ. ÐžÐą'Ņ”ÐīÐ―Ð°ÐđŅ‚Ðĩ ÐđÐūÐģÐū з TFC-ÐĄÐŋÐļҀ҂ÐūО, ҉ÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ Ð‘Ņ–ÐūÐīÐļзÐĩÐŧҌ.\n\nÐĶÐĩÐđ ОÐĩŅ‚ÐūÐī ОÐūÐķÐĩ зÐīÐ°Ņ‚ÐļŅŅ ŅÐšÐŧаÐīÐ―Ņ–ŅˆÐļО, аÐŧÐĩ Ð‘Ņ–ÐūÐīÐļзÐĩÐŧҌ Ð―Ð°ÐīзÐēÐļŅ‡Ð°ÐđÐ―Ðū ÐŋÐūŅ‚ŅƒÐķÐ―ÐļÐđ Ð―Ð° ҀҖÐēÐ―ŅŅ… &7LV&r Ņ‚Ð° &bMV&r. ÐĢ ÐžÐ°ÐđÐąŅƒŅ‚Ð―ŅŒÐūÐžŅƒ ÐēŅ–Ð― ÐīÐūÐąŅ€Ðĩ ÐžÐ°ŅŅˆŅ‚Ð°ÐąŅƒŅ”Ņ‚ŅŒŅŅ аÐķ ÐīÐū &5EV&r заÐēÐīŅÐšÐļ &eÐ‘Ņ–ÐūÐīÐļзÐĩÐŧŅŽ з ÐŸŅ–ÐīÐēÐļ҉ÐĩÐ―ÐļО ÐĶÐĩŅ‚Ð°Ð―ÐūÐēÐļО ЧÐļҁÐŧÐūО&r.\n\nÐĐÐūÐą ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ð‘Ņ–ÐūÐīÐļзÐĩÐŧҌ, ÐēаО Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ &7LV&r ДÐēÐļÐģŅƒÐ― Ð’Ð―ŅƒŅ‚Ņ€Ņ–ŅˆÐ―ŅŒÐūÐģÐū ЗÐģÐūŅ€ŅÐ―Ð―Ņ. ÐĨÐūŅ‡Ð° ÐēŅ–Ð― ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ ҂ҀÐūŅ…Ðļ ÐīÐūŅ€ÐūÐķ҇ÐļО, КÐūÐķÐĩÐ― mB Ð‘Ņ–ÐūÐīÐļзÐĩÐŧŅŽ ÐīÐ°Ņ” ÐēÐĩÐŧÐļÐšŅƒ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ EU, ҉Ðū ҁÐŋŅ€ÐūŅ‰ŅƒŅ” Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ð―Ð―Ņ Ņ‚Ð° Ð·ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ.\n\nВÐļÐąŅ–Ņ€ за ÐēаОÐļ — ŅÐš ÐŋÐūŅ‡Ð°Ņ‚Ðļ ҁÐēÐūŅ” ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―Ðĩ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū.", + "quests.gregtech_energy.lv_generator.desc.4": "&e3. Ð‘Ņ–ÐūÐīÐļзÐĩÐŧŅŒÐ―Ð° ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ (TFG-ÐĩÐšŅÐšÐŧŅŽÐ·ÐļÐē)&r:\n\nÐšÐ°Ð―ÐūÐŧа Ņ‚Ð° ҁÐūÐ―ŅŅˆÐ―ÐļКÐļ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐļŅ‚Ðļ ҃ ÐēÐĩÐŧÐļÐšŅ– ÐūÐąâ€™Ņ”ÐžÐļ ÐœÐ°ŅÐŧа з ÐÐ°ŅŅ–Ð―Ð―Ņ. ÐžÐą'Ņ”ÐīÐ―Ð°ÐđŅ‚Ðĩ ÐđÐūÐģÐū з TFC-ÐĄÐŋÐļҀ҂ÐūО, ҉ÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ Ð‘Ņ–ÐūÐīÐļзÐĩÐŧҌ.\n\nÐĶÐĩÐđ ОÐĩŅ‚ÐūÐī ОÐūÐķÐĩ зÐīÐ°Ņ‚ÐļŅŅ ŅÐšÐŧаÐīÐ―Ņ–ŅˆÐļО, аÐŧÐĩ Ð‘Ņ–ÐūÐīÐļзÐĩÐŧҌ Ð―Ð°ÐīзÐēÐļŅ‡Ð°ÐđÐ―Ðū ÐŋÐūŅ‚ŅƒÐķÐ―ÐļÐđ Ð―Ð° ҀҖÐēÐ―ŅŅ… &7LV&r Ņ‚Ð° &bMV&r. ÐĢ ÐžÐ°ÐđÐąŅƒŅ‚Ð―ŅŒÐūÐžŅƒ ÐēŅ–Ð― ÐīÐūÐąŅ€Ðĩ ÐžÐ°ŅŅˆŅ‚Ð°ÐąŅƒŅ”Ņ‚ŅŒŅŅ аÐķ ÐīÐū &5EV&r заÐēÐīŅÐšÐļ &eÐ‘Ņ–ÐūÐīÐļзÐĩÐŧŅŽ з ÐŸŅ–ÐīÐēÐļ҉ÐĩÐ―ÐļО ÐĶÐĩŅ‚Ð°Ð―ÐūÐēÐļО ЧÐļҁÐŧÐūО&r.\n\nÐĐÐūÐą ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ð‘Ņ–ÐūÐīÐļзÐĩÐŧҌ, ÐēаО Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ &7LV&r ДÐēÐļÐģŅƒÐ― Ð’Ð―ŅƒŅ‚Ņ€Ņ–ŅˆÐ―ŅŒÐūÐģÐū ЗÐģÐūŅ€ŅÐ―Ð―Ņ. ÐĨÐūŅ‡Ð° ÐēŅ–Ð― ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ ҂ҀÐūŅ…Ðļ ÐīÐūŅ€ÐūÐķ҇ÐļО, КÐūÐķÐĩÐ― mB Ð‘Ņ–ÐūÐīÐļзÐĩÐŧŅŽ ÐīÐ°Ņ” ÐēÐĩÐŧÐļÐšŅƒ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ EU, ҉Ðū ҁÐŋŅ€ÐūŅ‰ŅƒŅ” Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ð―Ð―Ņ Ņ‚Ð° Ð·ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ.\n\nВÐļÐąŅ–Ņ€ за ÐēаОÐļ — ŅÐš ÐŋÐūŅ‡Ð°Ņ‚Ðļ ҁÐēÐūŅ” ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―Ðĩ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū.", "quests.gregtech_energy.lv_generator.task": "Ð‘ŅƒÐīҌ-ŅÐšÐļÐđ ГÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€ LV", "quests.gregtech_energy.mv_generator.title": "ГÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€Ðļ MV", "quests.gregtech_energy.mv_generator.subtitle": "ÐĢ ÐŋŅ€ÐļÐ―Ņ†ÐļÐŋŅ– Ņ‚Ð°ÐšŅ– ŅÐ°ÐžŅ–, ŅÐš Ņ– LV-ÐģÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€Ðļ", @@ -1221,7 +1328,7 @@ "quests.gregtech_energy.lce_fuel.desc.2": "ÐĐÐūÐđÐ―Ðū ÐēÐļ ÐīÐūŅŅÐģÐ―ÐĩŅ‚Ðĩ ҀҖÐēÐ―Ņ &5EV&r Ņ– Ðū҂ҀÐļÐžÐ°Ņ”Ņ‚Ðĩ ÐīÐūŅŅ‚ŅƒÐŋ ÐīÐū &6ДÐļҁ҂ÐļÐŧŅŅ†Ņ–ÐđÐ―ÐūŅ— ВÐĩÐķŅ–&r, Ð―Ð°ŅŅ‚Ð°Ðē Ņ‡Ð°Ņ ÐŋÐĩŅ€ÐĩŅ…ÐūÐīÐļŅ‚Ðļ Ð―Ð° БÐĩÐ―Ð·ÐļÐ― Ņ– ВÐļҁÐūКÐūÐūÐšŅ‚Ð°Ð―ÐūÐēÐļÐđ БÐĩÐ―Ð·ÐļÐ―. НÐĩ ÐēÐ°Ņ€Ņ‚Ðū Ņ€ÐūÐąÐļŅ‚Ðļ ҆Ðĩ Ð―Ð°ÐīŅ‚Ðū Ņ€Ð°Ð―Ðū — Ð―Ð°Ņ„Ņ‚Ðļ ҁÐŧŅ–Ðī ÐŋŅ€Ð°ÐēÐļÐŧŅŒÐ―Ðū ÐīÐļҁ҂ÐļÐŧŅŽÐēÐ°Ņ‚Ðļ, Ņ– Ņ€ÐūÐąÐļŅ‚Ðļ ҆Ðĩ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ зÐēÐļŅ‡Ð°ÐđÐ―ÐūŅ— ДÐļҁ҂ÐļÐŧÐĩҀҖҗ зÐūÐēŅŅ–Ðž Ð―ÐĩÐĩŅ„ÐĩÐšŅ‚ÐļÐēÐ―Ðū.\n\nДÐŧŅ Ņ€ÐūÐąÐūŅ‚Ðļ ҆ҖҔҗ ҁÐļҁ҂ÐĩОÐļ ÐēаО Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ÐŋÐūŅ”ÐīÐ―Ð°Ð―Ð―Ņ ÐīÐļҁ҂ÐļÐŧŅŅ†Ņ–Ņ— Ð―Ð°Ņ„Ņ‚Ðļ Ņ‚Ð° ÐūÐąŅ€ÐūÐąÐšÐļ ÐūŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―ÐļŅ… ҁÐŋÐūÐŧŅƒÐš. На Ņ‰Ð°ŅŅ‚Ņ, ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ð° ÐŸŅ–Ņ‡ Ņ– ДÐļҁ҂ÐļÐŧŅŅ†Ņ–ÐđÐ―Ð° ВÐĩÐķа ҁÐŋŅ€Ð°ÐēÐŧŅŅŽŅ‚ŅŒŅŅ з ҆ÐļО Ð―Ð°ÐŋŅ€ÐūŅ‡ŅƒÐī ÐĩŅ„ÐĩÐšŅ‚ÐļÐēÐ―Ðū.\n\nÐŊÐšŅ‰Ðū ÐēаО ÐēÐīÐ°ŅŅ‚ŅŒŅŅ Ð·Ð°ÐąÐĩзÐŋÐĩ҇ÐļŅ‚Ðļ ŅŅ‚Ð°ÐąŅ–ÐŧŅŒÐ―Ðĩ ÐŋÐūŅŅ‚Ð°Ņ‡Ð°Ð―Ð―Ņ ВÐļҁÐūКÐūÐūÐšŅ‚Ð°Ð―ÐūÐēÐūÐģÐū БÐĩÐ―Ð·ÐļÐ―Ņƒ, Ņ‚Ðū зОÐūÐķÐĩŅ‚Ðĩ ÐŋŅ€ÐūÐđŅ‚Ðļ ÐēÐĩҁҌ ОÐūÐīÐŋаК, ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‡Ðļ ÐŧÐļ҈Ðĩ ДÐēÐļÐģŅƒÐ―Ðļ Ð’Ð―ŅƒŅ‚Ņ€Ņ–ŅˆÐ―ŅŒÐūÐģÐū ЗÐģÐūŅ€ŅÐ―Ð―Ņ.", "quests.gregtech_energy.lce_fuel.task": "ÐĢ ÐžÐĩÐ―Ðĩ ÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū", "quests.gregtech_energy.large_solar.subtitle": "ВÐĩÐŧÐļ҇ÐĩÐ·Ð―Ð° ÐŋŅ€ÐūŅŅ‚Ð° ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ", - "quests.gregtech_energy.large_solar.desc.1": "ВÐĩÐŧÐļКа ҁÐūÐ―ŅŅ‡Ð―Ð° ÐžÐ°Ņ‚Ņ€ÐļŅ†Ņ MK I — ҆Ðĩ Ņ‚ÐēÐūŅ” ÐūŅÐ―ÐūÐēÐ―Ðĩ Ņ€Ņ–ŅˆÐĩÐ―Ð―Ņ, ŅÐšŅ‰Ðū ÐŋÐŧÐ°Ð―ŅƒŅ”Ņˆ Ņ€ÐūзÐģÐūŅ€Ð―ŅƒŅ‚Ðļ ÐąŅ–ÐŧҌ҈҃ ÐąÐ°Ð·Ņƒ Ð―Ð° ÐœŅ–ŅŅŅ†Ņ–.\n\nВÐūÐ―Ð° ÐūҁÐūÐąÐŧÐļÐēÐū КÐūŅ€ÐļŅÐ―Ð° ÐīÐŧŅ &bÐūÐąŅ€ÐūÐąÐ―ÐļŅ… ÐŧŅ–Ð―Ņ–Ðđ AE2&r, а Ņ‚Ð°ÐšÐūÐķ зÐīÐ°Ņ‚Ð―Ð° ÐķÐļÐēÐļŅ‚Ðļ Ņ‚ÐēÐūŅ— &bВÐļÐīÐūÐąŅƒÐēÐ°Ņ‡Ņ– КÐūŅ€Ņ–Ð―Ð―ÐūŅ— ÐŋÐūŅ€ÐūÐīÐļ&r.\n\nНÐĩ Ð·Ð°ÐąŅƒÐīҌ, ҉Ðū Ņ‚Ðļ ОÐūÐķÐĩ҈ ŅÐšÐūŅ€ÐļŅŅ‚Ð°Ņ‚ÐļŅŅ ÐŋŅ€ÐĩÐīОÐĩŅ‚ÐūО &bÐĒÐĩŅ€ÐžŅ–Ð―Ð°Ðŧ GregTech&r, ҉ÐūÐą ОÐļ҂҂ҔÐēÐū ÐŋÐūÐąŅƒÐī҃ÐēÐ°Ņ‚Ðļ ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūК — ÐŋŅ€Ðūҁ҂Ðū Ð·Ð°Ņ‚ÐļŅÐ―Ðļ Shift Ņ– КÐŧÐ°Ņ†Ð―Ðļ ПКМ ÐŋÐū КÐūÐ―Ņ‚Ņ€ÐūÐŧÐĩҀҖ.\n\nПÐĩŅ€ÐĩÐēŅ–Ņ€ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ, Ð―Ð°Ņ‚ÐļŅÐ―ŅƒÐē҈Ðļ &eU&r Ð―Ð° КÐūÐ―Ņ‚Ņ€ÐūÐŧÐĩҀҖ — Ņ‚Ð°Ðž Ð·Ð―Ð°ÐđÐīÐĩ҈ ŅƒŅŅ– ÐīÐūŅŅ‚ŅƒÐŋÐ―Ņ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ.", + "quests.gregtech_energy.large_solar.desc.1": "ВÐĩÐŧÐļКа ҁÐūÐ―ŅŅ‡Ð―Ð° ÐžÐ°Ņ‚Ņ€ÐļŅ†Ņ MK I — ҆Ðĩ Ņ‚ÐēÐūŅ” ÐūŅÐ―ÐūÐēÐ―Ðĩ Ņ€Ņ–ŅˆÐĩÐ―Ð―Ņ, ŅÐšŅ‰Ðū ÐŋÐŧÐ°Ð―ŅƒŅ”Ņˆ Ņ€ÐūзÐģÐūŅ€Ð―ŅƒŅ‚Ðļ ÐąŅ–ÐŧҌ҈҃ ÐąÐ°Ð·Ņƒ Ð―Ð° ÐœŅ–ŅŅŅ†Ņ–.\n\nВÐūÐ―Ð° ÐūҁÐūÐąÐŧÐļÐēÐū КÐūŅ€ÐļŅÐ―Ð° ÐīÐŧŅ &bÐūÐąŅ€ÐūÐąÐ―ÐļŅ… ÐŧŅ–Ð―Ņ–Ðđ AE2&r, а Ņ‚Ð°ÐšÐūÐķ зÐīÐ°Ņ‚Ð―Ð° ÐķÐļÐēÐļŅ‚Ðļ Ņ‚ÐēÐūŅ— &bГÐŧÐļÐąÐļÐ―Ð―Ņ– ÐąŅƒŅ€Ðļ&r.\n\nНÐĩ Ð·Ð°ÐąŅƒÐīҌ, ҉Ðū Ņ‚Ðļ ОÐūÐķÐĩ҈ ŅÐšÐūŅ€ÐļŅŅ‚Ð°Ņ‚ÐļŅŅ ÐŋŅ€ÐĩÐīОÐĩŅ‚ÐūО &bÐĒÐĩŅ€ÐžŅ–Ð―Ð°Ðŧ GregTech&r, ҉ÐūÐą ОÐļ҂҂ҔÐēÐū ÐŋÐūÐąŅƒÐī҃ÐēÐ°Ņ‚Ðļ ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūК — ÐŋŅ€Ðūҁ҂Ðū Ð·Ð°Ņ‚ÐļŅÐ―Ðļ Shift Ņ– КÐŧÐ°Ņ†Ð―Ðļ ПКМ ÐŋÐū КÐūÐ―Ņ‚Ņ€ÐūÐŧÐĩҀҖ.\n\nПÐĩŅ€ÐĩÐēŅ–Ņ€ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ, Ð―Ð°Ņ‚ÐļŅÐ―ŅƒÐē҈Ðļ &eU&r Ð―Ð° КÐūÐ―Ņ‚Ņ€ÐūÐŧÐĩҀҖ — Ņ‚Ð°Ðž Ð·Ð―Ð°ÐđÐīÐĩ҈ ŅƒŅŅ– ÐīÐūŅŅ‚ŅƒÐŋÐ―Ņ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ.", "quests.gregtech_energy.large_solar.desc.2": "&6ВÐĩÐŧÐļКа ҁÐūÐ―ŅŅ‡Ð―Ð° ÐžÐ°Ņ‚Ņ€ÐļŅ†Ņ MK I&r ÐžÐ°Ņ” &92 Ņ€Ņ–Ð·Ð―Ņ– Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ&r:\n\n&9â€Ē ÐŸÐ°ŅÐļÐēÐ―ÐļÐđ Ņ€ÐĩÐķÐļО&r — \nÐĢ Ņ†ŅŒÐūÐžŅƒ Ņ€ÐĩÐķÐļÐžŅ– Ð―Ðĩ ÐēÐļŅ‚Ņ€Ð°Ņ‡Ð°ŅŽŅ‚ŅŒŅŅ ÐķÐūÐīÐ―Ņ– ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ, ҉Ðū Ņ€ÐūÐąÐļŅ‚ŅŒ ÐđÐūÐģÐū ÐŋÐūÐēÐ―Ņ–ŅŅ‚ŅŽ ÐŋÐ°ŅÐļÐēÐ―ÐļО. ÐŸŅ€ÐūŅ‚Ðĩ ÐēŅ–Ð― ÐģÐĩÐ―ÐĩŅ€ŅƒŅ” ÐŧÐļ҈Ðĩ &62A HV&r ÐēÐīÐĩÐ―ŅŒ — Ņ†ŅŒÐūÐģÐū ÐēÐļŅŅ‚Ð°Ņ‡ÐļŅ‚ŅŒ ÐīÐŧŅ ÐąÐ°Ð·ÐūÐēÐļŅ… ҁÐļҁ҂ÐĩО, аÐŧÐĩ ÐīаÐŧÐĩКÐū Ð―Ðĩ ÐūÐŋŅ‚ÐļОаÐŧŅŒÐ―Ðū.\n\n&9â€Ē ÐÐšŅ‚ÐļÐēÐ―ÐļÐđ Ņ€ÐĩÐķÐļО з ÐūÐąŅÐŧ҃ÐģÐūÐē҃ÐēÐ°Ð―Ð―ŅÐž&r — \nÐŊÐšŅ‰Ðū Ņ…Ðū҇Ðĩ҈ &aÐžÐ°ÐšŅÐļÐžŅ–Ð·ŅƒÐēÐ°Ņ‚Ðļ ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļÐđ ÐēÐļŅ…Ņ–Ðī&r, ÐīÐūÐēÐĩÐīÐĩŅ‚ŅŒŅŅ ҁÐŧŅ–ÐīÐšŅƒÐēÐ°Ņ‚Ðļ за ÐūÐąŅÐŧ҃ÐģÐūÐē҃ÐēÐ°Ð―Ð―ŅÐž. На ÐŋÐūŅ‡Ð°Ņ‚ÐšŅƒ КÐūÐķÐ―ÐūÐģÐū ҆ÐļКÐŧ҃ Ņ–ŅÐ―ŅƒŅ” &c5% ŅˆÐ°Ð―Ņ&r, ҉Ðū ÐąŅƒÐīÐĩ ÐēÐļŅ‚Ņ€Ð°Ņ‡ÐĩÐ―Ðū &dÐĪÐūŅ‚ÐūÐēÐūÐŧŅŒŅ‚Ð°Ņ—Ņ‡Ð―Ņƒ КаÐŋҁ҃Ðŧ҃&r.\n\n&eÐÐ°ŅˆÐ° Ņ€ÐĩКÐūОÐĩÐ―ÐīÐ°Ņ†Ņ–Ņ:&r \nНаÐŧÐ°ŅˆŅ‚ŅƒÐđ ÐŋÐ°ŅÐļÐēÐ―Ņƒ ÐŧÐūÐģҖҁ҂ÐļŅ‡Ð―Ņƒ ÐŧŅ–Ð―Ņ–ŅŽ ÐīÐŧŅ ÐŋÐūŅŅ‚Ð°Ņ‡Ð°Ð―Ð―Ņ ҁÐūÐ―ŅŅ‡Ð―ÐūŅ— ÐŋÐ°Ð―ÐĩÐŧŅ– Ņ„ÐūŅ‚ÐūÐēÐūÐŧŅŒŅ‚Ð°Ņ—Ņ‡Ð―ÐļОÐļ КаÐŋҁ҃ÐŧаОÐļ.\n\nÐ‡Ņ… ОÐūÐķÐ―Ð° Ð°ÐąÐū Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ņ‚Ðļ з &aЗÐĩОÐŧŅ–&r, Ð°ÐąÐū ÐēÐļÐģÐūŅ‚ÐūÐēÐŧŅŅ‚Ðļ ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū Ð―Ð° &7ÐœŅ–ŅŅŅ†Ņ–&r — ÐēÐļÐąŅ–Ņ€ за Ņ‚ÐūÐąÐūŅŽ!", "quests.gregtech_energy.large_solar_t2.subtitle": "ÐĐÐĩ ÐŋÐūŅ‚ŅƒÐķÐ―Ņ–ŅˆÐĩ", "quests.gregtech_energy.large_solar_t2.desc.1": "ÐŊÐšŅ‰Ðū Ņ‚Ðļ ÐąŅƒÐīŅƒŅ”Ņˆ &dÐąÐ°Ð·Ņƒ AE2 Ð―Ð° ÐœŅ–ŅŅŅ†Ņ–&r, Ņ‚ÐūÐąŅ–, ҈ÐēÐļÐī҈Ðĩ за ÐēҁÐĩ, Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ÐąŅ–ÐŧҌ҈Ðĩ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ—. І ŅÐ°ÐžÐĩ Ņ‚ŅƒŅ‚ ÐēŅŅ‚ŅƒÐŋÐ°Ņ” Ðē ÐģŅ€Ņƒ &6ВÐĩÐŧÐļКа ҁÐūÐ―ŅŅ‡Ð―Ð° ÐžÐ°Ņ‚Ņ€ÐļŅ†Ņ MK II&r!\n\nÐŊК Ņ– MK I, ÐēÐūÐ―Ð° ÐžÐ°Ņ” 2 Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ — аÐŧÐĩ Ņ†ŅŒÐūÐģÐū Ņ€Ð°Ð·Ņƒ ÐķÐūÐīÐĩÐ― Ņ–Ð· Ð―ÐļŅ… Ð―Ðĩ Ņ” ÐŋÐūÐēÐ―Ņ–ŅŅ‚ŅŽ ÐŋÐ°ŅÐļÐēÐ―ÐļО.", @@ -1233,7 +1340,7 @@ "quests.gregtech_energy.storage.title": "Ð—ÐąÐĩŅ€ÐĩÐķÐĩÐ―Ð―Ņ Ð•Ð―ÐĩŅ€ÐģŅ–Ņ—", "quests.gregtech_energy.storage.subtitle": "ÐĒŅ€ÐĩÐąÐ° Ðķ ÐīÐĩҁҌ ÐŋÐūÐīŅ–Ņ‚Ðļ ÐēŅŅŽ Ņ†ŅŽ ÐĩÐ―ÐĩŅ€ÐģŅ–ŅŽ", "quests.gregtech_energy.storage.desc": "Ð—ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— — ÐūÐīÐ―Ð° з Ņ„ŅƒÐ―ÐīаОÐĩÐ―Ņ‚Ð°ÐŧŅŒÐ―ÐļŅ… Ð·Ð°ŅÐ°Ðī ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐūŅ— ҁÐļҁ҂ÐĩОÐļ Ðē GregTech.\n\nЧÐūÐžŅƒ ҆Ðĩ Ņ‚Ð°Ðš? БÐū Ð―Ð°ÐēŅ–Ņ‚ŅŒ Ð―Ð°ÐđÐŋÐūŅ‚ŅƒÐķÐ―Ņ–ŅˆŅ– ÐģÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€Ðļ Ð―Ðĩ зÐīÐ°Ņ‚Ð―Ņ– ÐŋŅ–Ðī҂ҀÐļÐžŅƒÐēÐ°Ņ‚Ðļ ŅŅ‚Ð°ÐąŅ–ÐŧŅŒÐ―Ņƒ ÐŋÐūÐīÐ°Ņ‡Ņƒ ÐŋŅ€Ðļ заÐŋŅƒŅÐšŅƒ ÐēÐĩÐŧÐļКÐūÐģÐū ÐšŅ€Ð°Ņ„Ņ‚Ņƒ — ÐūҁÐūÐąÐŧÐļÐēÐū Ð―Ð° ÐŋŅ–Ð·Ð―Ņ–Ņ… ÐĩŅ‚Ð°ÐŋÐ°Ņ… ÐģŅ€Ðļ.\n\nÐĐÐūÐą ÐēÐŋÐūŅ€Ð°Ņ‚ÐļŅŅ з ҆ÐļО, GregTech ÐŋŅ€ÐūÐŋÐūÐ―ŅƒŅ” Ð―ÐļÐ·ÐšŅƒ Ņ€Ņ–ŅˆÐĩÐ―ŅŒ ÐīÐŧŅ Ð·ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ Ð°ŅŅ‚Ņ€ÐūÐ―ÐūÐžŅ–Ņ‡Ð―ÐļŅ… ÐūÐąŅŅÐģŅ–Ðē EU. ÐĒÐ°ÐšŅ– ҁ҅ÐūÐēÐļŅ‰Ð° ÐŋŅ€Ð°Ņ†ŅŽŅŽŅ‚ŅŒ ŅÐš ÐąŅƒŅ„ÐĩŅ€ ÐžŅ–Ðķ ÐģÐĩÐ―ÐĩŅ€Ð°Ņ†Ņ–Ņ”ŅŽ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— Ņ‚Ð° ÐžÐ°ŅˆÐļÐ―Ð°ÐžÐļ, ŅÐšŅ– Ņ—Ņ— ÐŋÐūÐģÐŧÐļÐ―Ð°ŅŽŅ‚ŅŒ ÐŋŅ–Ðī Ņ‡Ð°Ņ ŅÐšÐŧаÐīÐ―ÐļŅ… ÐūÐŋÐĩŅ€Ð°Ņ†Ņ–Ðđ.\n\nЧÐļ Ņ‚Ðū Ņ‚Ðļ ÐģÐūŅ‚ŅƒŅ”ŅˆŅŅ ÐīÐū заÐŋŅƒŅÐšŅƒ Ņ€ÐĩÐ°ÐšŅ‚ÐūŅ€Ð° Ņ‚ÐĩŅ€ÐžÐūŅÐīÐĩŅ€Ð―ÐūÐģÐū ҁÐļÐ―Ņ‚ÐĩÐ·Ņƒ, ВÐĨР ҇Ðļ ÐŧÐ°Ð―Ņ†ŅŽÐģа ÐšŅ€Ð°Ņ„Ņ‚Ņ–Ðē ÐžÐ°ŅŅˆŅ‚Ð°ÐąŅƒ HV–IV, Ņ€ÐĩзÐĩŅ€ÐēÐ―ÐļÐđ заÐŋÐ°Ņ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— ŅŅ‚Ð°Ð―Ðĩ КÐŧŅŽŅ‡ÐĩО ÐīÐū ŅŅ‚Ð°ÐąŅ–ÐŧŅŒÐ―Ðūҁ҂Җ.\n\nНÐĩ Ð―ÐĩÐīÐūÐūŅ†Ņ–Ð―ŅŽÐđ ҁÐļÐŧ҃ Ņ…ÐūŅ€Ðū҈ÐūŅ— ÐąÐ°Ņ‚Ð°Ņ€ÐĩŅ— — ŅÐ°ÐžÐĩ ÐēÐūÐ―Ð° ОÐūÐķÐĩ ÐēŅ€ŅŅ‚ŅƒÐēÐ°Ņ‚Ðļ Ņ‚ÐēÐūŅŽ ÐąÐ°Ð·Ņƒ ÐēŅ–Ðī ÐąÐŧÐĩÐšÐ°ŅƒŅ‚Ņƒ ҃ ÐšŅ€ÐļŅ‚ÐļŅ‡Ð―ÐļÐđ ОÐūОÐĩÐ―Ņ‚.", - "quests.gregtech_energy.storage.task": "Ð—Ņ€ÐūÐ·ŅƒÐžŅ–ÐŧÐū", + "quests.gregtech_energy.storage.task": "ÐŊ Ņ€ÐūÐ·ŅƒÐžŅ–ŅŽ", "quests.gregtech_energy.tank.title": "Ð—ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ ÐŋаÐŧŅŒÐ―ÐūÐģÐū", "quests.gregtech_energy.tank.subtitle": "Ð†ŅÐ―ŅƒŅŽŅ‚ŅŒ Ð―Ðĩ ÐŧÐļ҈Ðĩ ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ņ– ÐąÐ°Ņ‚Ð°Ņ€ÐĩŅ—", "quests.gregtech_energy.tank.desc.1": "ÐžŅ‡ÐĩÐēÐļÐīÐ―Ðū, ҉Ðū Ð·ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— Ņ‚Ð°ÐšÐūÐķ ÐūŅ…ÐūÐŋÐŧŅŽŅ” Ņ– Ð·ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ ÐŋаÐŧŅŒÐ―ÐūÐģÐū, ŅÐšÐĩ Ņ—Ņ— ÐģÐĩÐ―ÐĩŅ€ŅƒŅ”.\n\nÐĢ Ņ†ŅŒÐūÐžŅƒ ÐēÐļÐŋаÐīÐšŅƒ, Ņ…ÐūŅ‡Ð° БÐūŅ‡ÐšÐļ Ņ‚Ð° ÐŊ҉ÐļКÐļ — Ð―ÐĩÐŋÐūÐģÐ°Ð―Ņ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ Ð―Ð° Ņ€Ð°Ð―Ð―Ņ–Ņ… ÐĩŅ‚Ð°ÐŋÐ°Ņ…, Ð―Ðĩ ÐēÐ°Ņ€Ņ‚Ðū Ð―ÐĩÐīÐūÐūŅ†Ņ–Ð―ŅŽÐēÐ°Ņ‚Ðļ &dÐĄŅƒÐŋÐĩŅ€ÐąÐ°Ðš&r Ņ– &dÐĄŅƒÐŋÐĩŅ€ŅÐšŅ€ÐļÐ―ŅŽ&r.", @@ -1259,7 +1366,7 @@ "quests.gregtech_energy.spending_energy.desc.2": "ÐĄŅ‚Ð°Ð―ÐīÐ°Ņ€Ņ‚Ð―Ð° ОÐĩŅ…Ð°Ð―Ņ–ÐšÐ°:\n- ÐŊÐšŅ‰Ðū ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūК ОÐūÐķÐĩ ÐŋŅ€ÐļÐđÐžÐ°Ņ‚Ðļ ÐīÐēа ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļŅ… ÐŧŅŽÐšÐļ (ÐąŅ–ÐŧŅŒŅˆŅ–ŅŅ‚ŅŒ з Ð―ÐļŅ…), ҆Ðĩ ÐīÐūзÐēÐūÐŧŅŅ” ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ ÐēÐļ҉ÐūÐģÐū ҀҖÐēÐ―Ņ, Ð―Ņ–Ðķ ÐąÐ°Ð·ÐūÐēÐļÐđ ҀҖÐēÐĩÐ―ŅŒ ÐžÐ°ŅˆÐļÐ―Ðļ.\n\nÐŸŅ€ÐļКÐŧаÐī:\nÐŊÐšŅ‰Ðū ÐēÐļ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚Ðĩ ВÐĩÐŧÐļÐšŅƒ Ð—ÐžŅ–ŅˆŅƒÐēаÐŧŅŒÐ―Ņƒ Ð„ÐžÐ―Ņ–ŅŅ‚ŅŒ Ņ– ÐēŅŅ‚Ð°Ð―ÐūÐēÐļŅ‚Ðĩ ÐīÐēа ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļŅ… ÐŧŅŽÐšÐļ IV, ÐēÐūÐ―Ð° зОÐūÐķÐĩ ÐūÐąŅ€ÐūÐąÐŧŅŅ‚Ðļ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ Ð—ÐžŅ–ŅˆŅƒÐēÐ°Ņ‡Ð° ҀҖÐēÐ―Ņ &cLuV&r.\n\nÐĶÐĩ ÐūÐīÐ―Ð° з КÐŧŅŽŅ‡ÐūÐēÐļŅ… ÐŋÐĩŅ€ÐĩÐēаÐģ ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūÐšŅ–Ðē Ð―Ð°Ðī ÐūÐīÐ―ÐūÐąÐŧÐūКÐūÐēÐļОÐļ ÐžÐ°ŅˆÐļÐ―Ð°ÐžÐļ — ҉ÐūÐą ÐūÐ―ÐūÐēÐļŅ‚Ðļ Ņ—Ņ… ÐīÐū Ð―Ð°ŅŅ‚ŅƒÐŋÐ―ÐūÐģÐū ҀҖÐēÐ―Ņ, ÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū Ð·Ð°ÐžŅ–Ð―ÐļŅ‚Ðļ ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―Ņ– ÐŧŅŽÐšÐļ, а Ð―Ðĩ ÐēŅŅŽ ÐžÐ°ŅˆÐļÐ―Ņƒ.", "quests.gregtech_energy.spending_energy.desc.3": "ДÐĩŅÐšŅ– ÐžŅƒÐŧŅŒŅ‚ÐļÐąÐŧÐūКÐļ ÐŋŅ€ÐļÐđÐžÐ°ŅŽŅ‚ŅŒ ÐŧÐļ҈Ðĩ ÐūÐīÐļÐ― ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļÐđ ÐŧŅŽÐš, аÐŧÐĩ ҆Ðĩ Ð―Ðĩ ÐūÐ·Ð―Ð°Ņ‡Ð°Ņ”, ҉Ðū ÐēÐļ ÐūÐąÐžÐĩÐķÐĩÐ―Ņ– 1A!\n\nВÐļ ÐēҁÐĩ ҉Ðĩ ОÐūÐķÐĩŅ‚Ðĩ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļÐđ ÐŧŅŽÐš Ð―Ð° 4A Ð°ÐąÐū 16A. ÐĶÐĩ ÐīÐūзÐēÐūÐŧÐļŅ‚ŅŒ &bРÐūзÐģÐūÐ―Ņƒ&r Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē, аÐŧÐĩ Ð―Ðĩ Ð·ÐžŅ–Ð―ÐļŅ‚ŅŒ Ņ—Ņ… ҀҖÐēÐĩÐ―ŅŒ.\n\nÐŸŅ€ÐļКÐŧаÐī:\nВÐĩÐŧÐļКÐļÐđ Ð—ÐąÐļŅ€Ð°Ņ‡ ÐĄŅ…ÐĩО ÐŋŅ€ÐļÐđÐžÐ°Ņ” ÐŧÐļ҈Ðĩ ÐūÐīÐļÐ― ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļÐđ ÐŧŅŽÐš. ÐŊÐšŅ‰Ðū ÐēŅŅ‚Ð°Ð―ÐūÐēÐļŅ‚Ðļ ÐĩÐ―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļÐđ ÐŧŅŽÐš IV Ð―Ð° 4A, ÐēÐļ зОÐūÐķÐĩŅ‚Ðĩ Ņ€ÐūÐ·Ņ–ÐģÐ―Ð°Ņ‚Ðļ ÐēҁҖ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ ҀҖÐēÐ―Ņ IV Ņ– Ð―ÐļÐķ҇Ðĩ.\n\nОÐīÐ―Ð°Ðš ÐēŅ–Ð― Ð―Ðĩ ОÐūÐķÐĩ ҁ҂ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ ҀҖÐēÐ―Ņ LuV, ÐūŅÐšŅ–ÐŧŅŒÐšÐļ ÐžÐ°ŅˆÐļÐ―Ð° Ð―Ðĩ ÐŋŅ–Ðī҂ҀÐļÐžŅƒŅ” ÐšŅ–ÐŧŅŒÐšÐ° ÐŧŅŽÐšŅ–Ðē. ÐĶÐĩ ÐūÐąÐžÐĩÐķÐĩÐ―Ð―Ņ Ð·Ņ€ÐūÐąÐŧÐĩÐ―Ðū Ð―Ð°ÐēОÐļŅÐ―Ðū, ҉ÐūÐą заÐŋÐūÐąŅ–ÐģŅ‚Ðļ ÐŋŅ€ÐūÐŋŅƒŅÐšŅƒ ҁÐļҁ҂ÐĩОÐļ ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃ GregTech.", "quests.gregtech_energy.spending_energy.desc.4": "ÐĒÐūÐķ ÐŋÐ°Ðžâ€™ŅŅ‚Ð°ÐđŅ‚Ðĩ: ÐąŅ–ÐŧҌ҈Ðĩ аОÐŋÐĩҀҖÐē Ð―Ð° ÐūÐīÐ―ÐūÐžŅƒ ÐŧŅŽÐšŅƒ ÐūÐ·Ð―Ð°Ņ‡Ð°Ņ” ҈ÐēÐļÐī҈҃ ÐūÐąŅ€ÐūÐąÐšŅƒ, аÐŧÐĩ ÐīÐŧŅ Ņ€ÐūÐ·ÐąÐŧÐūÐšŅƒÐēÐ°Ð―Ð―Ņ Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē ÐēÐļ҉ÐūÐģÐū ҀҖÐēÐ―Ņ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ņ– ÐīÐēа ÐŧŅŽÐšÐļ.", - "quests.gregtech_energy.spending_energy.task": "Ð—Ņ€ÐūÐ·ŅƒÐžŅ–ÐŧÐū", + "quests.gregtech_energy.spending_energy.task": "ÐŊ Ņ€ÐūÐ·ŅƒÐžŅ–ŅŽ", "quests.gregtech_energy.overclock.title": "РÐūзÐģŅ–Ð―", "quests.gregtech_energy.overclock.subtitle": "БазÐūÐēа ОÐĩŅ…Ð°Ð―Ņ–ÐšÐ° ÐŋÐūÐšŅ€Ð°Ņ‰ÐĩÐ―Ð―Ņ", "quests.gregtech_energy.overclock.desc.1": "Ð§ŅƒÐŧÐļ ÐŋŅ€Ðū Ņ€ÐūзÐģŅ–Ð―, аÐŧÐĩ Ð―Ðĩ зÐūÐēŅŅ–Ðž Ņ€ÐūÐ·ŅƒÐžŅ–Ņ”Ņ‚Ðĩ, ҉Ðū ҆Ðĩ? ДаÐēаÐđŅ‚Ðĩ ҂ҀÐūŅ…Ðļ Ņ€ÐūÐ·ÐąÐĩŅ€ÐĩОÐūҁҌ.\n\nПÐūŅ‡Ð―ÐĩОÐū з ÐūŅÐ―ÐūÐē:\n&dLV&r — ÐžÐ°ÐšŅÐļÐžŅƒÐž 32 EU/t — Ņ–Ð―ÐūÐīŅ– ОÐĩÐ―ŅˆÐĩ, аÐŧÐĩ Ð―Ņ–ÐšÐūÐŧÐļ ÐąŅ–ÐŧҌ҈Ðĩ.\n&dMV&r — ÐīÐū 128 EU/t.\n&dHV&r — ÐīÐūŅŅÐģÐ°Ņ” 512 EU/t.\nÐĪÐ°ÐšŅ‚ÐļŅ‡Ð―Ðū, КÐūÐķÐĩÐ― ҀҖÐēÐĩÐ―ŅŒ — ҆Ðĩ Ð·ÐąŅ–ÐŧҌ҈ÐĩÐ―Ð―Ņ ҁÐŋÐūÐķÐļÐēÐ°Ð―Ð―Ņ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— Ðē 4 Ņ€Ð°Ð·Ðļ.", @@ -1287,7 +1394,7 @@ "quests.high_voltage.energium_crystals.subtitle": "ÐÐ°ŅƒÐšÐūÐēÐū-Ņ„Ð°Ð―Ņ‚Ð°ŅŅ‚ÐļŅ‡Ð―Ņ– ÐąÐ°Ņ‚Ð°Ņ€ÐĩŅ—!", "quests.high_voltage.energium_crystals.desc": "&aÐšŅ€ÐļŅŅ‚Ð°ÐŧÐļ Ð•Ð―ÐĩŅ€ÐģŅ–ŅƒÐžŅƒ&r Ð·ÐąÐĩҀҖÐģÐ°ŅŽŅ‚ŅŒ Ð·Ð―Ð°Ņ‡Ð―Ņƒ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ &9EU&r. Ð‡Ņ… Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐ―Ð° ÐēÐēаÐķÐ°Ņ‚Ðļ ÐīÐĩ҈ÐĩÐē҈ÐļОÐļ.", "quests.high_voltage.autoclave.title": "АÐēŅ‚ÐūКÐŧаÐē HV", - "quests.high_voltage.autoclave.subtitle": "Home-grown batteries", + "quests.high_voltage.autoclave.subtitle": "ДÐūÐžÐ°ŅˆÐ―Ņ– Ð°ÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€Ðļ ÐēÐŧÐ°ŅÐ―ÐūÐģÐū ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа", "quests.high_voltage.autoclave.desc": "&3АÐēŅ‚ÐūКÐŧаÐē Hv&r — Ņ…Ðū҇ Ņ– Ð―ÐĩÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐļÐđ, аÐŧÐĩ ҆Ðĩ ÐžÐ°ŅˆÐļÐ―Ð°, ŅÐšŅƒ ÐēÐļ Ņ‚ÐūŅ‡Ð―Ðū Ð·Ð°Ņ…Ðū҇ÐĩŅ‚Ðĩ Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ.\n\nВÐūÐ―Ð° ÐēŅ–ÐīÐšŅ€ÐļÐēÐ°Ņ” ÐīÐūŅŅ‚ŅƒÐŋ ÐīÐū ŅƒÐ―Ņ–ÐšÐ°ÐŧŅŒÐ―ÐļŅ… ÐąÐ°Ņ‚Ð°Ņ€ÐĩÐđ, ŅÐšŅ– &6Ð·Ð―Ð°Ņ‡Ð―Ðū ÐŋÐĩŅ€ÐĩÐēÐĩŅ€ŅˆŅƒŅŽŅ‚ŅŒ&r ҁÐēÐūŅ— ŅŅ‚Ð°Ð―ÐīÐ°Ņ€Ņ‚Ð―Ņ– Ð°Ð―Ð°ÐŧÐūÐģÐļ.", "quests.high_voltage.chem_bath.title": "ÐšŅƒÐŋÐ°Ð―Ð―Ņ ÐŋŅ–Ðī ВÐļҁÐūКÐūŅŽ НаÐŋŅ€ŅƒÐģÐūŅŽ", "quests.high_voltage.chem_bath.subtitle": "Ð‘ŅƒÐīҌ ÐŧÐ°ŅÐšÐ°, Ð―Ðĩ ÐŋŅ€ÐļÐđОаÐđ ÐēÐ°Ð―Ð―Ņƒ з Ņ‚Ðūҁ҂ÐĩŅ€ÐūО...", @@ -1355,6 +1462,7 @@ "quests.high_voltage.lcr.desc.2": "Ð†ŅÐ―ŅƒŅŽŅ‚ŅŒ Ņ‚Ð°ÐšÐūÐķ ÐĩÐšŅÐšÐŧŅŽÐ·ÐļÐēÐ―Ņ– Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ ÐīÐŧŅ &3ВÐĨР&r. НаÐŋŅ€ÐļКÐŧаÐī, &dРаÐīÐūÐ―&r Ð―Ð°Ņ€Ð°Ð·Ņ– ОÐūÐķÐ―Ð° ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ ÐŧÐļ҈Ðĩ Ðē ВÐĨР.\n\nÐĢҁҖ &dРÐūзÐģÐūÐ―Ðļ&r Ðē &3ВÐĨР&r ÐžÐ°ŅŽŅ‚ŅŒ &6100%% ÐĩŅ„ÐĩÐšŅ‚ÐļÐēÐ―Ņ–ŅŅ‚ŅŒ&r (Ņ‚Ð°Ðš зÐēÐ°Ð―Ņ– \"ІÐīÐĩаÐŧŅŒÐ―Ņ– Ņ€ÐūзÐģÐūÐ―Ðļ\"); КÐūÐķÐĩÐ― Ņ€ÐūзÐģŅ–Ð― &5Ðē҇ÐĩŅ‚ÐēÐĩŅ€Ðū&r ÐŋŅ€Ðļ҈ÐēÐļÐīŅˆŅƒŅ” ÐūÐąŅ€ÐūÐąÐšŅƒ, Ð―Ð° ÐēŅ–ÐīÐžŅ–Ð―Ņƒ ÐēŅ–Ðī зÐēÐļŅ‡Ð°ÐđÐ―ÐūÐģÐū ÐŋÐūÐīÐēÐūŅ”Ð―Ð―Ņ.\n\n&3ВÐĨР&r ÐžÐ°Ņ” ҉Ðĩ ÐūÐīÐ―Ņƒ &6ÐŋÐĩŅ€ÐĩÐēаÐģ҃&r: ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ &32 Ð•Ð―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―Ņ– ÐŧŅŽÐšÐļ&r, ҉ÐūÐą заÐŋŅƒŅÐšÐ°Ņ‚Ðļ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ &5Ð―Ð° Ð―Ð°ŅŅ‚ŅƒÐŋÐ―ÐūÐžŅƒ ҀҖÐēÐ―Ņ–&r, ÐŋÐūÐīŅ–ÐąÐ―Ðū ÐīÐū &3ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―ÐūŅ— ÐīÐūОÐĩÐ―Ð―ÐūŅ— ÐŋÐĩ҇Җ&r.", "quests.high_voltage.lcr.desc.3": "&9ПÐūŅ€Ð°Ðīа:&r Ð’Ņ€Ð°Ņ…ÐūÐēŅƒŅŽŅ‡Ðļ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ ВÐĨР, ŅÐšŅƒ Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ, ҇ÐūÐžŅƒ Ðą Ð―Ðĩ Ð·Ð°ŅŅ‚Ðūҁ҃ÐēÐ°Ņ‚Ðļ &dҁÐŋŅ–ÐŧŅŒÐ―Ņ– ŅŅ‚Ņ–Ð―Ðļ&r Ð―Ð° ÐŋÐūÐēÐ―Ņƒ?\n\nМÐūÐķÐ―Ð° ÐŋÐūÐīŅ–ÐŧÐļŅ‚Ðļ ÐūÐīÐļÐ― ŅŅ‚Ð°Ð―ÐīÐ°Ņ€Ņ‚Ð―ÐļÐđ &3Ð•Ð―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐļÐđ ÐŧŅŽÐš&r (2A) ÐžŅ–Ðķ ÐīÐēÐūОа ВÐĨР.\n\nМÐūÐķÐ―Ð° Ņ‚Ð°ÐšÐūÐķ ҁÐŋŅ€ÐūÐąŅƒÐēÐ°Ņ‚Ðļ ÐŋÐūÐīŅ–ÐŧÐļŅ‚Ðļ &3Ð›ŅŽÐšÐļ ÐēÐēÐĩÐīÐĩÐ―Ð―Ņ/ÐēÐļÐēÐĩÐīÐĩÐ―Ð―Ņ&r, аÐŧÐĩ ÐŋÐĩŅ€ÐĩКÐūÐ―Ð°ÐđŅŅ, ҉Ðū КÐūÐķÐĩÐ― ВÐĨР ÐēÐļКÐūÐ―ŅƒŅ” ÐŋŅ€Ð°ÐēÐļÐŧŅŒÐ―ÐļÐđ Ņ€Ðĩ҆ÐĩÐŋŅ‚.\n\nЗÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃: &dÐ›ŅŽÐšÐļ ÐūÐąŅÐŧ҃ÐģÐūÐē҃ÐēÐ°Ð―Ð―Ņ&r Ð―Ðĩ ОÐūÐķÐ―Ð° ÐīŅ–ÐŧÐļŅ‚Ðļ.", "quests.high_voltage.tnt.title": "ÐĒНÐĒ", + "quests.high_voltage.tnt.task": "Ð‘ŅƒÐīҌ-ŅÐšÐ° ÐēÐļÐąŅƒŅ…Ņ–ÐēКа", "quests.high_voltage.tnt.desc.1": "ГÐūŅ‚ŅƒÐđŅŅ ҁ҂ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ ÐēÐļÐąŅƒŅ…Ņ–ÐēÐšŅƒ — ÐēÐūÐ―Ð° Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ÐīÐŧŅ &cІОÐŋÐŧÐūÐ·Ņ–ÐđÐ―ÐūÐģÐū КÐūОÐŋŅ€ÐĩҁÐūŅ€Ð°&r. ÐœÐ°Ņ”Ņˆ ҇ÐūŅ‚ÐļŅ€Ðļ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ, ÐēŅ–Ðī ÐŋŅ€Ðūҁ҂ÐūÐģÐū ÐīÐū Ð―Ð°ÐđŅÐšÐŧаÐīÐ―Ņ–ŅˆÐūÐģÐū, аÐŧÐĩ ОÐļ Ņ€Ð°ÐīÐļОÐū ŅÐšÐ―Ð°Ðđ҈ÐēÐļÐī҈Ðĩ ÐŋÐĩŅ€ÐĩÐđŅ‚Ðļ Ð―Ð° &dÐ†Ð―ÐīŅƒŅŅ‚Ņ€Ņ–Ð°ÐŧŅŒÐ―ÐļÐđ ÐĒНÐĒ&r.", "quests.high_voltage.tnt.desc.2": "&cÐĒНÐĒ&r (҂ҀÐļÐ―Ņ–Ņ‚Ņ€ÐūŅ‚ÐūÐŧ҃ÐūÐŧ) ÐąŅ–ÐŧҌ҈Ðĩ Ð―Ðĩ ОÐūÐķÐ―Ð° ÐēÐļÐģÐūŅ‚ÐūÐēÐļŅ‚Ðļ Ð·Ņ– зÐēÐļŅ‡Ð°ÐđÐ―ÐūÐģÐū ПÐūŅ€ÐūŅ…Ņƒ Ņ‚Ð° ÐŸŅ–ŅÐšŅƒ. ÐÐ°Ņ‚ÐūÐžŅ–ŅŅ‚ŅŒ ÐīÐūÐēÐĩÐīÐĩŅ‚ŅŒŅŅ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ &aЗаÐģŅƒŅ‰ÐĩÐ―ÐļÐđ ÐĒÐūÐŧ҃ÐūÐŧ&r Ņ– ÐēŅ–ÐīŅ€ÐĩаÐģ҃ÐēÐ°Ņ‚Ðļ ÐđÐūÐģÐū з ÐĄŅ–Ņ€Ņ‡Ð°Ð―ÐūŅŽ КÐļҁÐŧÐūŅ‚ÐūŅŽ ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ ÐĒНÐĒ.\n\nРÐĩ҆ÐĩÐŋŅ‚ ҃ &3HV ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūÐžŅƒ РÐĩÐ°ÐšŅ‚ÐūҀҖ&r ÐīÐūзÐēÐūÐŧŅŅ” ÐŋÐūÐīÐēÐūŅ—Ņ‚Ðļ ÐēÐļŅ…Ņ–Ðī &aЗаÐģŅƒŅ‰ÐĩÐ―ÐūÐģÐū ÐĒÐūÐŧ҃ÐūÐŧ҃&r, аÐŧÐĩ ÐŋÐū҂ҀÐĩÐąŅƒŅ” ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐļŅ… Ņ€ÐĩŅŅƒŅ€ŅŅ–Ðē.", "quests.high_voltage.tnt.desc.3": "ÐŅ–ŅÐšÐļŅ… ÐŋŅ€Ðūҁ҂ÐļŅ… ÐŋÐūŅ€Ð°Ðī ҉ÐūÐīÐū &aÐĒÐūÐŧ҃ÐūÐŧ҃&r ОÐļ Ð―Ðĩ ÐžÐ°Ņ”ÐžÐū — ŅÐšÐļО ÐąÐļ ҈ÐŧŅŅ…ÐūО Ņ‚Ðļ Ð―Ðĩ ÐŋŅ–ŅˆÐūÐē, ҆Ðĩ ÐąŅƒÐīÐĩ Ð―ÐĩÐŋŅ€Ðūҁ҂Ðū.\n\nАÐŧÐĩ Ð―Ðĩ ÐŋŅ€ÐūÐŋŅƒŅŅ‚Ðļ ÐŋŅ€ŅÐžÐļÐđ Ņ€Ðĩ҆ÐĩÐŋŅ‚ з &aВаÐķКÐūÐģÐū ÐŋаÐŧŅŒÐ―ÐūÐģÐū&r ҃ &aÐĒÐūÐŧ҃ÐūÐŧ&r ҃ ÐūÐīÐ―ÐūÐąÐŧÐūКÐūÐēŅ–Ðđ &3ДÐļҁ҂ÐļÐŧŅŅ€Ð―Ņ–&r.\n\n&aÐĒÐūÐŧ҃ÐūÐŧ&r Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐ―Ð° ÐūÐŋ҆ҖÐūÐ―Ð°ÐŧŅŒÐ―Ðū ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ Ð―Ð° &5EV&r ҀҖÐēÐ―Ņ– ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ &dБÐĩÐ―Ð·ÐļÐ―Ņƒ&r.\n\n&cÐĒНÐĒ&r ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ Ðē &3ІОÐŋÐŧÐūÐ·Ņ–ÐđÐ―ÐūÐžŅƒ КÐūОÐŋŅ€ÐĩҁÐūҀҖ&r ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ ÐĄÐ°ÐžÐū҆ÐēҖ҂ҖÐē. А ҉Ðĩ ÐēŅ–Ð― ÐēÐļÐąŅƒŅ…Ð°Ņ”.", @@ -1422,7 +1530,7 @@ "quests.high_voltage.250_iq.desc.1": "ÐĶÐĩ ÐģаÐđÐī ÐŋŅ€Ðū Ņ‚Ðĩ, ŅÐš аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðū Ð―Ð°ÐŋŅ€Ð°ÐēÐļŅ‚Ðļ &lÐēҁҖ&r Ņ‚ÐēÐūŅ— Ð“Ð°Ņ€ŅŅ‡Ņ– ЗÐŧÐļŅ‚ÐšÐļ ÐīÐū &3ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūŅ— ÐēÐ°Ð―Ð―Ðļ&r, Ð·ÐąÐĩҀҖÐģÐ°ŅŽŅ‡Ðļ ÐŋÐūÐēÐ―Ņƒ аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļÐ·Ð°Ņ†Ņ–ŅŽ Ðē Ņ–ÐīÐĩаÐŧŅŒÐ―ÐūÐžŅƒ ŅŅ‚Ð°Ð―Ņ–.\n\nДÐĩ҈ÐĩÐēÐļÐđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚ — ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ҄ҖÐŧŅŒŅ‚Ņ€Ðļ Ņ‚Ð° ÐēŅ€ŅƒŅ‡Ð―Ņƒ ÐīÐūÐīаÐēÐ°Ņ‚Ðļ Ð“Ð°Ņ€ŅŅ‡Ņ– ЗÐŧÐļŅ‚ÐšÐļ ÐŋÐū ÐūÐīÐ―ÐūÐžŅƒ... аÐŧÐĩ ҆Ðĩ Ðķ Ņ‚Ð°Ðš Ð―ŅƒÐīÐ―Ðū! ДаÐēаÐđ ÐšŅ€Ð°Ņ‰Ðĩ ÐūÐąÐĩŅ€ÐĩОÐū ÐēÐĩҁÐĩÐŧÐļÐđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚.\n\nÐ’ŅŅ‚Ð°Ð―ÐūÐēÐļ &aÐĪŅ–ÐŧŅŒŅ‚Ņ€ за Ņ‚ÐĩÐģÐūО ÐŋŅ€ÐĩÐīОÐĩŅ‚Ð°&r Ð―Ð° ÐąŅ–Ðš &3ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūŅ— ÐēÐ°Ð―Ð―Ðļ&r, ÐēŅ–ÐīÐšŅ€ÐļÐđ ÐđÐūÐģÐū Ņ‚Ð° ÐēŅŅ‚Ð°Ð―ÐūÐēÐļ Ņ€ÐĩÐķÐļО whitelist Ð―Ð° -&e&l*hot_ingots*&r-.\n\nЗÐēŅ–ÐīҁÐļ Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐŋŅ€ÐūКÐŧаÐīÐ°Ņ‚Ðļ ÐžÐ°Ņ€ŅˆŅ€ŅƒŅ‚Ðļ ҇ÐĩŅ€Ðĩз &9ÐąŅƒÐīҌ-ŅÐšŅƒ ÐŧÐūÐģҖҁ҂ÐļŅ‡Ð―Ņƒ ҁÐļҁ҂ÐĩÐžŅƒ&r Ð―Ð° ҁÐēŅ–Ðđ ÐēÐļÐąŅ–Ņ€.", "quests.high_voltage.250_iq.desc.2": "ÐŸŅ–ÐīКÐŧŅŽŅ‡Ðļ ÐēÐļŅ…Ņ–Ðī Ņ‚ÐēÐūÐģÐū &3ЕДП(Ņ–Ðē)&r ÐīÐū ÐēŅ…ÐūÐī҃ &3ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūŅ— ÐēÐ°Ð―Ð―Ðļ&r Ņ‚Ð° ÐīÐū ÐēÐļŅ…Ņ–ÐīÐ―ÐūÐģÐū КÐūÐ―Ņ‚ÐĩÐđÐ―ÐĩŅ€Ð° (ÐĄÐšŅ€ÐļÐ―Ņ– Ð°ÐąÐū ÐŊ҉ÐļКа). ÐĒаКÐūÐķ ОÐūÐķÐĩ҈ ÐŋÐūŅŅ‚Ð°ÐēÐļŅ‚Ðļ &dÐžÐąÐžÐĩÐķ҃ÐēаÐŧŅŒÐ―Ņƒ Ņ‚Ņ€ŅƒÐąŅƒ&r ÐŋÐĩŅ€ÐĩÐī КÐūÐ―Ņ‚ÐĩÐđÐ―ÐĩŅ€ÐūО, ҉ÐūÐą Ð·Ð°ÐąÐĩзÐŋÐĩ҇ÐļŅ‚Ðļ ÐŋҀҖÐūŅ€ÐļŅ‚ÐĩŅ‚ ÐīÐŧŅ ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūŅ— ÐēÐ°Ð―Ð―Ðļ.\n\n&l&9ÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r ÐŊÐšŅ‰Ðū Ņ…Ðū҇Ðĩ҈ ÐīŅ–Ð·Ð―Ð°Ņ‚ÐļŅŅ ÐąŅ–ÐŧҌ҈Ðĩ Ņ‚ÐĩÐģŅ–Ðē ÐīÐŧŅ аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļÐ·Ð°Ņ†Ņ–Ņ—, ÐēÐūÐ―Ðļ ÐēŅ–ÐīÐūÐąŅ€Ð°ÐķÐ°ŅŽŅ‚ŅŒŅŅ ÐŋŅ€Ðļ Ð―Ð°ÐēÐĩÐīÐĩÐ―Ð―Ņ– Ð―Ð° ÐŋŅ€ÐĩÐīОÐĩŅ‚ Ņ–Ð· Ð·Ð°Ņ‚ÐļŅÐ―ŅƒŅ‚ÐļО Shift. НаÐŋŅ€ÐļКÐŧаÐī, ÐŋŅ€ÐĩÐīОÐĩŅ‚ Ņ–Ð· Ņ‚ÐĩÐģÐūО &e&o#forge:plates/copper&r ÐąŅƒÐīÐĩ ҄ҖÐŧŅŒŅ‚Ņ€ŅƒÐēÐ°Ņ‚ÐļŅŅ ŅÐš &e&lplates/copper&r.\n\n&9&lÐ†Ð―ŅˆÐ° ÐŋŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r ÐĪŅ–ÐŧŅŒŅ‚Ņ€ за Ņ‚ÐĩÐģÐūО ÐŋŅ€ÐĩÐīОÐĩŅ‚Ð° Ņ‡Ð°ŅŅ‚ÐšÐūÐēÐū ÐŋŅ–Ðī҂ҀÐļÐžŅƒŅ” &dregex&r. НаÐēÐĩÐīÐļ ÐšŅƒŅ€ŅÐūŅ€ Ð―Ð° Ņ–ÐšÐūÐ―ÐšŅƒ Ņ–Ð―Ņ„ÐūŅ€ÐžÐ°Ņ†Ņ–Ņ—, ҉ÐūÐą ÐīŅ–Ð·Ð―Ð°Ņ‚ÐļŅŅ ÐąŅ–ÐŧҌ҈Ðĩ.", "quests.high_voltage.bedrock_miner.subtitle": "НÐĩÐūÐąÐžÐĩÐķÐĩÐ―Ņ– Ņ€ŅƒÐīÐļ?", - "quests.high_voltage.bedrock_miner.desc.1": "ÐĶÐĩ ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ Ņ‚ÐēÐūŅ” ÐŋÐĩŅ€ŅˆÐĩ Ð·Ð―Ð°ÐđÐūÐžŅŅ‚ÐēÐū з &cÐ ŅƒÐīÐ―ÐļО ÐąŅƒŅ€ÐūО КÐūŅ€Ņ–Ð―Ð―ÐūŅ— ÐŋÐūŅ€ÐūÐīÐļ&r, аÐīÐķÐĩ ÐđÐūÐģÐū ҀҖÐīКÐū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‚ŅŒ ҃ GregTech.\n\nÐ’Ņ–Ð― ÐŋŅ€Ð°Ņ†ŅŽŅ” ÐŋÐūÐīŅ–ÐąÐ―Ðū ÐīÐū &bÐ Ņ–ÐīÐļÐ―Ð―ÐūŅ— ÐąŅƒŅ€ÐūÐēÐūŅ— ŅƒŅŅ‚Ð°Ð―ÐūÐēКÐļ&r, аÐŧÐĩ ҆ҖÐŧҌÐūÐēŅ– ÐķÐļÐŧÐļ &nÐ―Ņ–ÐšÐūÐŧÐļ Ð―Ðĩ ÐēÐļŅÐ―Ð°ÐķŅƒŅŽŅ‚ŅŒŅŅ&r.\n\nÐ’Ņ–Ð― ОаÐđÐķÐĩ Ð―Ðĩ ҁÐŋÐūÐķÐļÐēÐ°Ņ” ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— — Ņ‡ŅƒÐīÐūÐēÐū ÐŋŅ€Ð°Ņ†ŅŽŅ” Ð―Ð° &bMV&r Ð°ÐąÐū &6HV&r — Ņ– Ð―Ðĩ ÐŋÐū҂ҀÐĩÐąŅƒŅ” &aÐķÐūÐīÐ―ÐļŅ… ÐēŅ…Ņ–ÐīÐ―ÐļŅ… ÐžÐ°Ņ‚ÐĩŅ€Ņ–Ð°ÐŧŅ–Ðē&r.\n\nÐĒÐū Ðē ҇ÐūÐžŅƒ Ðķ ÐŋŅ–ÐīŅŅ‚ŅƒÐŋ? \nПÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū Ð·Ð―Ð°ÐđŅ‚Ðļ ŅÐ°ÐžŅ– ÐķÐļÐŧÐļ.", + "quests.high_voltage.bedrock_miner.desc.1": "ÐĶÐĩ ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ Ņ‚ÐēÐūŅ” ÐŋÐĩŅ€ŅˆÐĩ Ð·Ð―Ð°ÐđÐūÐžŅŅ‚ÐēÐū з &cГÐŧÐļÐąÐļÐ―Ð―ÐļО ÐąŅƒŅ€ÐūО&r, аÐīÐķÐĩ ÐđÐūÐģÐū ҀҖÐīКÐū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‚ŅŒ ҃ GregTech.\n\nÐ’Ņ–Ð― ÐŋŅ€Ð°Ņ†ŅŽŅ” ÐŋÐūÐīŅ–ÐąÐ―Ðū ÐīÐū &bÐ Ņ–ÐīÐļÐ―Ð―ÐūŅ— Ð‘ŅƒŅ€ÐūÐēÐūŅ— ÐĢŅŅ‚Ð°Ð―ÐūÐēКÐļ&r, аÐŧÐĩ ҆ҖÐŧҌÐūÐēŅ– ÐķÐļÐŧÐļ &nÐ―Ņ–ÐšÐūÐŧÐļ Ð―Ðĩ ÐēÐļŅÐ―Ð°ÐķŅƒŅŽŅ‚ŅŒŅŅ&r.\n\nÐ’Ņ–Ð― ОаÐđÐķÐĩ Ð―Ðĩ ҁÐŋÐūÐķÐļÐēÐ°Ņ” ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— — Ņ‡ŅƒÐīÐūÐēÐū ÐŋŅ€Ð°Ņ†ŅŽŅ” Ð―Ð° &bMV&r Ð°ÐąÐū &6HV&r — Ņ– Ð―Ðĩ ÐŋÐū҂ҀÐĩÐąŅƒŅ” &aÐķÐūÐīÐ―ÐļŅ… ÐēŅ…Ņ–ÐīÐ―ÐļŅ… ÐžÐ°Ņ‚ÐĩŅ€Ņ–Ð°ÐŧŅ–Ðē&r.\n\nÐĒÐū Ðē ҇ÐūÐžŅƒ Ðķ ÐŋŅ–ÐīŅŅ‚ŅƒÐŋ? \nПÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū Ð·Ð―Ð°ÐđŅ‚Ðļ ŅÐ°ÐžŅ– ÐķÐļÐŧÐļ.", "quests.high_voltage.bedrock_miner.desc.2": "ÐĒÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ &6HV&r РÐūзÐēŅ–ÐīÐ―ÐļК, Ð―Ð°ÐŧÐ°ŅˆŅ‚ÐūÐēÐ°Ð―ÐļÐđ Ð―Ð° Ņ€ÐĩÐķÐļО &oПÐūŅˆŅƒÐšŅƒ Ņ€ŅƒÐī ҃ КÐūŅ€Ņ–Ð―Ð―Ņ–Ðđ ÐŋÐūŅ€ÐūÐīŅ–&r (&7Shift + ПКМ&r), а Ņ‚Ð°ÐšÐūÐķ ҂ҀÐūŅ…Ðļ Ņ‚ÐĩŅ€ÐŋŅ–Ð―Ð―Ņ. КÐūÐŧÐļ Ð·Ð―Ð°ÐđÐīÐĩ҈ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ņƒ ÐķÐļÐŧ҃, ÐīÐūÐēÐĩÐīÐĩŅ‚ŅŒŅŅ ҉Ðĩ Ðđ ÐŋŅ€ÐļÐīŅƒÐžÐ°Ņ‚Ðļ, ŅÐš ÐīÐūŅŅ‚Ð°ÐēÐļŅ‚Ðļ Ņ€ÐĩŅŅƒŅ€ŅÐļ Ð―Ð°Ð·Ð°Ðī Ð―Ð° ҁÐēÐūŅŽ ÐąÐ°Ð·Ņƒ.\n\nНа &fÐœŅ–ŅŅŅ†Ņ–&r Ņ‚Ðļ зОÐūÐķÐĩ҈ Ð·Ð―Ð°ÐđŅ‚Ðļ ҁÐēÐūŅ— ÐŋÐĩŅ€ŅˆŅ– Ņ€ŅƒÐīÐ―Ņ– ÐķÐļÐŧÐļ Ðē КÐūŅ€Ņ–Ð―Ð―Ņ–Ðđ ÐŋÐūŅ€ÐūÐīŅ–, ҉Ðū ÐīÐūзÐēÐūÐŧÐļŅ‚ŅŒ ÐŋÐ°ŅÐļÐēÐ―Ðū Ðū҂ҀÐļÐžŅƒÐēÐ°Ņ‚Ðļ ÐšŅ–ÐŧŅŒÐšÐ° ÐēаÐķÐŧÐļÐēÐļŅ… ÐĩÐŧÐĩОÐĩÐ―Ņ‚Ņ–Ðē Ð°ÐąŅÐūÐŧŅŽŅ‚Ð―Ðū ÐąÐĩзКÐūŅˆŅ‚ÐūÐēÐ―Ðū — Ð―Ð°Ð·Ð°ÐēÐķÐīÐļ. ПÐĩŅ€ÐĩÐēŅ–Ņ€ JEI, ҉ÐūÐą ÐŋÐūÐąÐ°Ņ‡ÐļŅ‚Ðļ ÐīÐūŅŅ‚ŅƒÐŋÐ―Ņ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ! ЧÐļО ÐēÐļŅ‰Ð° &aВÐļҁÐūŅ‚Ð°&r, Ņ‚ÐļО Ņ‡Ð°ŅŅ‚Ņ–ŅˆÐĩ Ņ‚Ņ€Ð°ÐŋÐŧŅŅ”Ņ‚ŅŒŅŅ ÐķÐļÐŧа.\n\nÐžŅÐšŅ–ÐŧŅŒÐšÐļ ÐēÐūÐ―Ðļ ÐąŅƒÐīŅƒŅ‚ŅŒ Ðī҃ÐķÐĩ Ņ€ÐūзКÐļÐīÐ°Ð―Ņ–, ҆Ðĩ Ņ‡ŅƒÐīÐūÐēа Ð―Ð°ÐģÐūÐīа ÐŋÐūÐąŅƒÐī҃ÐēÐ°Ņ‚Ðļ &7ÐžŅ–ŅŅŅ‡Ð―ÐļÐđ ÐŋÐūŅ‚ŅÐģ&r!", "quests.high_voltage.space_alloy.title": "R-АÐŧŅŽÐžŅ–Ð―ÐūŅŅ‚Ð°ÐŧҌ", "quests.high_voltage.space_alloy.subtitle": "МÐļ ҆Ðĩ ÐēÐļÐģаÐīаÐŧÐļ ŅÐ°ÐžŅ–", @@ -1447,6 +1555,14 @@ "quests.high_voltage.welcome_moon.title": "ÐŊ Ð―Ð° &3ÐœŅ–ŅŅŅ†Ņ–&r!", "quests.high_voltage.welcome_moon.subtitle": "ÐĄÐŋÐūÐīŅ–ÐēÐ°ŅŽŅŅ, Ðē Ņ‚ÐĩÐąÐĩ Ņ” ÐēҁÐĩ, ҉ÐūÐą ÐŋÐūÐēÐĩŅ€Ð―ŅƒŅ‚ÐļŅŅ", "quests.high_voltage.welcome_moon.desc": "&2Ð’Ņ–Ņ‚Ð°Ņ”ÐžÐū&r, Ņ‚Ðļ ҃ҁÐŋŅ–ŅˆÐ―Ðū ÐŋŅ€ÐļзÐĩОÐŧÐļÐēŅŅ Ð―Ð° &7ÐœŅ–ŅŅŅ†Ņ–&r! \nÐĒŅƒŅ‚ Ņ‚Ðļ Ð·Ð―Ð°ÐđÐīÐĩ҈ ÐķÐļÐŧÐļ &bÐ†ŅŅ‚ÐļÐ―Ð―ÐļÐđ КÐēÐ°Ņ€Ņ†&r Ņ– ОÐĩŅ‚ÐĩÐūŅ€ÐļŅ‚Ðļ, ŅÐšŅ– ÐīÐūзÐēÐūÐŧŅŅŽŅ‚ŅŒ ÐŋÐūŅ‡Ð°Ņ‚Ðļ Ņ€ÐūÐ·ÐąÐŧÐūКÐūÐē҃ÐēÐ°Ņ‚Ðļ &dAE2&r.\n\nАÐŧÐĩ ҆Ðĩ ҉Ðĩ Ð―Ðĩ ÐēҁÐĩ — ÐīÐĩŅÐšŅ– ÐķÐļÐŧÐļ Ņ‚ŅƒŅ‚ Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ҉ҖÐŧŅŒÐ―Ņ–ŅˆŅ–, Ð―Ņ–Ðķ Ð―Ð° ЗÐĩОÐŧŅ–.\n\nНаÐŋŅ€ÐļКÐŧаÐī, Ð―Ð° ÐœŅ–ŅŅŅ†Ņ– ÐŧÐĩÐģКÐū Ð·Ð―Ð°ÐđŅ‚Ðļ ÐķÐļÐŧÐļ &6ІÐŧŅŒÐžÐĩÐ―Ņ–Ņ‚Ņƒ&r, &7БÐūÐšŅÐļŅ‚Ņƒ&r, &7АÐŧŅŽÐžŅ–Ð―Ņ–ŅŽ&r Ņ‚Ð° &5ÐĨŅ€ÐūÐžŅ–Ņ‚Ņƒ&r. \nÐĄŅ‚ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ð―ÐĩÐēÐĩÐŧÐļКÐūŅ— ÐąÐ°Ð·Ðļ Ņ‚ŅƒŅ‚ ÐąŅƒÐīÐĩ ÐēÐļŅ€Ņ–ŅˆÐ°ÐŧŅŒÐ―ÐļО ÐīÐŧŅ ÐŋÐūÐīаÐŧҌ҈ÐūÐģÐū ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃.\n\nНаÐđÐąŅ–ÐŧҌ҈ÐļО ÐēÐļКÐŧÐļКÐūО ÐąŅƒÐīÐĩ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ð―Ð―Ņ Ņ€ÐĩŅŅƒŅ€ŅŅ–Ðē, аÐīÐķÐĩ Ð―Ð°Ņ€Ð°Ð·Ņ– Ð―ÐĩÐžÐ°Ņ” Ð·Ņ€ŅƒŅ‡Ð―ÐļŅ… ÐžŅ–ÐķÐēÐļÐžŅ–Ņ€Ð―ÐļŅ… Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē, Ņ‚Ð°ÐšÐļŅ… ŅÐš &5Ð•Ð―ÐīÐĩŅ€-ÐĄÐšŅ€ÐļÐ―Ņ&r Ð°ÐąÐū &dAE2 КÐēÐ°Ð―Ņ‚ÐūÐēÐļÐđ ЗÐēâ€™ŅÐ·ÐūК&r.\n\nÐĄÐŋÐūÐīŅ–ÐēÐ°Ņ”ÐžÐūҁҌ, Ņ‚Ðļ ÐīÐūÐąŅ€Ðĩ ÐŋŅ–ÐīÐģÐūŅ‚ŅƒÐēаÐēŅŅ — Ņ–Ð―Ð°ÐšŅˆÐĩ ÐīÐūÐēÐĩÐīÐĩŅ‚ŅŒŅŅ ОаÐđŅŅ‚Ņ€ŅƒÐēÐ°Ņ‚Ðļ ÐīŅ€ŅƒÐģ҃ Ņ€Ð°ÐšÐĩŅ‚Ņƒ Ņ‚Ð° ŅÐšÐ°Ņ„Ð°Ð―ÐīŅ€, ҉ÐūÐąÐļ Ð·Ð°ÐąŅ€Ð°Ņ‚Ðļ ҁÐēŅ–Ðđ Ņ‚Ņ€ŅƒÐŋ!", + "quests.high_voltage.gun.title": "Ð’Ņ–Ð·ŅŒÐžŅ–Ņ‚ŅŒ Ð·ÐąŅ€ÐūŅŽ", + "quests.high_voltage.gun.subtitle": "А ŅÐšŅ‰Ðū ҆Ðĩ Ð―Ðĩ ҁÐŋŅ€Ð°Ņ†ŅŽŅ” — ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°ÐđŅ‚Ðĩ ÐąŅ–ÐŧҌ҈Ðĩ Ð·ÐąŅ€ÐūŅ—", + "quests.high_voltage.gun.task1": "Ð‘ŅƒÐīҌ-ŅÐšÐ° Ð·ÐąŅ€ÐūŅ", + "quests.high_voltage.gun.task2": "Ð‘ŅƒÐīҌ-ŅÐšŅ– ÐŧŅ–ÐšÐļ Ð°ÐąÐū ÐēÐļ҂ҀÐļÐžÐ°Ð―ÐļÐđ аÐŧКÐūÐģÐūÐŧҌ", + "quests.high_voltage.gun.desc": "Ð—Ð°Ð―Ð°ÐīŅ‚Ðū Ņ€ÐūÐ·ŅÐŧÐ°ÐąÐļÐēŅŅ Ð―Ð° ЗÐĩОÐŧŅ–? На ÐœŅ–ŅŅŅ†Ņ– Ņ‚Ðļ ÐąŅƒÐīÐĩ҈ Ð―Ðĩ ŅÐ°Ðž, Ņ‚ÐūÐķ ÐŋŅ–ÐīÐģÐūŅ‚ŅƒÐđŅŅ ÐīÐū ÐūÐąÐūŅ€ÐūÐ―Ðļ — ОÐĩŅ‡Ð° ҇Ðļ ÐšÐ°Ðžâ€™ŅÐ―ÐļŅ… ÐīŅ€ÐūŅ‚ÐļÐšŅ–Ðē ÐąŅƒÐīÐĩ Ð―ÐĩÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū.\n\nÐžÐąÐĩŅ€Ðļ ÐģÐ°Ņ€Ð―Ņƒ ÐģÐ°Ņ€ÐžÐ°Ņ‚Ņƒ (ŅÐšŅ‰Ðū Ð―Ðĩ Ð·Ð―Ð°Ņ”Ņˆ ŅÐšŅƒ — Ņ€Ð°ÐīÐļОÐū &oÂŦClockworkÂŧ ÐĄÐ―Ð°ÐđÐŋÐĩŅ€ÐšÐ°&r), ҁ҂ÐēÐūŅ€Ðļ ÐąÐūŅ”ÐŋŅ€ÐļÐŋÐ°ŅÐļ, а ŅÐšŅ‰Ðū Ņ…Ðū҇Ðĩ҈ ҇ÐūÐģÐūҁҌ ÐūҁÐūÐąÐŧÐļÐēÐūÐģÐū — ҁÐŋŅ€ÐūÐąŅƒÐđ Ð―Ð°ŅÐ°ÐīКÐļ.\n\nÐĒаКÐūÐķ ÐēÐ°Ņ€Ņ‚Ðū ÐēÐ·ŅŅ‚Ðļ ÐŋÐūÐķÐļÐēÐ―Ņƒ Ņ—Ðķ҃ ÐīÐŧŅ ÐŋŅ–ÐīÐēÐļ҉ÐĩÐ―Ð―Ņ ÐžÐ°ÐšŅ. HP (ҁÐŋŅ€ÐūÐąŅƒÐđ ÐŋаÐđКÐļ!), а ҉Ðĩ аÐŧКÐūÐģÐūÐŧҌ Ņ– ÐŧŅ–ÐšÐļ ÐīÐŧŅ ÐąÐ°Ņ„Ņ–Ðē Ņ– ÐŧŅ–ÐšŅƒÐēÐ°Ð―Ð―Ņ.", + "quests.high_voltage.space_survival.title": "Ð—Ð°Ņ‚Ðļ҈ÐūК ÐīаÐŧÐĩКÐū ÐēŅ–Ðī ÐīÐūÐžŅƒ", + "quests.high_voltage.space_survival.subtitle": "Ð‘Ņ–ÐŧҌ҈Ðĩ, Ð―Ņ–Ðķ ÐŋŅ€Ðūҁ҂Ðū ŅˆÐ°Ņ…Ņ‚Ð°Ņ€ŅŅŒÐšÐļÐđ ÐēÐļÐžŅ–Ņ€", + "quests.high_voltage.space_survival.desc": "ÐŊÐšŅ‰Ðū Ņ‚Ðļ ҉Ðĩ Ð―Ðĩ ÐūÐ·Ð―Ð°ÐđÐūОÐļÐēŅŅ, ÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐū ÐŋÐĩŅ€ÐĩÐģÐŧŅÐ―ŅŒ Ņ€ÐūзÐīŅ–Ðŧ заÐēÐīÐ°Ð―ŅŒ &3ПÐūŅ€Ð°ÐīÐļ — КÐūŅÐžŅ–Ņ‡Ð―Ðĩ ÐēÐļÐķÐļÐēÐ°Ð―Ð―Ņ&r! ÐĢ Ð―ŅŒÐūÐžŅƒ Ņ” ÐēŅŅ Ð―ÐĩÐūÐąŅ…Ņ–ÐīÐ―Ð° Ņ–Ð―Ņ„ÐūŅ€ÐžÐ°Ņ†Ņ–Ņ ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ ÐŋÐūÐēÐ―ÐūŅ†Ņ–Ð―Ð―ÐūŅ— КÐūÐŧÐūÐ―Ņ–Ņ— Ð―Ð° ÐœŅ–ŅŅŅ†Ņ–.", "quests.low_voltage": "&7LV&r – НÐļÐ·ŅŒÐšÐ° Ð―Ð°ÐŋŅ€ŅƒÐģа", "quests.low_voltage.subtitle": "ÐŸŅ€ÐļÐąÐūŅ€ÐšÐ°Ðđ ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļÐšŅƒ Ņ‚Ð° Ņ€ÐūзÐŋÐūŅ‡Ð―Ðļ ҁÐēÐūŅŽ ÐŋÐūÐīÐūŅ€ÐūÐķ ҃ GregTech", "quests.low_voltage.lv_machine_hull.title": "ÐĒÐēŅ–Ðđ ÐīŅ€ŅƒÐģÐļÐđ КÐūŅ€Ðŋ҃ҁ ÐžÐ°ŅˆÐļÐ―Ðļ", @@ -1471,7 +1587,7 @@ "quests.low_voltage.lbb.subtitle": "Ð‘ŅƒÐž, ÐąŅƒÐž, ÐąŅƒÐž, ÐąŅƒÐž", "quests.low_voltage.lbb.desc.1": "&3ВÐĩÐŧÐļКÐļÐđ КÐūŅ‚ÐĩÐŧ&r — ҆Ðĩ &6Ð―ÐĩÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐļÐđ&r ÐŋÐūŅ‚ŅƒÐķÐ―ÐļÐđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚ МаÐŧÐļŅ… КÐūŅ‚ÐŧŅ–Ðē. Ð’Ņ–Ð― ÐŋŅ€Ð°Ņ†ŅŽŅ” Ð―Ð° Ņ‚ÐēÐĩŅ€ÐīÐūÐžŅƒ Ð°ÐąÐū ҀҖÐīКÐūÐžŅƒ ÐŋаÐŧÐļÐēŅ–. \n\nÐŊÐšŅ‰Ðū Ņ‚Ðļ Ņ…Ðū҇Ðĩ҈ ÐēÐļŅ€ÐūÐąÐŧŅŅ‚Ðļ ÐĩÐ―ÐĩŅ€ÐģŅ–ŅŽ Ð―Ð° ÐūŅÐ―ÐūÐēŅ– ÐŋÐ°Ņ€Ðļ, ҆Ðĩ аÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐļÐēа ÐŋÐ°Ņ€ÐūÐēÐūÐžŅƒ ÐīÐēÐļÐģŅƒÐ―Ņƒ Create. МаÐđÐąŅƒŅ‚Ð―Ņ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ ÐĩÐ―ÐĩŅ€ÐģÐūÐŋÐūŅŅ‚Ð°Ņ‡Ð°Ð―Ð―Ņ ÐūÐŋÐļŅÐ°Ð―Ņ– Ðē Ņ€ÐūзÐīŅ–ÐŧŅ– &bMV&r. \n\nНа ÐīÐ°Ð―ÐļÐđ ОÐūОÐĩÐ―Ņ‚, ҇ÐĩŅ€Ðĩз ÐąÐ°Ðģ ҃ GTCEu, Ņ†Ņ ÐžÐ°ŅˆÐļÐ―Ð° Ð―Ņ–ÐšÐūÐŧÐļ Ð―Ðĩ ÐēÐļÐąŅƒŅ…Ð°Ņ”, аÐŧÐĩ Ņ‚ÐūÐąŅ– ÐēÐ°Ņ€Ņ‚Ðū Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ņ‚Ðļ Ņ—Ņ— Ņ‚Ð°Ðš, ҉ÐūÐą ÐēÐūÐ―Ð° Ð―Ņ–ÐšÐūÐŧÐļ Ð―Ðĩ заÐŧÐļŅˆÐ°ÐŧÐ°ŅŅ ÐąÐĩз ÐēÐūÐīÐļ, ŅÐš Ņ– Ņ‚ÐēÐūŅ— МаÐŧŅ– КÐūŅ‚ÐŧÐļ, ҉ÐūÐą ÐēÐūÐ―Ð° Ð―Ðĩ ÐēÐļÐąŅƒŅ…Ð―ŅƒÐŧа, КÐūÐŧÐļ ÐąÐ°Ðģ ÐąŅƒÐīÐĩ ÐēÐļÐŋŅ€Ð°ÐēÐŧÐĩÐ―ÐļÐđ.", "quests.low_voltage.lbb.desc.2": "ÐŸŅ–ŅÐŧŅ ÐŋÐūÐēÐ―ÐūÐģÐū Ð―Ð°ÐģҀҖÐēÐ°Ð―Ð―Ņ &3LBB&r ÐēÐļŅ€ÐūÐąÐŧŅŅ” 800 ÐŋÐ°Ņ€Ðļ за Ņ‚ÐļК, ҉Ðū ÐŋҖҁÐŧŅ КÐūÐ―ÐēÐĩҀҁҖҗ ÐīÐ°Ņ” &d400EU/t&r, Ð°ÐąÐū 12,5 ÐąÐ°Ð·ÐūÐēÐļŅ… ÐŋÐ°Ņ€ÐūÐēÐļŅ… Ņ‚ŅƒŅ€ÐąŅ–Ð―. ÐĶŅ (ÐēŅ–ÐīÐ―ÐūŅÐ―Ðū!) ÐēÐĩÐŧÐļ҇ÐĩÐ·Ð―Ð° ÐŋÐūŅ‚ŅƒÐķÐ―Ņ–ŅŅ‚ŅŒ ÐžÐ°Ņ” Ņ†Ņ–Ð―Ņƒ ҃ ÐēÐļÐģÐŧŅÐīŅ– &lÐēÐĩÐŧÐļКÐūŅ—&r ÐšŅ–ÐŧŅŒÐšÐūҁ҂Җ ÐŋаÐŧŅŒÐ―ÐūÐģÐū. &5З ÐūÐģÐŧŅÐī҃ Ð―Ð° ҆Ðĩ&r, GUI ÐīÐūзÐēÐūÐŧŅŅ” Ņ‚ÐūÐąŅ– &9Ð·Ð―ÐļзÐļŅ‚Ðļ ÐŋÐūŅ‚ŅƒÐķÐ―Ņ–ŅŅ‚ŅŒ&r КÐūŅ‚Ðŧа ÐīÐū 25 ÐēŅ–ÐīҁÐūŅ‚ÐšŅ–Ðē, ҉Ðū ÐīÐ°Ņ” 200 ÐŋÐ°Ņ€Ðļ за Ņ‚ÐļК. ÐĶÐĩ &d100EU/t&r, Ð°ÐąÐū ҂ҀÐūŅ…Ðļ ÐąŅ–ÐŧҌ҈Ðĩ 3 ÐąÐ°Ð·ÐūÐēÐļŅ… ÐŋÐ°Ņ€ÐūÐēÐļŅ… Ņ‚ŅƒŅ€ÐąŅ–Ð―. \n\nМÐļ Ņ€ÐĩКÐūОÐĩÐ―ÐīŅƒŅ”ÐžÐū ÐēŅ–ÐīКÐŧÐ°ŅŅ‚Ðļ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ņ†ŅŒÐūÐģÐū КÐūŅ‚Ðŧа, ÐŋÐūКÐļ Ņ‚Ðļ Ð―Ðĩ ÐąŅƒÐīÐĩ҈ ÐģÐūŅ‚ÐūÐēÐļÐđ ÐķÐļÐēÐļŅ‚Ðļ ҁÐēÐūŅŽ ЕДП.", - "quests.low_voltage.lbb.desc.3": "ÐĢ TerraFirmaGreg ҃ Ņ‚ÐĩÐąÐĩ Ņ” ÐšŅ–ÐŧŅŒÐšÐ° ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ņ–Ðē ÐŋаÐŧŅŒÐ―ÐūÐģÐū. ÐĒÐļ ОÐūÐķÐĩ҈ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ҈ÐŧÐ°Ð―ÐģÐūÐēÐļÐđ ŅˆÐšŅ–Ðē, ҉ÐūÐą ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ Ð―ÐĩŅÐšŅ–Ð―Ņ‡ÐĩÐ―Ð―Ņƒ &cÐŧаÐē҃&r з ÐģÐŧÐļÐąÐūКÐūÐģÐū ÐŋŅ–ÐīзÐĩÐžÐ―ÐūÐģÐū ÐūзÐĩŅ€Ð°, Ð°ÐąÐū Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ņ‚Ðļ Ņ„ÐĩŅ€ÐžŅƒ ÐīÐĩŅ€ÐĩÐē, ҉ÐūÐą Ðū҂ҀÐļÐžŅƒÐēÐ°Ņ‚Ðļ Ð―ÐĩŅÐšŅ–Ð―Ņ‡ÐĩÐ―Ð―Ņ– &8Ðē҃ÐģŅ–ÐŧÐŧŅ&r Ņ‚Ð° &8ÐšŅ€ÐĩÐūзÐūŅ‚&r. ÐžŅŅ‚Ð°Ð―Ð―Ņ–Ðđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚ — ҆Ðĩ ÐēÐĩÐŧÐļ҇ÐĩÐ·Ð―Ņ– ÐŋÐūÐēÐĩŅ€Ņ…Ð―ÐĩÐēŅ– ÐķÐļÐŧÐļ &8Ðē҃ÐģŅ–ÐŧÐŧŅ&r, ŅÐšŅ– Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļзÐūÐēÐ°Ð―ÐļŅ… ŅˆÐ°Ņ…Ņ‚Ð―ÐļŅ… ÐžÐ°ŅˆÐļÐ― Ņ– ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ Ð―Ð° КÐūÐšŅ, Ðū҂ҀÐļÐžŅƒŅŽŅ‡Ðļ Ð·Ð―Ð°Ņ‡Ð―Ðū ÐąŅ–ÐŧҌ҈Ðĩ ÐšŅ€ÐĩÐūзÐūŅ‚Ņƒ, Ð―Ņ–Ðķ Ņ–Ð· ÐīÐĩŅ€ÐĩÐēÐ―ÐūÐģÐū Ðē҃ÐģŅ–ÐŧÐŧŅ.", + "quests.low_voltage.lbb.desc.3": "ÐĢ TerraFirmaGreg ҃ Ņ‚ÐĩÐąÐĩ Ņ” ÐšŅ–ÐŧŅŒÐšÐ° ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ņ–Ðē ÐŋаÐŧÐļÐēа. МÐūÐķÐ―Ð° ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ ÐĻÐŧÐ°Ð―ÐģÐūÐēÐļÐđ ÐĻÐšŅ–Ðē, ҉ÐūÐą ÐēÐļŅ‚ŅÐģÐ―ŅƒŅ‚Ðļ ÐŧаÐē҃ з ÐģÐŧÐļÐąÐūКÐūÐģÐū ÐŋŅ–ÐīзÐĩÐžÐ―ÐūÐģÐū ÐūзÐĩŅ€Ð°, Ð°ÐąÐū ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ Ņ„ÐĩŅ€ÐžŅƒ ÐīÐĩŅ€ÐĩÐē ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ ÐīÐĩŅ€ÐĩÐēÐ―ÐūÐģÐū Ðē҃ÐģŅ–ÐŧÐŧŅ Ņ‚Ð° ÐšŅ€ÐĩÐūзÐūŅ‚Ņƒ. ÐÐ°Ņ€ÐĩŅˆŅ‚Ņ–, Ņ–ŅÐ―ŅƒŅŽŅ‚ŅŒ ÐēÐĩÐŧÐļ҇ÐĩÐ·Ð―Ņ– ÐŋÐūÐēÐĩŅ€Ņ…Ð―ÐĩÐēŅ– ÐŋÐūКÐŧаÐīÐļ ÐšÐ°Ðžâ€™ŅÐ―ÐūÐģÐū Ðē҃ÐģŅ–ÐŧÐŧŅ, ŅÐšŅ– ОÐūÐķÐ―Ð° ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―ÐļŅ… ŅˆÐ°Ņ…Ņ‚Ð°Ņ€ŅŅŒÐšÐļŅ… ÐžÐ°ŅˆÐļÐ― Ņ– ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ Ð―Ð° КÐūÐšŅ, Ðū҂ҀÐļÐžŅƒŅŽŅ‡Ðļ Ð·Ð―Ð°Ņ‡Ð―Ðū ÐąŅ–ÐŧҌ҈Ðĩ ÐšŅ€ÐĩÐūзÐūŅ‚Ņƒ, Ð―Ņ–Ðķ Ņ–Ð· ÐīÐĩŅ€ÐĩÐēÐ―ÐūÐģÐū Ðē҃ÐģŅ–ÐŧÐŧŅ.", "quests.low_voltage.lv_polariser.title": "БазÐūÐēÐļÐđ ÐŋÐūÐŧŅŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€", "quests.low_voltage.lv_polariser.subtitle": "ПÐūÐŧŅŅ€ÐļÐ·Ð°Ņ‚ÐūŅ€ ÐŋÐūÐŧŅŅ€ÐļÐ·ŅƒŅ”!", "quests.low_voltage.lv_polariser.desc": "ОÐīÐ―Ð° з Ð―Ð°ÐđÐīÐĩ҈ÐĩÐē҈ÐļŅ… — ŅÐšŅ‰Ðū Ð―Ðĩ Ð―Ð°ÐđÐīÐĩ҈ÐĩÐēŅˆÐ° — &7LV&r ÐžÐ°ŅˆÐļÐ―Ð°. ВÐļКÐūŅ€Ðļҁ҂ÐūÐē҃Ðđ Ņ—Ņ— ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ &6МаÐģÐ―Ņ–Ņ‚Ð―ÐļŅ… ÐĄŅ‚Ņ€ÐļÐķŅ–Ðē ÐąÐĩз РÐĩÐīҁ҂ÐūŅƒÐ―Ð°&r ÐīÐŧŅ ҁÐēÐūŅ—Ņ… ОÐūŅ‚ÐūҀҖÐē. ÐĐÐūŅ€Ð°Ð·Ņƒ, КÐūÐŧÐļ Ņ‚Ðļ ÐŋÐū҇ÐļÐ―Ð°Ņ”Ņˆ ÐžÐ°ŅÐūÐēÐĩ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū ОÐūŅ‚ÐūҀҖÐē, Ņ†Ņ ÐžÐ°ŅˆÐļÐ―Ð° зÐĩКÐūÐ―ÐūОÐļŅ‚ŅŒ Ņ‚ÐūÐąŅ– ҆ҖÐŧŅ– ҁ҂ÐūÐŋКÐļ РÐĩÐīҁ҂ÐūŅƒÐ―Ð°.", @@ -1490,8 +1606,8 @@ "quests.low_voltage.lv_seed_oil.desc": "ÐĢ Ņ‚ÐĩÐąÐĩ Ņ” ÐīÐēа ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа &aОÐŧŅ–Ņ— з Ð―Ð°ŅŅ–Ð―Ð―Ņ&r: Ð°ÐąÐū за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &9Ð’Ð°ÐšŅƒŅƒÐžÐ―ÐūŅ— КаОÐĩŅ€Ðļ&r, Ð°ÐąÐū, ŅÐšŅ‰Ðū ÐēÐūÐ―Ð° ÐēÐķÐĩ Ņ”, &7Ð•ÐšŅŅ‚Ņ€Ð°ÐšŅ‚ÐūŅ€ Lv&r Ņ‡ŅƒÐīÐūÐēÐū ÐēÐŋÐūŅ€Ð°Ņ”Ņ‚ŅŒŅŅ з ҆ÐļО заÐēÐīÐ°Ð―Ð―ŅÐž.\n\nÐĒаКÐūÐķ зÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃, ҉Ðū &aОÐŧŅ–Ņ з Ð―Ð°ŅŅ–Ð―Ð―Ņ&r ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ Ð―Ðĩ ÐŧÐļ҈Ðĩ ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ &2Ð‘Ņ–ÐūÐīÐļзÐĩÐŧŅ&r.\n\nÐ‡Ņ— Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩŅ€ÐūÐąÐļŅ‚Ðļ Ð―Ð° &6ÐœÐ°ŅŅ‚ÐļÐŧÐū&r Ð°ÐąÐū ÐūÐīŅ€Ð°Ð·Ņƒ ÐēŅ–ÐīÐŋŅ€Ð°ÐēÐļŅ‚Ðļ ÐīÐū Ņ‚ÐēÐūÐģÐū &cВÐūÐģÐ―ŅÐ―ÐūÐģÐū ÐŋаÐŧŅŒÐ―ÐļКа&r ŅÐš ÐŋаÐŧÐļÐēÐū.", "quests.low_voltage.lv_seeds.title": "ÐĄÐŋÐūŅ‡Ð°Ņ‚ÐšŅƒ ÐēŅ–Ð·ŅŒÐžÐļ Ð―Ð°ŅŅ–Ð―Ð―Ņ", "quests.low_voltage.lv_seeds.subtitle": "ÐĶÐĩ ÐēÐļҁÐūÐšŅ– Ņ€ÐūҁÐŧÐļÐ―Ðļ", - "quests.low_voltage.lv_seeds.desc": "ÐŊÐšŅ‰Ðū Ņ‚Ðļ Ð―Ð°Ņ‚Ņ€Ð°ÐŋÐļ҈ Ð―Ð° ҆Җ Ņ€ÐūҁÐŧÐļÐ―Ðļ — Ð·ÐąÐĩŅ€Ðļ Ņ—Ņ… Ņ– ÐŋÐūŅ‡Ð―Ðļ Ņ„ÐĩŅ€ÐžŅƒ.\n\nВÐūÐ―Ðļ ŅŅ‚Ð°Ð―ŅƒŅ‚ŅŒ Ð―Ð°ÐđÐšŅ€Ð°Ņ‰ÐļО ÐīÐķÐĩŅ€ÐĩÐŧÐūО &aОÐŧŅ–Ņ— з Ð―Ð°ŅŅ–Ð―Ð―Ņ&r — ҀҖÐīÐļÐ―Ðļ, ҉Ðū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа &eÐ‘Ņ–ÐūÐīÐļзÐĩÐŧŅ&r. Ð Ņ–ÐŋаК ҂ҀÐūŅ…Ðļ ҁ҂ҖÐđÐšŅ–ŅˆÐļÐđ ÐīÐū Ð―ÐļÐ·ŅŒÐšÐļŅ… Ņ‚ÐĩОÐŋÐĩŅ€Ð°Ņ‚ŅƒŅ€, а ҁÐūÐ―ŅŅˆÐ―ÐļК ÐīÐūÐąŅ€Ðĩ Ņ€Ðūҁ҂Ðĩ Ðē Ņ‚ÐĩÐŋÐŧÐūÐžŅƒ КÐŧŅ–ÐžÐ°Ņ‚Ņ–. ÐĒÐļ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐĩ҈ ÐēÐļŅ€ÐūŅ‰ŅƒÐēÐ°Ņ‚Ðļ Ņ—Ņ… ҃ ҁÐēÐūŅ—Ðđ ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ņ–Ðđ Ņ‚ÐĩÐŋÐŧÐļ҆Җ, ŅÐšŅ‰Ðū Ð―Ðĩ Ņ…Ðū҇Ðĩ҈ ÐēÐļŅ‚Ņ€Ð°Ņ‡Ð°Ņ‚Ðļ ÐąÐ°ÐģÐ°Ņ‚Ðū Ņ‡Ð°ŅŅƒ Ð―Ð° Ņ„ÐĩŅ€ÐžÐĩҀҁ҂ÐēÐū — Ðē Ņ‚Ð°ÐšÐūÐžŅƒ Ņ€Ð°Ð·Ņ– ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃Ðđ ҀҖÐŋаК, аÐīÐķÐĩ ÐēŅ–Ð― Ð―Ðĩ ÐŋŅŅƒŅ”Ņ‚ŅŒŅŅ.\n\nÐĶÐĩ ÐąŅƒÐīÐĩ Ņ‡ŅƒÐīÐūÐēÐļО Ð―Ð°ÐīÐąÐ°Ð―Ð―ŅÐž ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ—.", - "quests.low_voltage.lv_seeds.task": "Ð Ņ–ÐŋаК Ð°ÐąÐū ҁÐūÐ―ŅŅˆÐ―ÐļК", + "quests.low_voltage.lv_seeds.desc": "ÐŊÐšŅ‰Ðū Ð―Ð°Ņ‚Ņ€Ð°ÐŋÐļŅ‚Ðĩ Ð―Ð° ҆Җ Ņ€ÐūҁÐŧÐļÐ―Ðļ — ÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐū ÐŋŅ–ÐīÐąÐĩŅ€Ņ–Ņ‚ŅŒ Ņ– ÐŋÐūŅ‡Ð―Ņ–Ņ‚ŅŒ ÐēÐļŅ€ÐūŅ‰ŅƒÐēÐ°Ņ‚Ðļ.\n\nВÐūÐ―Ðļ ŅŅ‚Ð°Ð―ŅƒŅ‚ŅŒ ÐēÐ°ŅˆÐļО Ð―Ð°ÐđÐšŅ€Ð°Ņ‰ÐļО ÐīÐķÐĩŅ€ÐĩÐŧÐūО &aРÐūҁÐŧÐļÐ―ÐūŅ— ÐūÐŧŅ–Ņ—&r — ҀҖÐīÐļÐ―Ðļ, ҉Ðū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа &eÐ‘Ņ–ÐūÐīÐļзÐĩÐŧŅŽ&r. ÐšÐ°Ð―ÐūÐŧа ҂ҀÐūŅ…Ðļ ҁ҂ҖÐđÐšŅ–ŅˆÐ° ÐīÐū Ð―ÐļÐ·ŅŒÐšÐļŅ… Ņ‚ÐĩОÐŋÐĩŅ€Ð°Ņ‚ŅƒŅ€, а ҁÐūÐ―ŅŅˆÐ―ÐļКÐļ ÐšŅ€Ð°Ņ‰Ðĩ ÐŋÐūŅ‡ŅƒÐēÐ°ŅŽŅ‚ŅŒŅŅ Ðē Ņ‚ÐĩÐŋÐŧŅ–ŅˆÐūÐžŅƒ КÐŧŅ–ÐžÐ°Ņ‚Ņ–. ВÐļ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐĩŅ‚Ðĩ ÐēÐļŅ€ÐūŅ‰ŅƒÐēÐ°Ņ‚Ðļ Ņ—Ņ… Ðē ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ņ–Ðđ Ņ‚ÐĩÐŋÐŧÐļ҆Җ, ŅÐšŅ‰Ðū Ð―Ðĩ Ņ…Ðū҇ÐĩŅ‚Ðĩ ÐēÐļŅ‚Ņ€Ð°Ņ‡Ð°Ņ‚Ðļ ÐąÐ°ÐģÐ°Ņ‚Ðū Ņ‡Ð°ŅŅƒ Ð―Ð° Ņ„ÐĩŅ€ÐžÐĩҀҁ҂ÐēÐū — ҉ÐūÐŋŅ€Ð°ÐēÐīа, ÐīÐūÐēÐĩÐīÐĩŅ‚ŅŒŅŅ ÐēÐļŅ‚Ņ€Ð°Ņ‡Ð°Ņ‚Ðļ ҂ҀÐūŅ…Ðļ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— Ð―Ð° Ņ—Ņ…Ð―Ņ” Ð·Ņ€ÐūŅŅ‚Ð°Ð―Ð―Ņ.", + "quests.low_voltage.lv_seeds.task": "ÐšÐ°Ð―ÐūÐŧа Ð°ÐąÐū ÐĄÐūÐ―ŅŅˆÐ―ÐļК", "quests.low_voltage.lv_turbo_charge.title": "ÐĻÐēÐļÐīКа Ð·Ð°Ņ€ŅÐīКа", "quests.low_voltage.lv_turbo_charge.subtitle": "КÐūŅ€ÐļŅÐ―Ðū ÐīÐŧŅ ҈ÐēÐļÐī҈ÐūÐģÐū Ð·Ð°Ņ€ŅÐīÐķÐ°Ð―Ð―Ņ ÐĩÐŧÐĩÐšŅ‚Ņ€ÐūŅ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē", "quests.low_voltage.lv_turbo_charge.desc": "&oÐĶŅ Ņ‚ÐĩОа КÐēÐĩŅŅ‚Ņƒ Ņ” Ð―ÐĩÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐūŅŽ, аÐŧÐĩ ОÐūÐķÐĩ Ð·Ð°Ņ†Ņ–ÐšÐ°ÐēÐļŅ‚Ðļ Ņ‚ÐĩÐąÐĩ. МÐļ ÐīÐūÐīаÐŧÐļ Ņ—Ņ— Ð·Ð°Ņ€Ð°ÐīÐļ ÐŋÐūÐēÐ―ÐūŅ‚Ðļ.&r \n\n&3ÐĻÐēÐļÐīКа Ð·Ð°Ņ€ŅÐīКа&r Ð·Ð°Ņ€ŅÐīÐķÐ°Ņ” &6RF Ņ‚Ð° EU&r ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ, Ņ‚Ð°ÐšŅ– ŅÐš &9Ð”Ņ€ÐļÐŧŅ–&r, Ð―Ð°ÐīзÐēÐļŅ‡Ð°ÐđÐ―Ðū ҈ÐēÐļÐīКÐū. \n\nÐ’Ņ–Ð― ÐŋŅ€ÐļÐđÐžÐ°Ņ” ÐīÐū 4 АОÐŋÐĩŅ€ Ð―Ð° КÐūÐķÐĩÐ― ÐŋŅ€ÐĩÐīОÐĩŅ‚, ŅÐšÐļÐđ Ð·Ð°Ņ€ŅÐīÐķÐ°Ņ”, ҉Ðū Ņ€ÐūÐąÐļŅ‚ŅŒ ÐđÐūÐģÐū &6ÐēÐīÐēҖ҇Җ ҈ÐēÐļÐī҈ÐļО&r за &3Ð‘ŅƒŅ„ÐĩŅ€ ÐąÐ°Ņ‚Ð°Ņ€ÐĩÐđ&r. ОÐīÐ―Ð°Ðš ÐēŅ–Ð― Ð―Ðĩ ОÐūÐķÐĩ Ņ€ÐūÐ·Ņ€ŅÐīÐķÐ°Ņ‚Ðļ. \n\n&eÐ‘ŅƒÐīҌ-ŅÐšÐļÐđ&r Ð—Ð°Ņ€ŅÐīÐ―ÐļÐđ ÐŋŅ€Ðļҁ҂ҀҖÐđ заÐēÐĩŅ€ŅˆÐļŅ‚ŅŒ ҆ÐĩÐđ КÐēÐĩҁ҂.", @@ -1531,7 +1647,7 @@ "quests.low_voltage.machine_auto_output_behaviour.title": "ПÐūÐēÐĩÐīŅ–Ð―ÐšÐ° аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―ÐūÐģÐū ÐēÐļÐēÐūÐī҃ ÐžÐ°ŅˆÐļÐ―Ðļ", "quests.low_voltage.machine_auto_output_behaviour.subtitle": "ДаÐēаÐđ Ð―Ð°ÐēŅ‡Ð°Ņ‚ÐļŅŅ.", "quests.low_voltage.machine_auto_output_behaviour.desc.1": "ÐĢҁҖ ÐžÐ°ŅˆÐļÐ―Ðļ зазÐēÐļŅ‡Ð°Ðđ ÐžÐ°ŅŽŅ‚ŅŒ ÐūÐīÐ―Ņƒ &7ЛÐļŅ†ŅŒÐūÐē҃ ÐĄŅ‚ÐūŅ€ÐūÐ―Ņƒ&r Ņ‚Ð° ÐūÐīÐ―Ņƒ &9ВÐļŅ…Ņ–ÐīÐ―Ņƒ ÐĄŅ‚ÐūŅ€ÐūÐ―Ņƒ&r. \n\n&7ЛÐļŅ†ŅŒÐūÐēа ÐĄŅ‚ÐūŅ€ÐūÐ―Ð°&r ÐŋÐūÐēÐļÐ―Ð―Ð° ÐąŅƒŅ‚Ðļ Ðū҇ÐĩÐēÐļÐīÐ―ÐūŅŽ. \n&9ВÐļŅ…Ņ–ÐīÐ―Ð° ÐĄŅ‚ÐūŅ€ÐūÐ―Ð°&r — ҆Ðĩ ҁ҂ÐūŅ€ÐūÐ―Ð° з Ņ‚ÐūŅ‡ÐšÐūŅŽ Ð°ÐąÐū ÐūŅ‚ÐēÐūŅ€ÐūО. За заОÐūÐēŅ‡ŅƒÐēÐ°Ð―Ð―ŅÐž ÐēÐūÐ―Ð° Ņ€ÐūÐ·Ņ‚Ð°ŅˆÐūÐēÐ°Ð―Ð° Ð―Ð° заÐīÐ―Ņ–Ðđ Ņ‡Ð°ŅŅ‚ÐļÐ―Ņ– ÐžÐ°ŅˆÐļÐ―Ðļ ÐŋŅ€Ðļ Ņ—Ņ— ÐēŅŅ‚Ð°Ð―ÐūÐēÐŧÐĩÐ―Ð―Ņ–. \n\nÐœÐ°ŅˆÐļÐ―Ðļ ОÐūÐķŅƒŅ‚ŅŒ &aаÐēŅ‚ÐūÐēÐļÐēÐ°Ð―Ņ‚Ð°Ðķ҃ÐēÐ°Ņ‚Ðļ&r ҇ÐĩŅ€Ðĩз ҁÐēÐūŅŽ ÐēÐļŅ…Ņ–ÐīÐ―Ņƒ ҁ҂ÐūŅ€ÐūÐ―Ņƒ. \nÐĐÐūÐą ҃ÐēŅ–ÐžÐšÐ―ŅƒŅ‚Ðļ аÐēŅ‚ÐūÐēÐļÐēÐ°Ð―Ņ‚Ð°ÐķÐĩÐ―Ð―Ņ, Ð―Ð°Ņ‚ÐļŅÐ―Ðļ ÐēŅ–ÐīÐŋÐūÐēŅ–ÐīÐ―Ņƒ ÐšÐ―ÐūÐŋÐšŅƒ Ðē GUI.\nАÐēŅ‚ÐūÐēÐļÐēÐ°Ð―Ņ‚Ð°ÐķÐĩÐ―Ð―Ņ ҀҖÐīÐļÐ― Ņ‚Ð° ÐŋŅ€ÐĩÐīОÐĩ҂ҖÐē ÐŋÐĩŅ€ÐĩОÐļÐšÐ°ŅŽŅ‚ŅŒŅŅ ÐūÐšŅ€ÐĩОÐū. \nДÐūÐīÐ°Ņ‚ÐšÐūÐēÐļÐđ КÐūÐ―Ņ‚Ņ€ÐūÐŧҌ Ð―Ð°Ðī аÐēŅ‚ÐūÐēÐļÐēÐ°Ð―Ņ‚Ð°ÐķÐĩÐ―Ð―ŅÐž ОÐūÐķÐ―Ð° зÐīŅ–ÐđŅÐ―ÐļŅ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &dÐĪŅ–ÐŧŅŒŅ‚Ņ€Ņ–Ðē&r Ņ‚Ð° &dÐšŅ€Ðļ҈ÐūК&r, ŅÐšŅ– ÐūÐŋÐļŅÐ°Ð―Ņ– Ðē КÐēÐĩҁ҂Җ ҃ ÐēÐĩŅ€Ņ…Ð―ŅŒÐūÐžŅƒ ÐŧŅ–ÐēÐūÐžŅƒ ÐšŅƒŅ‚Ņ– Ņ†ŅŒÐūÐģÐū.", - "quests.low_voltage.machine_auto_output_behaviour.desc.2": "КÐŧÐ°Ņ†Ð°Ð―Ð―Ņ ÐŋŅ€Ð°ÐēÐūŅŽ ÐšÐ―ÐūÐŋКÐūŅŽ ОÐļŅˆŅ– Ð―Ð° ÐžÐ°ŅˆÐļÐ―Ņ– з &5ГаÐđКÐūÐēÐļО КÐŧŅŽŅ‡ÐĩО&r Ð·ÐžŅ–Ð―ŅŽŅ” ÐēÐļŅ…Ņ–ÐīÐ―Ņƒ ҁ҂ÐūŅ€ÐūÐ―Ņƒ, а shift+КÐŧÐ°Ņ†Ð°Ð―Ð―Ņ Ð·ÐžŅ–Ð―ŅŽŅ” ÐŧÐļŅ†ŅŒÐūÐē҃ ҁ҂ÐūŅ€ÐūÐ―Ņƒ. МаÐđ Ð―Ð° ҃ÐēÐ°Ð·Ņ–, ҉Ðū ÐŧÐļŅ†ŅŒÐūÐēа ҁ҂ÐūŅ€ÐūÐ―Ð° &cÐ―Ðĩ ОÐūÐķÐĩ&r ÐąŅƒŅ‚Ðļ ÐēÐļŅ…Ņ–ÐīÐ―ÐūŅŽ ҁ҂ÐūŅ€ÐūÐ―ÐūŅŽ! \n\nЗа заОÐūÐēŅ‡ŅƒÐēÐ°Ð―Ð―ŅÐž ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ Ņ‚Ð° ҀҖÐīÐļÐ―Ðļ Ð―Ðĩ ОÐūÐķÐ―Ð° ÐēŅŅ‚Ð°ÐēÐŧŅŅ‚Ðļ ҇ÐĩŅ€Ðĩз ÐēÐļŅ…Ņ–ÐīÐ―Ņƒ ҁ҂ÐūŅ€ÐūÐ―Ņƒ, аÐŧÐĩ ҆Ðĩ ОÐūÐķÐ―Ð° Ð·ÐžŅ–Ð―ÐļŅ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &5ВÐļÐšŅ€ŅƒŅ‚ÐšÐļ&r. \nÐÐąÐū КÐŧÐ°Ņ†Ð―Ðļ ÐŋŅ€Ð°ÐēÐūŅŽ ÐšÐ―ÐūÐŋКÐūŅŽ ОÐļŅˆŅ– ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū Ð―Ð° ÐēÐļŅ…Ņ–ÐīÐ―Ņ–Ðđ ҁ҂ÐūŅ€ÐūÐ―Ņ–, Ð°ÐąÐū shift+КÐŧÐ°Ņ†Ð―Ðļ Ð―Ð° ҁҖ҂҆Җ, ҉Ðū ÐēŅ–ÐīÐŋÐūÐēŅ–ÐīÐ°Ņ” ҁ҂ÐūŅ€ÐūÐ―Ņ– ÐēÐļŅ…ÐūÐī҃. \n\nЄ ŅƒÐ―Ņ–ÐšÐ°ÐŧŅŒÐ―Ņ– ÐžÐ°ŅˆÐļÐ―Ðļ, ŅÐšŅ– Ð―Ðĩ ÐūÐąŅ€ÐūÐąÐŧŅŅŽŅ‚ŅŒ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ, Ņ‚Ð°ÐšŅ– ŅÐš &3ÐÐ°ŅÐūҁ&r, &3ÐĻÐ°Ņ…Ņ‚Ð°Ņ€&r, &3РÐļÐąÐ°ÐŧКа&r, &3КÐūÐŧÐĩÐšŅ‚ÐūŅ€ ÐŋŅ€ÐĩÐīОÐĩ҂ҖÐē&r Ņ‚Ðū҉Ðū. ÐĶŅ– ÐžÐ°ŅˆÐļÐ―Ðļ ÐēÐļÐēÐ°Ð―Ņ‚Ð°ÐķŅƒŅŽŅ‚ŅŒ ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ Ð―Ð° ҁÐēÐūŅŽ &7ЛÐļŅ†ŅŒÐūÐē҃ ҁ҂ÐūŅ€ÐūÐ―Ņƒ&r (ŅÐšÐ° ÐēҁÐĩ ҉Ðĩ ÐŋÐūÐ·Ð―Ð°Ņ‡ÐĩÐ―Ð° ÐšŅ€Ð°ÐŋКÐūŅŽ).", + "quests.low_voltage.machine_auto_output_behaviour.desc.2": "ПКМ Ð―Ð° ÐžÐ°ŅˆÐļÐ―Ņ– з &5ГаÐđКÐūÐēÐļО КÐŧŅŽŅ‡ÐĩО&r Ð·ÐžŅ–Ð―ŅŽŅ” ÐēÐļŅ…Ņ–ÐīÐ―Ņƒ ҁ҂ÐūŅ€ÐūÐ―Ņƒ, а shift+КÐŧÐ°Ņ†Ð°Ð―Ð―Ņ Ð·ÐžŅ–Ð―ŅŽŅ” ÐŧÐļŅ†ŅŒÐūÐē҃ ҁ҂ÐūŅ€ÐūÐ―Ņƒ. МаÐđ Ð―Ð° ҃ÐēÐ°Ð·Ņ–, ҉Ðū ÐŧÐļŅ†ŅŒÐūÐēа ҁ҂ÐūŅ€ÐūÐ―Ð° &cÐ―Ðĩ ОÐūÐķÐĩ&r ÐąŅƒŅ‚Ðļ ÐēÐļŅ…Ņ–ÐīÐ―ÐūŅŽ ҁ҂ÐūŅ€ÐūÐ―ÐūŅŽ! \n\nЗа заОÐūÐēŅ‡ŅƒÐēÐ°Ð―Ð―ŅÐž ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ Ņ‚Ð° ҀҖÐīÐļÐ―Ðļ Ð―Ðĩ ОÐūÐķÐ―Ð° ÐēŅŅ‚Ð°ÐēÐŧŅŅ‚Ðļ ҇ÐĩŅ€Ðĩз ÐēÐļŅ…Ņ–ÐīÐ―Ņƒ ҁ҂ÐūŅ€ÐūÐ―Ņƒ, аÐŧÐĩ ҆Ðĩ ОÐūÐķÐ―Ð° Ð·ÐžŅ–Ð―ÐļŅ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &5ВÐļÐšŅ€ŅƒŅ‚ÐšÐļ&r. \nÐÐąÐū КÐŧÐ°Ņ†Ð―Ðļ ÐŋŅ€Ð°ÐēÐūŅŽ ÐšÐ―ÐūÐŋКÐūŅŽ ОÐļŅˆŅ– ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū Ð―Ð° ÐēÐļŅ…Ņ–ÐīÐ―Ņ–Ðđ ҁ҂ÐūŅ€ÐūÐ―Ņ–, Ð°ÐąÐū shift+КÐŧÐ°Ņ†Ð―Ðļ Ð―Ð° ҁҖ҂҆Җ, ҉Ðū ÐēŅ–ÐīÐŋÐūÐēŅ–ÐīÐ°Ņ” ҁ҂ÐūŅ€ÐūÐ―Ņ– ÐēÐļŅ…ÐūÐī҃. \n\nЄ ŅƒÐ―Ņ–ÐšÐ°ÐŧŅŒÐ―Ņ– ÐžÐ°ŅˆÐļÐ―Ðļ, ŅÐšŅ– Ð―Ðĩ ÐūÐąŅ€ÐūÐąÐŧŅŅŽŅ‚ŅŒ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ, Ņ‚Ð°ÐšŅ– ŅÐš &3ÐÐ°ŅÐūҁ&r, &3Ð‘ŅƒŅ€&r, &3РÐļÐąÐ°ÐŧКа&r, &3КÐūÐŧÐĩÐšŅ‚ÐūŅ€ ÐŋŅ€ÐĩÐīОÐĩ҂ҖÐē&r Ņ‚Ðū҉Ðū. ÐĶŅ– ÐžÐ°ŅˆÐļÐ―Ðļ ÐēÐļÐēÐ°Ð―Ņ‚Ð°ÐķŅƒŅŽŅ‚ŅŒ ÐŋŅ€ÐĩÐīОÐĩŅ‚Ðļ Ð―Ð° ҁÐēÐūŅŽ &7ЛÐļŅ†ŅŒÐūÐē҃ ҁ҂ÐūŅ€ÐūÐ―Ņƒ&r (ŅÐšÐ° ÐēҁÐĩ ҉Ðĩ ÐŋÐūÐ·Ð―Ð°Ņ‡ÐĩÐ―Ð° ÐšŅ€Ð°ÐŋКÐūŅŽ).", "quests.low_voltage.machine_auto_output_behaviour.task": "ÐĨО, ŅÐš Ņ†Ņ–ÐšÐ°ÐēÐū!", "quests.low_voltage.programmed_circuits.title": "ÐŸŅ€ÐūÐģŅ€Ð°ÐžÐūÐēÐ°Ð―Ņ– ҁ҅ÐĩОÐļ", "quests.low_voltage.programmed_circuits.subtitle": "НÐĩ Ņ…Ðū҇Ðĩ҈ ÐēÐļŅ‚Ņ€Ð°Ņ‡Ð°Ņ‚Ðļ ҁÐēÐūŅ— ҁ҅ÐĩОÐļ Ð―Ð° ÐēÐļÐąŅ–Ņ€ Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē?", @@ -1588,7 +1704,7 @@ "quests.low_voltage.other_machines.desc": "МÐļ Ð―Ðĩ ÐąŅƒÐīÐĩОÐū Ņ€ÐūзÐģÐŧŅÐīÐ°Ņ‚Ðļ &dÐŋÐūÐēÐ―ÐļÐđ ÐžÐ°ŅŅˆŅ‚Ð°Ðą зÐēÐļŅ‡Ð°ÐđÐ―ÐūŅ— ÐūÐąŅ€ÐūÐąÐšÐļ Ņ€ŅƒÐīÐļ&r. ЧÐūÐžŅƒ зÐēÐļŅ‡Ð°ÐđÐ―ÐūŅ—? ДÐĩŅÐšŅ– Ņ€ŅƒÐīÐļ ÐŋÐū҂ҀÐĩÐąŅƒŅŽŅ‚ŅŒ ҁÐŋÐĩŅ†Ņ–Ð°ÐŧŅŒÐ―ÐūŅ— ÐūÐąŅ€ÐūÐąÐšÐļ, аÐŧÐĩ ҆Ðĩ Ņ‚ÐĩОа ÐīÐŧŅ Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ÐŋŅ–Ð·Ð―Ņ–ŅˆÐĩ. О Ð―Ņ–, ОÐļ ÐēÐķÐĩ Ð·Ð°Ņ…ÐūÐŋÐļÐŧÐļŅŅ! \n\nДÐĩŅÐšŅ– ÐžÐ°ŅˆÐļÐ―Ðļ, Ņ‚Ð°ÐšŅ– ŅÐš &bÐĨŅ–ÐžŅ–Ņ‡Ð―Ð° Ð’Ð°Ð―Ð―Ð°&r Ð°ÐąÐū &bЕÐŧÐĩÐšŅ‚Ņ€ÐūÐŧŅ–Ð·ÐĩŅ€&r, ОÐūÐķŅƒŅ‚ŅŒ ÐąŅƒŅ‚Ðļ КÐūŅ€ÐļŅÐ―ÐļОÐļ. \n\nЗÐŧŅÐšÐ°ÐēŅŅ ÐūÐąŅ€ÐūÐąÐšÐļ Ņ€ŅƒÐīÐļ? ПÐĩŅ€ÐĩÐģÐŧŅÐ―ŅŒ ҁÐŋÐĩŅ†Ņ–Ð°ÐŧŅŒÐ―ÐļÐđ Ņ€ÐūзÐīŅ–Ðŧ &cÐžÐąŅ€ÐūÐąÐšÐ° Ð ŅƒÐīÐļ&r ÐīÐŧŅ ÐŋÐūÐēÐ―ÐūÐģÐū ÐŋÐūÐšŅ€ÐūКÐūÐēÐūÐģÐū КÐĩҀҖÐēÐ―Ðļ҆҂Ðēа!", "quests.low_voltage.other_machines.task": "ÐŊ ÐŋÐūÐģÐūÐīÐķŅƒŅŽŅŅ ÐēŅ‚Ņ€Ð°Ņ‚ÐļŅ‚Ðļ зÐīÐūŅ€ÐūÐēÐļÐđ ÐģÐŧŅƒÐ·Ðī", "quests.low_voltage.lv_chemical_bath.title": "БазÐūÐēа ÐĨŅ–ÐžŅ–Ņ‡Ð―Ð° Ð’Ð°Ð―Ð―Ð°", - "quests.low_voltage.lv_chemical_bath.subtitle": "The Chemical Bath bathes...", + "quests.low_voltage.lv_chemical_bath.subtitle": "ÐĨŅ–ÐžŅ–Ņ‡Ð―Ð° ÐēÐ°Ð―Ð―Ð° Ð·Ð°Ð―ŅƒŅ€ŅŽŅ”...", "quests.low_voltage.lv_chemical_bath.desc.1": "&lПÐūзa ОÐĩÐķаОÐļ ÐūÐąŅ€ÐūÐąÐšÐļ Ņ€ŅƒÐīÐļ:&r \n\nÐĒÐļ ОÐūÐķÐĩ҈ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐĨŅ–ÐžŅ–Ņ‡Ð―Ņƒ Ð’Ð°Ð―Ð―Ņƒ ÐīÐŧŅ Ð·Ð°ÐžŅ–Ð―Ðļ Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē, ҉Ðū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‚ŅŒ &6заÐŋÐĩŅ‡Ð°Ņ‚Ð°Ð―Ņƒ ÐąÐūŅ‡ÐšŅƒ&r, Ņ€ÐūÐąÐŧŅŅ‡Ðļ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū ÐŋаÐŋÐĩŅ€Ņƒ Ņ‚Ð° ŅˆÐšŅ–Ņ€Ðļ &6ÐąÐĩÐ·ÐąÐūÐŧŅ–ŅÐ―ÐļО&r. \n\nЄ Ðđ Ņ–Ð―ŅˆŅ– ОÐĩÐ―Ņˆ ÐēаÐķÐŧÐļÐēŅ– Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ, Ņ‚Ð°ÐšŅ– ŅÐš Ņ„Ð°Ņ€ÐąŅƒÐēÐ°Ð―Ð―Ņ Ņ€Ņ–Ð·Ð―ÐļŅ… ÐŋŅ€ÐĩÐīОÐĩ҂ҖÐē Ņ– ÐąÐŧÐūÐšŅ–Ðē Ð°ÐąÐū Ņ—Ņ… ÐēŅ–ÐīÐąŅ–ÐŧŅŽÐēÐ°Ð―Ð―Ņ.", "quests.low_voltage.lv_chemical_bath.desc.2": "&lДÐŧŅ ÐūÐąŅ€ÐūÐąÐšÐļ Ņ€ŅƒÐīÐļ:&r \n\nДÐĩŅÐšŅ– &aÐ”Ņ€ÐūÐąÐŧÐĩÐ―Ņ– Ð ŅƒÐīÐļ&r ÐžÐ°ŅŽŅ‚ŅŒ аÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐļÐēÐ―Ņ– ҈ÐŧŅŅ…Ðļ ÐŋŅ€Ðļ ÐŋŅ€ÐūОÐļÐēÐ°Ð―Ð―Ņ– ÐīÐū &aÐžŅ‡Ðļ҉ÐĩÐ―ÐūŅ— Ð ŅƒÐīÐļ&r, ҉Ðū ÐēКÐŧŅŽŅ‡Ð°Ņ” ÐšŅƒÐŋÐ°Ð―Ð―Ņ ҃ &aÐ Ņ‚ŅƒŅ‚Ņ–&r Ð°ÐąÐū &aПÐĩŅ€ŅŅƒÐŧŅŒŅ„Ð°Ņ‚Ņ– ÐÐ°Ņ‚Ņ€Ņ–ŅŽ&r. ÐĶÐĩÐđ ÐšŅ€ÐūК Ð―Ðĩ Ņ” Ð―Ð°ÐīŅ‚Ðū ÐēаÐķÐŧÐļÐēÐļО, ŅÐšŅ‰Ðū ҂ҖÐŧŅŒÐšÐļ Ņ‚ÐūÐąŅ– Ð―Ðĩ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐĩÐ― Ņ‚ÐūÐđ ÐūҁÐūÐąÐŧÐļÐēÐļÐđ &6ПÐūÐąŅ–Ņ‡Ð―ÐļÐđ ÐŸŅ€ÐūÐīŅƒÐšŅ‚&r. ÐĶÐĩ ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ Ņ‡ŅƒÐīÐūÐēÐļО аÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐļÐēÐ―ÐļО ÐīÐķÐĩŅ€ÐĩÐŧÐūО ÐĄŅ€Ņ–ÐąÐŧа (Ð―Ð°Ņ‚ŅÐš, Ð―Ð°Ņ‚ŅÐš!).", "quests.low_voltage.lv_electroliser.title": "БазÐūÐēÐļÐđ ЕÐŧÐĩÐšŅ‚Ņ€ÐūÐŧŅ–Ð·ÐĩŅ€", @@ -1663,6 +1779,7 @@ "quests.low_voltage.lv_extractor.desc.2": "&l&3ЛÐūŅ€:&r&o ÐĒÐļ ÐŋÐūÐžŅ–Ņ‚ÐļÐē, ҉Ðū Ņ†Ņ ÐžÐ°ŅˆÐļÐ―Ð° ÐŋÐūŅ”ÐīÐ―ŅƒŅ” Ņ„ŅƒÐ―ÐšŅ†Ņ–Ņ— Ð•ÐšŅŅ‚Ņ€Ð°ÐšŅ‚ÐūŅ€Ð° Ņ‚Ð° Ð Ņ–ÐīÐļÐ―Ð―ÐūÐģÐū Ð•ÐšŅŅ‚Ņ€Ð°ÐšŅ‚ÐūŅ€Ð°? ÐĢ ÐŋÐūÐŋÐĩŅ€ÐĩÐīÐ―Ņ–Ņ… ÐēÐĩŅ€ŅŅ–ŅŅ… GregTech ҆Ðĩ ÐąŅƒÐŧÐļ ÐūÐšŅ€ÐĩÐžŅ– ÐžÐ°ŅˆÐļÐ―Ðļ.", "quests.low_voltage.lv_chemical_reactor.title": "БазÐūÐēÐļÐđ ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐļÐđ РÐĩÐ°ÐšŅ‚ÐūŅ€", "quests.low_voltage.lv_chemical_reactor.subtitle": "ÐĨŅ–ÐžŅ–Ņ ÐīÐŧŅ Ņ‡Ð°ÐđÐ―ÐļÐšŅ–Ðē", + "quests.low_voltage.lv_chemical_reactor.task": "Ð Ņ–ÐīКа ÐģŅƒÐžÐ°", "quests.low_voltage.lv_chemical_reactor.desc.1": "&3ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐļÐđ РÐĩÐ°ÐšŅ‚ÐūŅ€&r ÐąŅƒÐīÐĩ Ð―ÐĩÐūÐąŅ…Ņ–ÐīÐ―ÐļÐđ ÐīÐŧŅ &lÐąÐ°ÐģÐ°Ņ‚ŅŒÐūŅ…&r Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē. \n\nÐŅƒÐžÐū ÐēÐļÐŋŅ€ÐūÐąŅƒÐđОÐū ÐđÐūÐģÐū — ҇ÐūÐžŅƒ Ðą Ð―Ðĩ ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ņ‚Ðļ Ņ‚ÐēŅ–Ðđ ҉ÐūÐđÐ―Ðū ҁ҂ÐēÐūŅ€ÐĩÐ―ÐļÐđ ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐļÐđ РÐĩÐ°ÐšŅ‚ÐūŅ€, ҉ÐūÐą Ņ€ÐūÐ·ÐąÐŧÐūÐšŅƒÐēÐ°Ņ‚Ðļ Ð―ÐūÐēÐļÐđ, &6ÐšŅ€Ð°Ņ‰ÐļÐđ Ņ€Ðĩ҆ÐĩÐŋŅ‚ Ð“ŅƒÐžÐļ&r? Ð“ŅƒÐžÐ° &dÐ―ÐĩÐŋŅ€ÐļÐīÐ°Ņ‚Ð―Ð°&r ҃ ÐēÐļÐģÐŧŅÐīŅ– ҀҖÐīÐļÐ―Ðļ, Ņ‚ÐūÐžŅƒ Ņ‚ÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ҉Ðĩ ÐūÐīÐ―Ð° ÐžÐ°ŅˆÐļÐ―Ð° ÐīÐŧŅ Ņ—Ņ— ÐŋÐūÐīаÐŧҌ҈ÐūŅ— ÐūÐąŅ€ÐūÐąÐšÐļ.", "quests.low_voltage.lv_chemical_reactor.desc.2": "ÐĒÐļ Ð―Ðĩ ОÐūÐķÐĩ҈ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ Ð“ŅƒÐžŅƒ, ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‡Ðļ ÐŧÐļ҈Ðĩ ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐļÐđ РÐĩÐ°ÐšŅ‚ÐūŅ€, Ņ‚ÐūÐžŅƒ ÐūҁҌ ÐšŅ–ÐŧŅŒÐšÐ° &aŅ–Ð―ŅˆÐļŅ… ÐžÐ°ŅˆÐļÐ―&r, ŅÐšŅ– Ņ‚ÐūÐąŅ– ÐēÐ°Ņ€Ņ‚Ðū Ņ€ÐūзÐģÐŧŅÐ―ŅƒŅ‚Ðļ: \n\n&3Ð—Ð°Ņ‚ÐēÐĩŅ€ÐīÐķ҃ÐēÐ°Ņ‡&r ÐīÐūÐŋÐūОÐūÐķÐĩ Ņ‚ÐūÐąŅ– ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ ҀҖÐīÐšŅƒ Ð“ŅƒÐžŅƒ ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū Ðē &aÐ“ŅƒÐžÐūÐēŅ– ЛÐļҁ҂Ðļ&r. ВÐūÐ―Ðļ Ņ‚ÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐŧŅŅ‚ŅŒŅŅ Ð―Ð°ÐīаÐŧŅ–. \n\nПÐūŅ‚Ņ–Ðž Ņ‚Ðļ ОÐūÐķÐĩ҈ ŅÐšÐūŅ€ÐļŅŅ‚Ð°Ņ‚ÐļŅŅ &3Ð—ÐąÐļŅ€Ð°Ņ‡ÐĩО&r, ҉ÐūÐą ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ņ€ÐūзÐŋÐŧаÐēÐŧÐĩÐ―Ņƒ Ð“ŅƒÐžŅƒ ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ &aÐšÐ°ÐąÐĩÐŧŅ–Ðē&r. ÐĶÐĩ Ð―Ðĩ ÐēаÐķÐŧÐļÐēÐū ÐīÐŧŅ ОÐŧÐūÐē'ŅÐ―ÐļŅ… ÐšÐ°ÐąÐĩÐŧŅ–Ðē, аÐŧÐĩ ÐšŅ€Ð°Ņ‰Ņ– ÐšÐ°ÐąÐĩÐŧŅ– &eÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū&r ÐąŅƒÐīÐĩ ҁ҂ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ ŅÐ°ÐžÐĩ Ðē Ð—ÐąÐļŅ€Ð°Ņ‡Ņ–. \n\n&eÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r ÐĐÐūÐą зÐīÐ°Ņ‚Ðļ ҀҖÐīÐļÐ―Ņƒ, Ð·ÐąÐĩŅ€ÐĩÐķÐļ Ņ—Ņ— Ðē &lÐąŅƒÐīҌ-ŅÐšÐūÐžŅƒ&r Ņ€ÐĩзÐĩŅ€ÐēŅƒÐ°Ņ€Ņ– ҃ ҁÐēÐūŅ”ÐžŅƒ Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€Ņ–. БÐūŅ‡ÐšÐ° — Ņ–ÐīÐĩаÐŧŅŒÐ―ÐļÐđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚.", "quests.low_voltage.lv_fluid_solidifier.title": "БазÐūÐēÐļÐđ Ð—Ð°Ņ‚ÐēÐĩŅ€ÐīÐķ҃ÐēÐ°Ņ‡ Ð Ņ–ÐīÐļÐ―", @@ -1716,8 +1833,8 @@ "quests.medium_voltage.mv_miner.subtitle": "ÐĒаК ҉Ðū ÐēаО Ð―Ð°ÐąŅ€ÐļÐīÐŧÐū ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ ŅÐ°ÐžÐūÐžŅƒ?", "quests.medium_voltage.mv_miner.desc.1": "ÐĶŅ ÐīÐūÐąŅ€Ð° ÐīŅƒŅˆÐ°&r ÐąŅƒÐīÐĩ ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ Ņ€ŅƒÐīÐļ ÐīÐŧŅ Ņ‚ÐĩÐąÐĩ, ŅÐšŅ‰Ðū Ņ—Ņ— Ņ€ÐūÐ·ÐžŅ–ŅŅ‚ÐļŅ‚Ðļ Ð―Ð°Ðī ÐķÐļÐŧÐūŅŽ. \n\nВÐĩҀ҂ÐļКаÐŧŅŒÐ―ÐļÐđ ÐīŅ–Ð°ÐŋазÐūÐ― Ð―ÐĩÐūÐąÐžÐĩÐķÐĩÐ―ÐļÐđ ÐŋŅ–Ðī ОаÐđÐ―ÐĩŅ€ÐūО. ГÐūŅ€ÐļзÐūÐ―Ņ‚Ð°ÐŧŅŒÐ―ÐļÐđ ÐīŅ–Ð°ÐŋазÐūÐ― ÐēŅ–ÐīÐūÐąŅ€Ð°ÐķÐ°Ņ”Ņ‚ŅŒŅŅ ҃ ÐŋŅ–ÐīÐšÐ°Ð·Ņ†Ņ–. \n\nÐ’Ð°Ņ€Ņ–Ð°Ð―Ņ‚ &bMV&r ОÐūÐķÐĩ Ð―Ðĩ ÐžÐ°Ņ‚Ðļ ÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐūÐģÐū ÐīŅ–Ð°ÐŋазÐūÐ―Ņƒ ÐīÐŧŅ ÐēÐļÐīÐūÐąŅƒŅ‚ÐšŅƒ ÐēҁҖҔҗ ÐķÐļÐŧÐļ, аÐŧÐĩ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚ &6HV&r ÐžÐ°Ņ”, Ņ‚ÐūÐžŅƒ ОÐūÐķÐŧÐļÐēÐū ÐēÐ°Ņ€Ņ‚Ðū Ð·Ð°Ņ‡ÐĩÐšÐ°Ņ‚Ðļ. ÐžŅ‚Ņ€ÐļОаÐđ &eÐąŅƒÐīҌ-ŅÐšÐļÐđ&r, ҉ÐūÐą заÐēÐĩŅ€ŅˆÐļŅ‚Ðļ ҆Ðĩ заÐēÐīÐ°Ð―Ð―Ņ.", "quests.medium_voltage.mv_miner.desc.2": "ÐĒÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ &9Ð•Ð―ÐĩŅ€ÐģŅ–Ņ&r. &aÐ—Ð°Ņ€ŅÐīÐķÐĩÐ―Ņ– Ð‘Ð°Ņ‚Ð°Ņ€ÐĩŅ—&r ОÐūÐķŅƒŅ‚ŅŒ ÐŋŅ€Ð°Ņ†ŅŽÐēÐ°Ņ‚Ðļ, аÐŧÐĩ ÐēÐūÐ―Ðļ ÐžÐ°ŅŽŅ‚ŅŒ ÐēÐŧÐ°ŅŅ‚ÐļÐēŅ–ŅŅ‚ŅŒ ҈ÐēÐļÐīКÐū Ņ€ÐūÐ·Ņ€ŅÐīÐķÐ°Ņ‚ÐļŅŅ, ҉Ðū ҂ҀÐūŅ…Ðļ Ð―ÐĩÐ·Ņ€ŅƒŅ‡Ð―Ðū. \n\nНаÐđÐšŅ€Ð°Ņ‰Ð° Ņ€ÐĩКÐūОÐĩÐ―ÐīÐ°Ņ†Ņ–Ņ — ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ заÐŋÐūÐēÐ―ÐĩÐ―Ņƒ &3БÐūŅ‡ÐšŅƒ&r з ŅÐšÐļОÐūҁҌ ÐŋаÐŧÐļÐēÐūО &7(ŅÐšŅ‰Ðū Ņ‚Ðļ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņˆ ÐŸÐ°Ņ€, ҆Ðĩ Ð―Ðĩ ҁÐŋŅ€Ð°Ņ†ŅŽŅ”!)&r Ņ‚Ð° &3ГÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€&r. \n\nРÐūÐ·ÐžŅ–ŅŅ‚Ðļ БÐūŅ‡ÐšŅƒ Ð―Ð°Ðī ГÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€ÐūО Ņ– КÐŧÐ°Ņ†Ð―Ðļ ÐŋÐū Ð―ŅŒÐūÐžŅƒ &5ВÐļÐšŅ€ŅƒŅ‚ÐšÐūŅŽ&r, ҉ÐūÐą аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðū ÐŋÐĩŅ€ÐĩÐīаÐēÐ°Ņ‚Ðļ ÐŋаÐŧÐļÐēÐū Ðē ГÐĩÐ―ÐĩŅ€Ð°Ņ‚ÐūŅ€.", - "quests.medium_voltage.mv_miner.desc.3": "&cÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r НÐĩ Ð·Ð°ÐąŅƒÐīҌ &dзаÐēÐ°Ð―Ņ‚Ð°ÐķÐļŅ‚Ðļ Ņ‡Ð°Ð―ÐšÐļ&r ÐēҁҖ҅ 9 ŅˆÐžÐ°Ņ‚ÐšŅ–Ðē Ņ€ŅƒÐīÐ―ÐūŅ— ÐķÐļÐŧÐļ &7(ÐēŅ–ÐīÐšŅ€ÐļÐđ ÐšÐ°Ņ€Ņ‚Ņƒ, Ð·Ð°Ņ…ÐūÐŋÐļ Ņ‡Ð°Ð―ÐšÐļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ Ctrl + ЛКМ Ņ– ҃ÐēŅ–ÐžÐšÐ―Ðļ ÐŋŅ€ÐļÐžŅƒŅÐūÐēÐĩ заÐēÐ°Ð―Ņ‚Ð°ÐķÐĩÐ―Ð―Ņ ÐŋҖҁÐŧŅ Ņ—Ņ… Ð·Ð°Ņ…ÐūÐŋÐŧÐĩÐ―Ð―Ņ)&r. \n\n&9ПÐūŅ€Ð°Ðīа:&r ÐĒÐļ ОÐūÐķÐĩ҈ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ð°ÐąÐū &3ME ÐĄŅƒÐ―ÐīŅƒÐš&r, Ð°ÐąÐū &3GT Create&r ŅÐš ÐēÐļŅ…Ņ–ÐīÐ―ÐļÐđ Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€, ҉ÐūÐą Ð·Ņ€ÐūÐąÐļŅ‚Ðļ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ð―Ð―Ņ Ņ€ŅƒÐī ÐīÐūÐīÐūÐžŅƒ ÐŋŅ€ÐūŅŅ‚Ņ–ŅˆÐļО. &3ME ÐĄŅƒÐ―ÐīŅƒÐš&r ОÐūÐķÐ―Ð° ÐķÐļÐēÐļŅ‚Ðļ ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū ÐēŅ–Ðī EU, аÐŧÐĩ ҆Ðĩ ÐąŅƒÐīÐĩ ÐīÐūŅŅ‚ŅƒÐŋÐ―Ðū Ð―Ðĩ ÐēŅ–ÐīŅ€Ð°Ð·Ņƒ.", - "quests.medium_voltage.mv_miner.task": "Ð‘ŅƒÐīҌ-ŅÐšÐļÐđ ОаÐđÐ―ÐĩŅ€", + "quests.medium_voltage.mv_miner.desc.3": "&cÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r НÐĩ Ð·Ð°ÐąŅƒÐīҌ &dзаÐēÐ°Ð―Ņ‚Ð°ÐķÐļŅ‚Ðļ Ņ‡Ð°Ð―ÐšÐļ&r ÐēҁҖ҅ 9 ŅˆÐžÐ°Ņ‚ÐšŅ–Ðē Ņ€ŅƒÐīÐ―ÐūŅ— ÐķÐļÐŧÐļ &7(ÐēŅ–ÐīÐšŅ€ÐļÐđ ÐšÐ°Ņ€Ņ‚Ņƒ, Ð·Ð°Ņ…ÐūÐŋÐļ Ņ‡Ð°Ð―ÐšÐļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ Ctrl + ЛКМ Ņ– ҃ÐēŅ–ÐžÐšÐ―Ðļ ÐŋŅ€ÐļÐžŅƒŅÐūÐēÐĩ заÐēÐ°Ð―Ņ‚Ð°ÐķÐĩÐ―Ð―Ņ ÐŋҖҁÐŧŅ Ņ—Ņ… Ð·Ð°Ņ…ÐūÐŋÐŧÐĩÐ―Ð―Ņ)&r. \n\n&9ПÐūŅ€Ð°Ðīа:&r ÐĒÐļ ОÐūÐķÐĩ҈ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ð°ÐąÐū &3ME ÐĄÐšŅ€ÐļÐ―ŅŽ&r, Ð°ÐąÐū &3GT ÐŊ҉ÐļК&r ŅÐš ÐēÐļŅ…Ņ–ÐīÐ―ÐļÐđ Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€, ҉ÐūÐą Ð·Ņ€ÐūÐąÐļŅ‚Ðļ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ð―Ð―Ņ Ņ€ŅƒÐī ÐīÐūÐīÐūÐžŅƒ ÐŋŅ€ÐūŅŅ‚Ņ–ŅˆÐļО. &3ME ÐĄÐšŅ€ÐļÐ―Ņ&r ОÐūÐķÐ―Ð° ÐķÐļÐēÐļŅ‚Ðļ ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū ÐēŅ–Ðī EU, аÐŧÐĩ ҆Ðĩ ÐąŅƒÐīÐĩ ÐīÐūŅŅ‚ŅƒÐŋÐ―Ðū Ð―Ðĩ ÐēŅ–ÐīŅ€Ð°Ð·Ņƒ.", + "quests.medium_voltage.mv_miner.task": "Ð‘ŅƒÐīҌ-ŅÐšÐļÐđ ÐąŅƒŅ€", "quests.medium_voltage.mv_component.title": "КÐūОÐŋÐūÐ―ÐĩÐ―Ņ‚Ðļ MV", "quests.medium_voltage.mv_component_.subtitle": "НÐĩÐ―Ð°ÐēÐļÐīŅ–Ðē ҁ҂ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ ҆Ðĩ Ð―Ð° ÐŋÐūÐŋÐĩŅ€ÐĩÐīÐ―ŅŒÐūÐžŅƒ ҀҖÐēÐ―Ņ–?", "quests.medium_voltage.mv_component.desc": "ÐžŅŅŒ ҁÐŋÐļҁÐūК КÐūОÐŋÐūÐ―ÐĩÐ―Ņ‚Ņ–Ðē, ŅÐšŅ– Ņ‚ÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐŧŅŅ‚ŅŒŅŅ Ðē &bMV&r. ÐĐÐūÐą зОÐĩÐ―ŅˆÐļŅ‚Ðļ ŅÐšÐŧаÐīÐ―Ņ–ŅŅ‚ŅŒ, ÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐū Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐđ аÐēŅ‚ÐūÐšŅ€Ð°Ņ„Ņ‚ Ð°ÐąÐū &dÐžÐ°ŅÐūÐēÐĩ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū&r ҆ÐļŅ… ÐīÐĩŅ‚Ð°ÐŧÐĩÐđ, ÐūҁÐūÐąÐŧÐļÐēÐū &aМÐūŅ‚ÐūҀҖÐē&r. \n\nÐ—Ð―Ð°ÐđÐūОÐļÐđ з &aÐ•ÐžŅ–Ņ‚ÐĩŅ€ÐūО&r? ÐĢ Ņ†ŅŒÐūÐžŅƒ ҀҖÐēÐ―Ņ– Ð•ÐžŅ–Ņ‚ÐĩŅ€ ÐēÐļОаÐģÐ°Ņ” &dБÐĩзÐīÐūÐģÐ°Ð―Ð―ÐļÐđ ÐĄÐžÐ°Ņ€Ð°ÐģÐī&r ҃ Ņ€Ðĩ҆ÐĩÐŋ҂Җ, ŅÐšÐļÐđ Ð―Ð°Ņ€Ð°Ð·Ņ– ОÐūÐķÐ―Ð° Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ÐŧÐļ҈Ðĩ ҇ÐĩŅ€Ðĩз &3ÐĄÐūŅ€Ņ‚ŅƒÐēаÐŧŅŒÐ―Ņƒ ÐœÐ°ŅˆÐļÐ―Ņƒ&r. \n\nКÐūÐ―ÐēÐĩҔҀÐļ, ПÐūОÐŋÐļ Ņ‚Ð° РÐūÐąÐūŅ‚ÐļзÐūÐēÐ°Ð―Ņ– Ð ŅƒÐšÐļ Ņ” ÐūÐąâ€™Ņ”ÐšŅ‚ÐļÐēÐ―ÐļОÐļ ÐŋÐūÐšŅ€Ð°Ņ‰ÐĩÐ―Ð―ŅÐžÐļ ÐŋÐūҀҖÐēÐ―ŅÐ―Ðū з ÐēÐĩŅ€ŅŅ–ŅÐžÐļ &7LV&r, ŅÐšŅ‰Ðū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ņ—Ņ… ŅÐš Ð―Ð°ÐšÐŧаÐīКÐļ.", @@ -1747,14 +1864,14 @@ "quests.medium_voltage.mv_battery.desc": "ÐŊК заÐēÐķÐīÐļ, ОÐļ Ð―Ð°ÐŋÐūÐŧÐĩÐģÐŧÐļÐēÐū Ņ€ÐĩКÐūОÐĩÐ―ÐīŅƒŅ”ÐžÐū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ &bÐ‘ŅƒŅ„ÐĩŅ€ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūҀҖÐē&r — Ð―Ð°ÐēŅ–Ņ‚ŅŒ ŅÐšŅ‰Ðū ÐēÐļ ҁÐŋÐūÐķÐļÐēÐ°Ņ”Ņ‚Ðĩ ÐąŅ–ÐŧҌ҈Ðĩ &6ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ—&r, Ð―Ņ–Ðķ ÐēÐļŅ€ÐūÐąÐŧŅŅ”Ņ‚Ðĩ, ÐēÐļ Ð―Ðĩ ÐēŅ‚Ņ€Ð°Ņ‚ÐļŅ‚Ðĩ Ņ—Ņ— ОÐļ҂҂ҔÐēÐū, а зОÐūÐķÐĩŅ‚Ðĩ ÐēŅ–ÐīÐ―ÐūÐēÐļŅ‚Ðļ заÐŋÐ°Ņ, ÐŋÐūКÐļ ÐēÐ°ŅˆŅ– ÐžÐ°ŅˆÐļÐ―Ðļ Ð―Ðĩ ÐŋŅ€Ð°Ņ†ŅŽŅŽŅ‚ŅŒ.", "quests.medium_voltage.mv_battery.task": "Ð‘ŅƒÐīҌ-ŅÐšÐļÐđ MV Ð‘ŅƒŅ„ÐĩŅ€ ÐÐšŅƒÐžŅƒÐŧŅŅ‚ÐūҀҖÐē", "quests.medium_voltage.mv_batteries.title": "ÐšŅ€Ð°Ņ‰Ņ– ÐąÐ°Ņ‚Ð°Ņ€ÐĩŅ—", - "quests.medium_voltage.mv_batteries.subtitle": "Baby Got Battery", + "quests.medium_voltage.mv_batteries.subtitle": "ÐĢ ÐžÐ°ÐŧŅŽÐšÐ° Ð·â€™ŅÐēÐļÐēŅŅ Ð°ÐšŅƒÐžŅƒÐŧŅŅ‚ÐūŅ€", "quests.medium_voltage.mv_batteries.desc": "&bMV&r Ð‘Ð°Ņ‚Ð°Ņ€ÐĩŅ— ҁÐŋÐūÐīÐūÐąÐ°ŅŽŅ‚ŅŒŅŅ Ņ‚ÐūÐąŅ–, ŅÐšŅ‰Ðū Ņ‚Ðļ Ņ…Ðū҇Ðĩ҈ ÐąŅƒŅ„ÐĩŅ€ÐļÐ·ŅƒÐēÐ°Ņ‚Ðļ Ð•Ð―ÐĩŅ€ÐģŅ–ŅŽ, Ņ‚Ð°Ðš ŅÐ°ÐžÐū ŅÐš &7LV&r. \n\nÐ’Ð°Ņ€Ņ‚Ņ–ŅŅ‚ŅŒ ҃ &aÐÐ°Ņ‚Ņ€Ņ–Ņ—&r, &aÐ›Ņ–Ņ‚Ņ–Ņ—&r Ð°ÐąÐū &aКаÐīÐžŅ–Ņ—&r Ð·Ņ€ÐūŅŅ‚Ð°Ņ” ÐīÐū 8 ÐŋÐļÐŧ҃, Ņ‚ÐūÐžŅƒ ÐēÐ°Ņ€Ņ‚Ðū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ņ‚Ðĩ, ҇ÐūÐģÐū ҃ Ņ‚ÐĩÐąÐĩ Ð―Ð°ÐđÐąŅ–ÐŧҌ҈Ðĩ. Ð Ņ–Ð·Ð―ÐļŅ†Ņ Ðē Ņ”ÐžÐ―Ðūҁ҂Җ Ð―Ðĩ &7ÐĒАК&r ÐēÐĩÐŧÐļКа, Ð·Ņ€ÐĩŅˆŅ‚ÐūŅŽ! \n\nÐžŅ‚Ņ€ÐļОаÐđ &eÐąŅƒÐīҌ-ŅÐšŅƒ&r Ð‘Ð°Ņ‚Ð°Ņ€ÐĩŅŽ, ҉ÐūÐą заÐēÐĩŅ€ŅˆÐļŅ‚Ðļ ЗаÐēÐīÐ°Ð―Ð―Ņ.", "quests.medium_voltage.mv_steel_alloy.title": "ÐĄŅ‚Ð°ÐŧÐĩÐēŅ– ÐĄÐŋÐŧаÐēÐļ", "quests.medium_voltage.mv_steel_alloy.subtitle": "ЗаÐģÐ°Ņ€Ņ‚ŅƒÐđ ҁÐēÐūŅ” ҁÐĩҀ҆Ðĩ", "quests.medium_voltage.mv_steel_alloy.desc": "Ð’Ð°Ð―Ð°ÐīŅ–Ņ”Ðēа ŅŅ‚Ð°ÐŧҌ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ð° Ðē Ð―ÐĩÐēÐĩÐŧÐļКÐļŅ… ÐšŅ–ÐŧŅŒÐšÐūŅŅ‚ŅŅ… ҃ ÐŋŅ€ÐūÐģŅ€ÐĩҁҖҗ. ВÐūÐ―Ð° &6ОаÐđÐķÐĩ Ðē҇ÐĩŅ‚ÐēÐĩŅ€Ðū ÐžŅ–Ņ†Ð―Ņ–ŅˆÐ°&r за зÐēÐļŅ‡Ð°ÐđÐ―Ņƒ ŅŅ‚Ð°ÐŧҌ, ŅÐšŅ‰Ðū ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ Ðē Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ð°Ņ… GregTech. Ð’Ð°Ð―Ð°ÐīŅ–Ðđ ÐīÐūÐąŅƒÐēÐ°Ņ”Ņ‚ŅŒŅŅ з &aÐ’Ð°Ð―Ð°ÐīŅ–Ņ”ÐēÐūÐģÐū МаÐģÐ―ÐĩŅ‚ÐļŅ‚Ņƒ&r, ŅÐšÐļÐđ Ņ‚Ðļ ÐžŅ–Ðģ Ð·ŅƒŅŅ‚Ņ€Ņ–Ņ‚Ðļ ҃ ОаÐģÐ―ÐĩŅ‚ÐļŅ‚ÐūÐēÐļŅ… ÐķÐļÐŧÐ°Ņ…. \n\nÐ†Ð―ŅˆŅ– ŅŅ‚Ð°ÐŧÐĩÐēŅ– ҁÐŋÐŧаÐēÐļ ÐēКÐŧŅŽŅ‡Ð°ŅŽŅ‚ŅŒ ÐĄÐļÐ―ŅŽ ÐĄŅ‚Ð°ÐŧҌ, ЧÐĩŅ€ÐēÐūÐ―Ņƒ ÐĄŅ‚Ð°ÐŧҌ Ņ‚Ð° ЧÐūŅ€Ð―Ņƒ ÐĄŅ‚Ð°ÐŧҌ! \n\nÐ’Ņ–Ð·ŅŒÐžÐļ ҂ҀÐūŅ…Ðļ ÐĄÐļÐ―ŅŒÐūŅ— ÐĄŅ‚Ð°ÐŧŅ– ÐąÐĩзКÐūŅˆŅ‚ÐūÐēÐ―Ðū — ÐēÐūÐ―Ð° ÐēÐīÐēҖ҇Җ ÐžŅ–Ņ†Ð―Ņ–ŅˆÐ° за зÐēÐļŅ‡Ð°ÐđÐ―Ņƒ ŅŅ‚Ð°ÐŧҌ.", "quests.medium_voltage.pyrolyse.title": "ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ð° ÐŸŅ–Ņ‡", "quests.medium_voltage.pyrolyse.subtitle": "ÐĒÐĩŅ€ÐžŅ–Ņ‡Ð―ÐļÐđ РÐūзКÐŧаÐī", - "quests.medium_voltage.pyrolyse.desc.1": "&3ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ð° ÐŸŅ–Ņ‡&r — ҆Ðĩ ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―ÐļÐđ Ð°Ð―Ð°ÐŧÐūÐģ &3КÐūÐšŅÐūÐēÐūŅ— ПÐĩ҇Җ&r. ВÐūÐ―Ð° ОÐūÐķÐĩ ÐēÐļŅ€ÐūÐąÐŧŅŅ‚Ðļ &9КÐūÐšŅŅ–ÐēÐ―Ðĩ Ð’ŅƒÐģŅ–ÐŧÐŧŅ&r Ņ‚Ð° &9ДÐĩŅ€ÐĩÐēÐ―Ðĩ Ð’ŅƒÐģŅ–ÐŧÐŧŅ&r з ÐŋÐūÐąŅ–Ņ‡Ð―ÐļО ÐŋŅ€ÐūÐīŅƒÐšŅ‚ÐūО &9ÐšŅ€ÐĩÐūзÐūŅ‚ÐūО&r, ŅÐš Ņ– Ņ€Ð°Ð―Ņ–ŅˆÐĩ, аÐŧÐĩ Ņ‚Ð°ÐšÐūÐķ ÐžÐ°Ņ” ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēŅ– &6ÐžŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―Ņ– ПÐūÐąŅ–Ņ‡Ð―Ņ– ÐŸŅ€ÐūÐīŅƒÐšŅ‚Ðļ&r, Ð―Ð°ÐđКÐūŅ€ÐļŅÐ―Ņ–ŅˆÐļО з ŅÐšÐļŅ… Ņ” &aДÐĩŅ€ÐĩÐēÐ―ÐļÐđ Ð”ŅŒÐūÐģÐūŅ‚ŅŒ&r. \n\nÐĐÐĩ ÐūÐīÐ―ÐļО ÐŋŅ€ÐūÐīŅƒÐšŅ‚ÐūО Ņ” &aÐ‘Ņ–ÐūÐžÐ°ŅÐ°&r, ŅÐšÐ° Ð·Ð°Ņ€Ð°Ð· Ņ” ÐąŅ–ÐŧҌ҈ Ð°ÐšŅ‚ŅƒÐ°ÐŧŅŒÐ―ÐūŅŽ ÐīÐŧŅ Ņ‚ÐēÐūÐģÐū ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃.", + "quests.medium_voltage.pyrolyse.desc.1": "&3ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ð° ÐŸŅ–Ņ‡&r — ҆Ðĩ ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―ÐļÐđ Ð°Ð―Ð°ÐŧÐūÐģ &3КÐūÐšŅÐūÐēÐūŅ— ПÐĩ҇Җ&r. ВÐūÐ―Ð° ОÐūÐķÐĩ ÐēÐļŅ€ÐūÐąÐŧŅŅ‚Ðļ &9КÐūÐšŅÐūÐēÐĩ Ð’ŅƒÐģŅ–ÐŧÐŧŅ&r Ņ‚Ð° &9ДÐĩŅ€ÐĩÐēÐ―Ðĩ Ð’ŅƒÐģŅ–ÐŧÐŧŅ&r з ÐŋÐūÐąŅ–Ņ‡Ð―ÐļО ÐŋŅ€ÐūÐīŅƒÐšŅ‚ÐūО &9ÐšŅ€ÐĩÐūзÐūŅ‚ÐūО&r, ŅÐš Ņ– Ņ€Ð°Ð―Ņ–ŅˆÐĩ, аÐŧÐĩ Ņ‚Ð°ÐšÐūÐķ ÐžÐ°Ņ” ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēŅ– &6ÐžŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―Ņ– ПÐūÐąŅ–Ņ‡Ð―Ņ– ÐŸŅ€ÐūÐīŅƒÐšŅ‚Ðļ&r, Ð―Ð°ÐđКÐūŅ€ÐļŅÐ―Ņ–ŅˆÐļО з ŅÐšÐļŅ… Ņ” &aДÐĩŅ€ÐĩÐēÐ―ÐļÐđ Ð”ŅŒÐūÐģÐūŅ‚ŅŒ&r. \n\nÐĐÐĩ ÐūÐīÐ―ÐļО ÐŋŅ€ÐūÐīŅƒÐšŅ‚ÐūО Ņ” &aÐ‘Ņ–ÐūÐžÐ°ŅÐ°&r, ŅÐšÐ° Ð·Ð°Ņ€Ð°Ð· Ņ” ÐąŅ–ÐŧҌ҈ Ð°ÐšŅ‚ŅƒÐ°ÐŧŅŒÐ―ÐūŅŽ ÐīÐŧŅ Ņ‚ÐēÐūÐģÐū ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃.", "quests.medium_voltage.pyrolyse.desc.2": "ПÐūÐąŅ–Ņ‡Ð―Ņ– ÐŋŅ€ÐūÐīŅƒÐšŅ‚Ðļ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩÐģÐ°Ð―ŅŅ‚Ðļ ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ Ņ€Ņ–Ð·Ð―ÐūÐžÐ°Ð―Ņ–Ņ‚Ð―ÐļŅ… ÐūŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―ÐļŅ… Ņ€ÐĩŅŅƒŅ€ŅŅ–Ðē, ÐŋŅ€Ðļ҇ÐūÐžŅƒ &oŅ€Ņ–Ð·Ð―Ņ–&r ÐŋÐūÐąŅ–Ņ‡Ð―Ņ– ÐŋŅ€ÐūÐīŅƒÐšŅ‚Ðļ ÐīÐ°ŅŽŅ‚ŅŒ &oŅ€Ņ–Ð·Ð―Ņ–&r ҁÐŋŅ–ÐēÐēŅ–ÐīÐ―Ðū҈ÐĩÐ―Ð―Ņ &oŅ€Ņ–Ð·Ð―ÐļŅ…&r Ņ…Ņ–ÐžŅ–Ņ‡Ð―ÐļŅ… Ņ€Ðĩ҇ÐūÐēÐļÐ―. \n\nÐĒÐūÐąŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū заÐģÐŧŅÐ―ŅƒŅ‚Ðļ Ðē &9ЗаÐēÐīÐ°Ð―Ð―Ņ з ПÐĩŅ€ÐĩÐģÐūÐ―ÐšÐļ&r, ҉ÐūÐą Ņ€ÐūÐ·Ņ–ÐąŅ€Ð°Ņ‚ÐļŅŅ Ðē ҁÐļÐŧŅ– ÐīÐļҁ҂ÐļÐŧŅŅ†Ņ–Ņ—...", "quests.medium_voltage.pyrolyse.desc.3": "Є Ņ€Ðĩ҆ÐĩÐŋŅ‚Ðļ, ŅÐšŅ– ОÐūÐķŅƒŅ‚ŅŒ ÐŋŅ€ÐļÐđÐžÐ°Ņ‚Ðļ &bАзÐūŅ‚&r ÐīÐŧŅ ÐŋÐūÐīÐēÐūŅ”Ð―Ð―Ņ ҈ÐēÐļÐīКÐūҁ҂Җ. Ð—Ð°Ņ€Ð°Ð· ҆Ðĩ Ð―Ðĩ Ð―Ð°ÐīŅ‚Ðū ÐēÐ°Ņ€Ņ‚Ðū ÐŋÐĩŅ€ÐĩҁÐŧŅ–Ðī҃ÐēÐ°Ņ‚Ðļ, аÐŧÐĩ АзÐūŅ‚ зÐģÐūÐīÐūО ŅŅ‚Ð°Ð―Ðĩ ÐąÐĩзКÐūŅˆŅ‚ÐūÐēÐ―ÐļО Ņ– Ð―ÐĩŅÐšŅ–Ð―Ņ‡ÐĩÐ―Ð―ÐļО. \n\nÐĒÐūÐąŅ– ҆ҖÐŧКÐūО ÐēÐļŅŅ‚Ð°Ņ‡ÐļŅ‚ŅŒ ÐūÐīÐ―ÐūÐģÐū &3LV Ð•Ð―ÐĩŅ€ÐģÐĩŅ‚ÐļŅ‡Ð―ÐūÐģÐū Ð›ŅŽÐšÐ°&r Ņ‚Ð° НаÐīÐŋŅ€ÐūÐēŅ–ÐīÐ―ÐļÐšŅ–Ðē ÐīÐŧŅ ŅŅ‚Ð°ÐąŅ–ÐŧŅŒÐ―ÐūÐģÐū ÐŋÐūŅŅ‚Ð°Ņ‡Ð°Ð―Ð―Ņ &d64 EU/t&r. \n\nÐšŅ€Ņ–Ðž Ņ‚ÐūÐģÐū, &3ÐšŅƒÐŋŅ€ÐūÐ―Ņ–ÐšÐĩÐŧÐĩÐēŅ– КÐūŅ‚ŅƒŅˆÐšÐļ&r Ņ–ÐīÐĩаÐŧŅŒÐ―Ņ– ÐīÐŧŅ ÐŋÐūŅ‡Ð°Ņ‚ÐšÐūÐēÐūÐģÐū ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―ÐūŅ— ПÐĩ҇Җ, аÐŧÐĩ з Ņ‡Ð°ŅÐūО Ņ‚Ðļ ОÐūÐķÐĩ҈ Ð·Ð°Ņ…Ðū҂Җ҂Ðļ ÐūÐ―ÐūÐēÐļŅ‚ÐļŅŅ ÐīÐū &bÐšÐ°Ð―Ņ‚Ð°Ðŧ҃&r.", "quests.medium_voltage.pyrolyse.desc.4": "&9&lÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r&l РÐūҁÐŧÐļÐ―Ð―ÐļÐđ ҈ÐŧŅŅ… — ÐūÐīÐļÐ― Ņ–Ð· ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ņ–Ðē Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ &9&lÐ•Ņ‚ÐļÐŧÐĩÐ―Ņƒ&r&l, ŅÐšÐļÐđ Ņ” Ð―ÐĩÐūÐąŅ…Ņ–ÐīÐ―ÐļО Ņ…Ņ–ÐžŅ–Ņ‡Ð―ÐļО ÐĩÐŧÐĩОÐĩÐ―Ņ‚ÐūО ÐīÐŧŅ ÐŋŅ€ÐūÐģŅ€Ðĩҁ҃ ÐīÐū &6HV&r&l. Ð†Ð―ŅˆÐļÐđ ҈ÐŧŅŅ… ÐēКÐŧŅŽŅ‡Ð°Ņ” ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ ÐÐ°Ņ„Ņ‚Ðļ.&r \n\nÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ð° ÐŸŅ–Ņ‡ заÐŧÐļŅˆÐ°Ņ”Ņ‚ŅŒŅŅ &dÐ―ÐĩÐūÐąÐūÐēâ€™ŅÐ·ÐšÐūÐēÐūŅŽ&r. ОÐīÐ―Ð°Ðš Ņ—Ņ— ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ðī҃ÐķÐĩ ÐēÐļÐģŅ–ÐīÐ―Ðĩ — ŅÐš ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ Ð•Ð―ÐĩŅ€ÐģŅ–Ņ—, Ņ‚Ð°Ðš Ņ– ÐīÐŧŅ Ņ€Ņ–Ð·Ð―ÐļŅ… ПÐūÐąŅ–Ņ‡Ð―ÐļŅ… ÐŸŅ€ÐūÐīŅƒÐšŅ‚Ņ–Ðē, Ņ‚ÐūÐžŅƒ ОÐļ Ð―Ð°ŅŅ‚Ņ–ÐđÐ―Ðū Ņ€ÐĩКÐūОÐĩÐ―ÐīŅƒŅ”ÐžÐū Ņ‚ÐūÐąŅ– Ņ€ÐūзÐģÐŧŅÐ―ŅƒŅ‚Ðļ ҆ÐĩÐđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚. \n\n&l&3ЛÐūŅ€:&r&o ÐĢ GT5u ŅŅ‚Ņ€ŅƒÐšŅ‚ŅƒŅ€Ð° ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―ÐūŅ— ПÐĩ҇Җ ÐąŅƒÐŧа ÐēŅ–ÐīÐūОÐūŅŽ ŅÐš ÐģŅ–ÐģÐ°Ð―Ņ‚ŅŅŒÐšÐ° КÐūŅ€ÐūÐąÐšÐ° з ÐŧÐļ҈Ðĩ 9 КÐūŅ‚ŅƒŅˆÐšÐ°ÐžÐļ ÐēҁÐĩŅ€ÐĩÐīÐļÐ―Ņ–. Ð“Ņ€Ð°Ðē҆Җ зазÐēÐļŅ‡Ð°Ðđ ÐēÐļŅ‚Ņ€Ð°Ņ‡Ð°ÐŧÐļ ÐšŅ–ÐŧŅŒÐšÐ° Ņ…ÐēÐļÐŧÐļÐ― Ð―Ð° ÐŋÐūŅˆŅƒÐš ÐŋŅ€ÐūÐąÐŧÐĩОÐļ ҇ÐĩŅ€Ðĩз ÐēŅ–ÐīŅŅƒŅ‚Ð―Ņ–ŅŅ‚ŅŒ ÐŋÐūÐŋÐĩŅ€ÐĩÐīÐ―ŅŒÐūÐģÐū ÐŋÐĩŅ€ÐĩÐģÐŧŅÐī҃ EMI.", @@ -1771,14 +1888,14 @@ "quests.medium_voltage.mv_lpg.subtitle": "ÐĨŅ‚Ðū ÐŋÐĩŅ€ŅˆÐļÐđ ÐēŅ–ÐīŅ‡ŅƒÐē заÐŋÐ°Ņ…...", "quests.medium_voltage.mv_lpg.desc.1": "&aÐ Ð°Ņ„Ņ–Ð―ÐūÐēÐ°Ð―ÐļÐđ Газ&r, &aLPG&r Ņ‚Ð° &aМÐĩŅ‚Ð°Ð―&r — ҆Ðĩ &9ГазÐūÐēŅ– ПаÐŧÐļÐēа&r. LPG (Ð—Ņ€Ņ–ÐīÐķÐĩÐ―ÐļÐđ ÐÐ°Ņ„Ņ‚ÐūÐģаз) — ҆Ðĩ ŅŅƒÐžŅ–Ņˆ Ðē҃ÐģÐŧÐĩÐēÐūÐīÐ―Ņ–Ðē, ŅÐšÐ° зазÐēÐļŅ‡Ð°Ðđ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅ”Ņ‚ŅŒŅŅ Ðē ÐūÐŋаÐŧŅŽÐēаÐŧŅŒÐ―ÐļŅ… ÐŋŅ€Ðļҁ҂ҀÐūŅŅ…. \n\nÐ Ð°Ņ„Ņ–Ð―ÐūÐēÐ°Ð―ÐļÐđ Газ Ðū҂ҀÐļÐžŅƒŅ”Ņ‚ŅŒŅŅ Ð°ÐąÐū з &dÐŸŅ€ÐļŅ€ÐūÐīÐ―ÐūÐģÐū Ð“Ð°Ð·Ņƒ&r, Ð°ÐąÐū з &dЛÐĩÐģКÐūŅ— ÐÐ°Ņ„Ņ‚Ðļ&r, ÐŋŅ€Ðļ҇ÐūÐžŅƒ ÐūŅŅ‚Ð°Ð―Ð―Ņ–Ðđ ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚ ÐīÐ°Ņ” ÐąŅ–ÐŧҌ҈ÐļÐđ ÐēÐļŅ…Ņ–Ðī, аÐŧÐĩ ÐēÐļОаÐģÐ°Ņ” ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐūÐģÐū ÐĩŅ‚Ð°Ðŋ҃ ÐīÐļҁ҂ÐļÐŧŅŅ†Ņ–Ņ—. \n\nВÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ &3ÐĶÐĩÐ―Ņ‚Ņ€ÐļŅ„ŅƒÐģÐļ&r ÐīÐŧŅ Ņ€ÐūзÐīŅ–ÐŧÐĩÐ―Ð―Ņ Ð―Ð° &aLPG&r Ņ‚Ð° &aМÐĩŅ‚Ð°Ð―&r заÐēÐķÐīÐļ ÐēÐ°Ņ€Ņ‚Ðū ÐŋŅ€ÐūÐēÐūÐīÐļŅ‚Ðļ, ÐūŅÐšŅ–ÐŧŅŒÐšÐļ ҆Ðĩ ÐŋŅ€Ð°ÐšŅ‚ÐļŅ‡Ð―Ðū ÐąÐĩзКÐūŅˆŅ‚ÐūÐēÐ―Ðū.", "quests.medium_voltage.mv_lpg.desc.2": "&a&aLPG&r Ņ‚Ð° &aМÐĩŅ‚Ð°Ð―&r ҁÐŋаÐŧŅŽŅŽŅ‚ŅŒŅŅ Ðē &3ГазÐūÐēŅ–Ðđ ÐĒŅƒŅ€ÐąŅ–Ð―Ņ–&r. ÐĄÐĩŅ€ÐĩÐī Ņ–Ð―ŅˆÐļŅ… ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ņ–Ðē ÐŋаÐŧÐļÐēа ÐēÐūÐ―Ðļ Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆŅ– ҃ Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ð―Ð―Ņ–, ҉Ðū Ņ€ÐūÐąÐļŅ‚ŅŒ Ņ—Ņ… Ņ‡ŅƒÐīÐūÐēÐļОÐļ ÐīÐŧŅ ŅŅ‚Ð°Ņ€Ņ‚Ņƒ. \nÐ‡Ņ…Ð―Ņ–Ðđ Ð―ÐĩÐīÐūÐŧŅ–Ðš ҃ Ņ‚ÐūÐžŅƒ, ҉Ðū Ņ—Ņ… Ð―Ðĩ ОÐūÐķÐ―Ð° ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐū Ðū҇ÐļŅ‰Ð°Ņ‚Ðļ, Ņ‚ÐūÐžŅƒ ÐūÐ―ÐūÐēÐŧÐĩÐ―Ð―Ņ &3Ð Ņ–ÐīÐļÐ―Ð―ÐūŅ— Ð‘ŅƒŅ€ÐūÐēÐūŅ— ÐĢŅŅ‚Ð°Ð―ÐūÐēКÐļ&r ОÐūÐķÐĩ ŅŅ‚Ð°Ņ‚Ðļ ÐŋҀҖÐūŅ€ÐļŅ‚ÐĩŅ‚ÐūО, ŅÐšŅ‰Ðū Ņ‚Ðļ ÐēÐļŅ€Ņ–ŅˆÐļ҈ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ҆ÐĩÐđ Ņ‚ÐļÐŋ ÐŋаÐŧÐļÐēа. \n\n&aМÐĩŅ‚Ð°Ð―&r Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐ―Ð° Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ з ÐšŅ–ÐŧŅŒÐšÐūŅ… &aÐŋŅ€ÐļŅ€ÐūÐīÐ―ÐļŅ… ÐīÐķÐĩŅ€ÐĩÐŧ&r. &eÐœŅ–Ðķ Ð―Ð°ÐžÐļ&r, ҆Ðĩ ОÐĩОÐļ, аÐŧÐĩ Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐīÐūҁÐŧŅ–ÐīÐļŅ‚Ðļ Ņ—Ņ…, ŅÐšŅ‰Ðū Ņ…Ðū҇Ðĩ҈. Ð’Ņ€ÐĩŅˆŅ‚Ņ–-Ņ€ÐĩŅˆŅ‚, ÐēÐļÐąŅ–Ņ€ ÐīÐķÐĩŅ€ÐĩÐŧа ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— — Ņ‚ÐēŅ–Ðđ.", - "quests.medium_voltage.mv_brewery.title": "ÐœŅ–ŅŅ†ÐĩÐēа ПÐļÐēÐūÐēÐ°Ņ€Ð―Ņ, ҉Ðū ÐŋŅ€ÐūÐīÐ°Ņ” АÐŧКÐūÐģÐūÐŧҌ", + "quests.medium_voltage.mv_brewery.title": "ÐœŅ–ŅŅ†ÐĩÐēа Ð‘Ņ€ÐūÐēÐ°Ņ€Ð―Ņ, ҉Ðū ÐŋŅ€ÐūÐīÐ°Ņ” АÐŧКÐūÐģÐūÐŧҌ", "quests.medium_voltage.mv_brewery.subtitle": "*Ņ–Ðš*... *Ņ–Ðš*", - "quests.medium_voltage.mv_brewery.desc.1": "ПÐļÐēÐūÐēÐ°Ņ€Ð―ŅŽ (Brewery) ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐēÐļÐģÐūŅ‚ÐūÐēÐŧÐĩÐ―Ð―Ņ &aЗОазКÐļ&r з &aРÐĩÐīҁ҂ÐūŅƒÐ―Ð°&r Ņ‚Ð° &aÐšŅ€ÐĩÐūзÐūŅ‚Ņƒ&r/&aÐÐ°Ņ„Ņ‚Ðļ&r. ЗОазКа ÐžÐ°Ņ” ÐšŅ–ÐŧŅŒÐšÐ° ÐēŅƒÐ·ŅŒÐšÐļŅ… Ð·Ð°ŅŅ‚Ðūҁ҃ÐēÐ°Ð―ŅŒ — зÐūÐšŅ€ÐĩОа Ņ—Ņ— ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ðē &3Ð Ņ–Ð·Ð°ÐšŅƒ&r ÐīÐŧŅ Ð·Ð―Ð°Ņ‡Ð―ÐūÐģÐū ŅÐšÐūŅ€Ðū҇ÐĩÐ―Ð―Ņ Ņ‡Ð°ŅŅƒ ÐēÐļКÐūÐ―Ð°Ð―Ð―Ņ Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē.\n\nПÐļÐēÐūÐēÐ°Ņ€Ð―Ņ — Ð―Ð°ÐīзÐēÐļŅ‡Ð°ÐđÐ―Ðū ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ð° ÐžÐ°ŅˆÐļÐ―Ð°, аÐŧÐĩ ÐēÐūÐ―Ð° ОаÐđÐķÐĩ Ð―Ðĩ ÐŋÐū҂ҀÐĩÐąŅƒŅ” ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— ÐīÐŧŅ Ņ€ÐūÐąÐūŅ‚Ðļ. ПÐūÐąŅƒÐīÐūÐēа &2ÐąÐ°ÐģÐ°Ņ‚ŅŒÐūŅ… ПÐļÐēÐūÐēÐ°Ņ€ÐĩÐ―ŅŒ&r ÐīÐūÐŋÐūОÐūÐķÐĩ Ņ‚ÐūÐąŅ– Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū Ð‘Ņ–ÐūÐžÐ°ŅÐļ ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ ÐŋÐŧÐ°ŅŅ‚ÐļÐšŅƒ.\n\n&9ÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r ПÐļÐēÐūÐēÐ°Ņ€Ð―Ņ ÐēŅ–ÐīÐšŅ€ÐļÐēÐ°Ņ” ҈ÐŧŅŅ… Ð‘Ņ–ÐūÐžÐ°ŅÐļ ÐīÐū &9Ð•Ņ‚ÐļÐŧÐĩÐ―Ņƒ&r. ÐĒÐĩ Ðķ ŅÐ°ÐžÐĩ ОÐūÐķÐ―Ð° зÐīŅ–ÐđŅÐ―ÐļŅ‚Ðļ Ðē &3ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ņ–Ðđ ПÐĩ҇Җ&r. АÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐļÐēÐ―ÐļÐđ ҈ÐŧŅŅ… ÐŋÐĩŅ€ÐĩÐīÐąÐ°Ņ‡Ð°Ņ” ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ ÐÐ°Ņ„Ņ‚Ðļ.&r", - "quests.medium_voltage.mv_brewery.desc.2": "&l&3ЛÐūŅ€:&r&o ÐĒÐļ ОÐūÐķÐĩ҈ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ ÐēÐŧÐ°ŅÐ―Ņƒ ПÐļÐēÐūÐēÐ°Ņ€Ð―ŅŽ, ŅÐšŅ‰Ðū Ņ…Ðū҇Ðĩ҈ Ð·Ð°ŅÐ―ŅƒÐēÐ°Ņ‚Ðļ КÐūОÐŋÐ°Ð―Ņ–ŅŽ Ņ‚Ð° ÐŋÐūŅ‡Ð°Ņ‚Ðļ ÐŋŅ€ÐūÐīаÐēÐ°Ņ‚Ðļ АÐŧКÐūÐģÐūÐŧҌ... ҃ GregTech 6.&r", + "quests.medium_voltage.mv_brewery.desc.1": "Ð‘Ņ€ÐūÐēÐ°Ņ€Ð―ŅŽ ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ ÐīÐŧŅ ÐēÐļÐģÐūŅ‚ÐūÐēÐŧÐĩÐ―Ð―Ņ &aЗОазКÐļ&r з &aРÐĩÐīҁ҂ÐūŅƒÐ―Ð°&r Ņ‚Ð° &aÐšŅ€ÐĩÐūзÐūŅ‚Ņƒ&r/&aÐÐ°Ņ„Ņ‚Ðļ&r. ЗОазКа ÐžÐ°Ņ” ÐšŅ–ÐŧŅŒÐšÐ° ÐēŅƒÐ·ŅŒÐšÐļŅ… Ð·Ð°ŅŅ‚Ðūҁ҃ÐēÐ°Ð―ŅŒ — зÐūÐšŅ€ÐĩОа Ņ—Ņ— ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ðē &3Ð Ņ–Ð·Ð°ÐšŅƒ&r ÐīÐŧŅ Ð·Ð―Ð°Ņ‡Ð―ÐūÐģÐū ŅÐšÐūŅ€Ðū҇ÐĩÐ―Ð―Ņ Ņ‡Ð°ŅŅƒ ÐēÐļКÐūÐ―Ð°Ð―Ð―Ņ Ņ€Ðĩ҆ÐĩÐŋ҂ҖÐē.\n\nÐ‘Ņ€ÐūÐēÐ°Ņ€Ð―Ņ — Ð―Ð°ÐīзÐēÐļŅ‡Ð°ÐđÐ―Ðū ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ð° ÐžÐ°ŅˆÐļÐ―Ð°, аÐŧÐĩ ÐēÐūÐ―Ð° ОаÐđÐķÐĩ Ð―Ðĩ ÐŋÐū҂ҀÐĩÐąŅƒŅ” ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— ÐīÐŧŅ Ņ€ÐūÐąÐūŅ‚Ðļ. ПÐūÐąŅƒÐīÐūÐēа &2ÐąÐ°ÐģÐ°Ņ‚ŅŒÐūŅ… Ð‘Ņ€ÐūÐēÐ°Ņ€ÐĩÐ―ŅŒ&r ÐīÐūÐŋÐūОÐūÐķÐĩ Ņ‚ÐūÐąŅ– Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū Ð‘Ņ–ÐūÐžÐ°ŅÐļ ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ ÐŋÐŧÐ°ŅŅ‚ÐļÐšŅƒ.\n\n&9ÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°:&r Ð‘Ņ€ÐūÐēÐ°Ņ€Ð―Ņ ÐēŅ–ÐīÐšŅ€ÐļÐēÐ°Ņ” ҈ÐŧŅŅ… Ð‘Ņ–ÐūÐžÐ°ŅÐļ ÐīÐū &9Ð•Ņ‚ÐļÐŧÐĩÐ―Ņƒ&r. ÐĒÐĩ Ðķ ŅÐ°ÐžÐĩ ОÐūÐķÐ―Ð° зÐīŅ–ÐđŅÐ―ÐļŅ‚Ðļ Ðē &3ÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―Ņ–Ðđ ПÐĩ҇Җ&r. АÐŧŅŒŅ‚ÐĩŅ€Ð―Ð°Ņ‚ÐļÐēÐ―ÐļÐđ ҈ÐŧŅŅ… ÐŋÐĩŅ€ÐĩÐīÐąÐ°Ņ‡Ð°Ņ” ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ ÐÐ°Ņ„Ņ‚Ðļ.&r", + "quests.medium_voltage.mv_brewery.desc.2": "&l&3ЛÐūŅ€:&r&o ÐĒÐļ ОÐūÐķÐĩ҈ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ ÐēÐŧÐ°ŅÐ―Ņƒ Ð‘Ņ€ÐūÐēÐ°Ņ€Ð―ŅŽ, ŅÐšŅ‰Ðū Ņ…Ðū҇Ðĩ҈ Ð·Ð°ŅÐ―ŅƒÐēÐ°Ņ‚Ðļ КÐūОÐŋÐ°Ð―Ņ–ŅŽ Ņ‚Ð° ÐŋÐūŅ‡Ð°Ņ‚Ðļ ÐŋŅ€ÐūÐīаÐēÐ°Ņ‚Ðļ АÐŧКÐūÐģÐūÐŧҌ... ҃ GregTech 6.&r", "quests.medium_voltage.mv_biomass.title": "Ð‘Ņ–ÐūÐžÐ°ŅÐ°", "quests.medium_voltage.mv_biomass.subtitle": "РÐūҁÐŧÐļÐ―Ðļ Ð―ÐĩÐīÐūŅŅ‚Ð°Ņ‚Ð―ŅŒÐū Ņ–Ð―ÐīŅƒŅŅ‚Ņ€Ņ–Ð°ÐŧŅŒÐ―Ņ–!", - "quests.medium_voltage.mv_biomass.desc.1": "Ð›Ð°ŅÐšÐ°ÐēÐū ÐŋŅ€ÐūҁÐļОÐū Ð―Ð° ÐūŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―ÐļÐđ ҈ÐŧŅŅ… ÐīÐū &dÐ•Ņ‚ÐļÐŧÐĩÐ―Ņƒ&r! МÐĩŅ‚Ð° Ņ‚ŅƒŅ‚ — Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &dÐ•Ņ‚Ð°Ð―ÐūÐŧ&r Ņ– Ð·ÐžŅ–ŅˆÐ°Ņ‚Ðļ ÐđÐūÐģÐū з &dÐĄŅ–Ņ€Ņ‡Ð°Ð―ÐūŅŽ КÐļҁÐŧÐūŅ‚ÐūŅŽ&r, ҉ÐūÐą ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ &dÐ•Ņ‚ÐļÐŧÐĩÐ―&r. \n\nÐĐÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &dÐ•Ņ‚Ð°Ð―ÐūÐŧ&r, Ņ‚ÐūÐąŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ÐŋÐĩŅ€ÐĩÐģÐ°Ð―ŅŅ‚Ðļ ÐđÐūÐģÐū з &aÐ‘Ņ–ÐūÐžÐ°ŅÐļ&râ€”Ņ‚ÐūÐķ ÐīаÐēаÐđ Ņ€ÐūзÐģÐŧŅÐ―ÐĩОÐū Ņ€Ņ–Ð·Ð―Ņ– ҁÐŋÐūҁÐūÐąÐļ Ņ—Ņ— ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа. \n\nПÐĩŅ€ŅˆÐļÐđ ОÐĩŅ‚ÐūÐī ÐŋŅ€Ðūҁ҂ÐļÐđ: ÐŋÐūКÐŧаÐīÐļ &aŅÐ°ÐīÐķÐ°Ð―Ņ†Ņ–&r ҃ &dПÐļÐēÐūÐēÐ°Ņ€Ð―ŅŽ&r з ÐēÐūÐīÐūŅŽ. НÐĩÐīÐūÐŧŅ–Ðš? &eÐĶÐĩ ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ðū&r.", - "quests.medium_voltage.mv_biomass.desc.2": "Ð”Ņ€ŅƒÐģÐļÐđ ОÐĩŅ‚ÐūÐī ŅÐšÐŧаÐīÐ―Ņ–ŅˆÐļÐđ, аÐŧÐĩ ÐīÐ°Ņ” Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ÐšŅ€Ð°Ņ‰Ņ– Ņ€ÐĩÐ·ŅƒÐŧŅŒŅ‚Ð°Ņ‚Ðļ. ÐĒÐūÐąŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &aÐ‘Ņ–Ðū-ÐĻÐžÐ°Ņ‚ÐšÐļ&r, ŅÐšŅ– ÐēÐļŅ…ÐūÐīŅŅ‚ŅŒ ÐŋŅ€Ðļ &aÐŋÐūÐīŅ€Ņ–ÐąÐ―ÐĩÐ―Ð―Ņ– РÐūҁÐŧÐļÐ―Ð―ÐļŅ… ÐšŅƒÐŧҌ&r. ЗÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃, ҉Ðū Ņ‚Ðļ Ð―Ðĩ Ðū҂ҀÐļÐžÐ°Ņ”Ņˆ &aÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐļÐđ ŅˆÐ°Ð―Ņ&r, ÐŋÐūКÐļ Ð―Ðĩ Ņ€ÐūÐ·ÐąÐŧÐūÐšŅƒŅ”Ņˆ &6HV Ð”Ņ€ÐūÐąÐŧÐĩÐ―Ð―Ņ&r. \n\n&bРÐūҁÐŧÐļÐ―Ð―Ņ– ÐšŅƒÐŧŅ–&r ОÐūÐķÐ―Ð° Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ҈ÐŧŅŅ…ÐūО: \n- ÐĶÐĩÐ―Ņ‚Ņ€ÐļŅ„ŅƒÐģ҃ÐēÐ°Ð―Ð―Ņ &9ÐĶŅƒÐšŅ€ÐūÐēÐūŅ— ÐĒŅ€Ðūҁ҂ÐļÐ―Ðļ&r Ð°ÐąÐū &9Ð‘ŅƒŅ€ŅÐšÐ°&r \n- ÐĶÐĩÐ―Ņ‚Ņ€ÐļŅ„ŅƒÐģ҃ÐēÐ°Ð―Ð―Ņ ÐąŅƒÐīҌ-ŅÐšÐūŅ— &aÐīÐĩŅ€ÐĩÐēÐļÐ―Ðļ&r, ŅÐšŅƒ ОÐūÐķÐ―Ð° ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ &9#afc:tappable_logs&r \n- ÐĄŅ‚ÐļŅÐšÐ°Ð―Ð―Ņ &aŅÐ°ÐīÐķÐ°Ð―Ņ†Ņ–Ðē&r ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū \n\nÐÐ°Ņ€ÐĩŅˆŅ‚Ņ–, ÐūÐąŅ€ÐūÐąÐļ ҁÐēÐūŅ— &aÐ‘Ņ–Ðū-ÐĻÐžÐ°Ņ‚ÐšÐļ&r з ÐēÐūÐīÐūŅŽ Ðē &dПÐļÐēÐūÐēÐ°Ņ€Ð―Ņ–&r Ð°ÐąÐū ŅÐšÐūŅ€ÐļŅŅ‚Ð°ÐđŅŅ &dÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―ÐūŅŽ ÐŸŅ–Ņ‡Ņ‡ŅŽ&r ÐīÐŧŅ &e66 ÐēŅ–ÐīҁÐūŅ‚ÐšŅ–Ðē Ð·ÐąŅ–ÐŧҌ҈ÐĩÐ―Ð―Ņ&r ÐēÐļŅ…ÐūÐī҃.", + "quests.medium_voltage.mv_biomass.desc.1": "Ð›Ð°ŅÐšÐ°ÐēÐū ÐŋŅ€ÐūҁÐļОÐū Ð―Ð° ÐūŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―ÐļÐđ ҈ÐŧŅŅ… ÐīÐū &dÐ•Ņ‚ÐļÐŧÐĩÐ―Ņƒ&r! МÐĩŅ‚Ð° Ņ‚ŅƒŅ‚ — Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &dÐ•Ņ‚Ð°Ð―ÐūÐŧ&r Ņ– Ð·ÐžŅ–ŅˆÐ°Ņ‚Ðļ ÐđÐūÐģÐū з &dÐĄŅ–Ņ€Ņ‡Ð°Ð―ÐūŅŽ КÐļҁÐŧÐūŅ‚ÐūŅŽ&r, ҉ÐūÐą ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ &dÐ•Ņ‚ÐļÐŧÐĩÐ―&r. \n\nÐĐÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &dÐ•Ņ‚Ð°Ð―ÐūÐŧ&r, Ņ‚ÐūÐąŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ÐŋÐĩŅ€ÐĩÐģÐ°Ð―ŅŅ‚Ðļ ÐđÐūÐģÐū з &aÐ‘Ņ–ÐūÐžÐ°ŅÐļ&râ€”Ņ‚ÐūÐķ ÐīаÐēаÐđ Ņ€ÐūзÐģÐŧŅÐ―ÐĩОÐū Ņ€Ņ–Ð·Ð―Ņ– ҁÐŋÐūҁÐūÐąÐļ Ņ—Ņ— ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа. \n\nПÐĩŅ€ŅˆÐļÐđ ОÐĩŅ‚ÐūÐī ÐŋŅ€Ðūҁ҂ÐļÐđ: ÐŋÐūКÐŧаÐīÐļ &aŅÐ°ÐīÐķÐ°Ð―Ņ†Ņ–&r ҃ &dÐ‘Ņ€ÐūÐēÐ°Ņ€Ð―ŅŽ&r з ÐēÐūÐīÐūŅŽ. НÐĩÐīÐūÐŧŅ–Ðš? &eÐĶÐĩ ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ðū&r.", + "quests.medium_voltage.mv_biomass.desc.2": "Ð”Ņ€ŅƒÐģÐļÐđ ОÐĩŅ‚ÐūÐī ŅÐšÐŧаÐīÐ―Ņ–ŅˆÐļÐđ, аÐŧÐĩ ÐīÐ°Ņ” Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ÐšŅ€Ð°Ņ‰Ņ– Ņ€ÐĩÐ·ŅƒÐŧŅŒŅ‚Ð°Ņ‚Ðļ. ÐĒÐūÐąŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &aÐ‘Ņ–Ðū-ÐĻÐžÐ°Ņ‚ÐšÐļ&r, ŅÐšŅ– ÐēÐļŅ…ÐūÐīŅŅ‚ŅŒ ÐŋŅ€Ðļ &aÐŋÐūÐīŅ€Ņ–ÐąÐ―ÐĩÐ―Ð―Ņ– РÐūҁÐŧÐļÐ―Ð―ÐļŅ… ÐšŅƒÐŧŅŒŅ‚ŅƒŅ€&r. ЗÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃, ҉Ðū Ņ‚Ðļ Ð―Ðĩ Ðū҂ҀÐļÐžÐ°Ņ”Ņˆ &aÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐļÐđ ŅˆÐ°Ð―Ņ&r, ÐŋÐūКÐļ Ð―Ðĩ Ņ€ÐūÐ·ÐąÐŧÐūÐšŅƒŅ”Ņˆ &6HV Ð”Ņ€ÐūÐąÐŧÐĩÐ―Ð―Ņ&r. \n\n&bРÐūҁÐŧÐļÐ―Ð―Ņ– ÐšŅƒÐŧŅ–&r ОÐūÐķÐ―Ð° Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ҈ÐŧŅŅ…ÐūО: \n- ÐĶÐĩÐ―Ņ‚Ņ€ÐļŅ„ŅƒÐģ҃ÐēÐ°Ð―Ð―Ņ &9ÐĶŅƒÐšŅ€ÐūÐēÐūŅ— ÐĒŅ€Ðūҁ҂ÐļÐ―Ðļ&r Ð°ÐąÐū &9Ð‘ŅƒŅ€ŅÐšÐ°&r \n- ÐĶÐĩÐ―Ņ‚Ņ€ÐļŅ„ŅƒÐģ҃ÐēÐ°Ð―Ð―Ņ ÐąŅƒÐīҌ-ŅÐšÐūŅ— &aÐīÐĩŅ€ÐĩÐēÐļÐ―Ðļ&r, ŅÐšŅƒ ОÐūÐķÐ―Ð° ÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ &9#afc:tappable_logs&r \n- ÐĄŅ‚ÐļŅÐšÐ°Ð―Ð―Ņ &aŅÐ°ÐīÐķÐ°Ð―Ņ†Ņ–Ðē&r ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū \n\nÐÐ°Ņ€ÐĩŅˆŅ‚Ņ–, ÐūÐąŅ€ÐūÐąÐļ ҁÐēÐūŅ— &aÐ‘Ņ–Ðū-ÐĻÐžÐ°Ņ‚ÐšÐļ&r з ÐēÐūÐīÐūŅŽ Ðē &dÐ‘Ņ€ÐūÐēÐ°Ņ€Ð―Ņ–&r Ð°ÐąÐū ŅÐšÐūŅ€ÐļŅŅ‚Ð°ÐđŅŅ &dÐŸŅ–Ņ€ÐūÐŧŅ–Ð·Ð―ÐūŅŽ ÐŸŅ–Ņ‡Ņ‡ŅŽ&r ÐīÐŧŅ &e66 ÐēŅ–ÐīҁÐūŅ‚ÐšŅ–Ðē Ð·ÐąŅ–ÐŧҌ҈ÐĩÐ―Ð―Ņ&r ÐēÐļŅ…ÐūÐī҃.", "quests.medium_voltage.mv_biomass.desc.3": "&l&3ЛÐūŅ€:&r&o ÐĒÐļ ОÐūÐķÐĩ҈ ÐēÐŋŅ–Ð·Ð―Ð°Ņ‚Ðļ РÐūҁÐŧÐļÐ―Ð―Ņ– ÐšŅƒÐŧŅ– з IndustrialCraft2! ÐĢ IC2 Experimental ÐąŅƒÐē ÐīÐūҁÐļŅ‚ŅŒ... Ð―ÐĩÐ·Ņ€ÐūÐ·ŅƒÐžŅ–ÐŧÐļÐđ ҁÐŋÐūŅŅ–Ðą ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ð‘Ņ–ÐūÐžÐ°ŅÐļ Ð―Ð° Ð‘Ņ–ÐūÐģаз ÐīÐŧŅ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ—, ŅÐšÐļÐđ, Ð―Ð° ÐķаÐŧҌ, ÐēÐļОаÐģаÐē Ð―Ð°ÐīŅ‚Ðū ÐēÐĩÐŧÐļКÐļŅ… Ņ–Ð―ÐēÐĩҁ҂Ðļ҆ҖÐđ, ҉ÐūÐą ÐąŅƒŅ‚Ðļ ҁÐŋŅ€Ð°ÐēÐīŅ– ÐēÐļÐģŅ–ÐīÐ―ÐļО.", "quests.medium_voltage.mv_distillery.title": "ДÐļҁ҂ÐļÐŧŅŅ€Ð―Ņ", "quests.medium_voltage.mv_distillery.subtitle": "ІÐŧŅŽÐ·Ņ–Ņ Ð’Ņ–ÐŧŅŒÐ―ÐūÐģÐū ВÐļÐąÐūŅ€Ņƒ", @@ -1806,7 +1923,7 @@ "quests.medium_voltage.mv_ethanol.desc": "ПÐūКÐŧаÐīÐļ ҁÐēÐūŅŽ Ņ€Ð°Ð―Ņ–ŅˆÐĩ ҁ҂ÐēÐūŅ€ÐĩÐ―Ņƒ &aÐ‘Ņ–ÐūÐžÐ°ŅŅƒ&r Ðē &3MV ДÐļҁ҂ÐļÐŧŅŅ€Ð―ŅŽ&r, ҉ÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ &aÐ•Ņ‚Ð°Ð―ÐūÐŧ&r. \n\nÐĒÐūÐąŅ– Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ ÐēŅ–Ð― ÐīÐŧŅ &dÐ•Ņ‚ÐļÐŧÐĩÐ―Ņƒ&r, Ņ€ÐĩаÐģŅƒŅŽŅ‡Ðļ з &aÐĄŅ–Ņ€Ņ‡Ð°Ð―ÐūŅŽ КÐļҁÐŧÐūŅ‚ÐūŅŽ&r ҃ &3MV ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūÐžŅƒ РÐĩÐ°ÐšŅ‚ÐūҀҖ&r... ŅÐšŅ‰Ðū ҂ҖÐŧŅŒÐšÐļ Ņ‚Ðļ Ð―Ðĩ ÐūÐąŅ€Ð°Ðē ÐÐ°Ņ„Ņ‚ÐūÐēÐļÐđ ҈ÐŧŅŅ…. \n\nÐŊÐšŅ‰Ðū ҃ Ņ‚ÐĩÐąÐĩ ÐēÐķÐĩ Ņ” Ð·Ð―Ð°Ņ‡Ð―ÐļÐđ заÐŋÐ°Ņ Ð•Ņ‚Ð°Ð―ÐūÐŧ҃, ÐŋÐūÐīŅƒÐžÐ°Ðđ ÐŋŅ€Ðū ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ņ‚Ð° ÐīÐļҁ҂ÐļÐŧŅŅ†Ņ–ŅŽ &9ÐĪÐĩŅ€ÐžÐĩÐ―Ņ‚ÐūÐēÐ°Ð―ÐūŅ— Ð‘Ņ–ÐūÐžÐ°ŅÐļ&r ҃ &3ДÐļҁ҂ÐļÐŧŅŅ†Ņ–ÐđÐ―Ņ–Ðđ ВÐĩÐķŅ–&r (КÐūÐŧÐļ ÐīŅ–ÐđÐīÐĩ҈ ÐīÐū Ņ†ŅŒÐūÐģÐū!) ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐļŅ… Ņ…Ņ–ÐžŅ–ÐšÐ°Ņ‚Ņ–Ðē. \n\n&cНÐĩ Ð―Ð°ÐžÐ°ÐģаÐđŅŅ&r ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ð•Ņ‚Ð°Ð―ÐūÐŧ ŅÐš ÐīÐķÐĩŅ€ÐĩÐŧÐū ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ—... ҆Ðĩ, ÐžÐ°ÐąŅƒŅ‚ŅŒ, Ð―Ð°ÐđÐģŅ–Ņ€ŅˆÐĩ ÐđÐūÐģÐū Ð·Ð°ŅŅ‚Ðūҁ҃ÐēÐ°Ð―Ð―Ņ. ÐŊÐšŅ‰Ðū Ņ‚ÐūÐąŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ð° ÐūŅ€ÐģÐ°Ð―Ņ–Ņ‡Ð―Ð° &9Ð•Ð―ÐĩŅ€ÐģŅ–Ņ&r, ÐšŅ€Ð°Ņ‰Ðĩ зÐēÐĩŅ€Ð―Ðļ ҃ÐēаÐģ҃ Ð―Ð° &dБÐĩÐ―Ð·ÐūÐŧ&r!", "quests.medium_voltage.mv_bio_diesel.title": "ÐĶÐĩŅ€ÐšÐēа Ð‘Ņ–Ðū-ДÐļзÐĩÐŧŅŽ", "quests.medium_voltage.mv_bio_diesel.subtitle": "ÐĄÐļÐŧа КÐēҖ҂ҖÐē", - "quests.medium_voltage.mv_bio_diesel.desc": "ÐĨÐū҇Ðĩ҈ ҁÐŋŅ€ÐūÐąŅƒÐēÐ°Ņ‚Ðļ ҉ÐūҁҌ Ņ€ÐūҁÐŧÐļÐ―Ð―ÐūÐģÐū ÐŋÐūŅ…ÐūÐīÐķÐĩÐ―Ð―Ņ, аÐŧÐĩ ÐąÐĩз ÐŧҖҁÐūÐēÐļŅ… Ņ„ÐĩŅ€Ðž? ÐĄÐŋŅ€ÐūÐąŅƒÐđ &3Ð‘Ņ–Ðū-ДÐļзÐĩÐŧҌ&r! НаÐđÐšŅ€Ð°Ņ‰ÐļÐđ ҁÐŋÐūŅŅ–Ðą ÐđÐūÐģÐū Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ — ҇ÐĩŅ€Ðĩз &dОÐŧŅ–ŅŽ з ÐÐ°ŅŅ–Ð―Ð―Ņ&r, ŅÐšŅƒ ОÐūÐķÐ―Ð° ÐīÐūÐąŅƒŅ‚Ðļ з ÐĄÐūÐ―ŅŅˆÐ―ÐļÐšŅ–Ðē Ð°ÐąÐū Ð Ņ–ÐŋÐ°ÐšŅƒ. ÐŸŅ€Ðūҁ҂Ðū Ð·ÐžŅ–ŅˆÐ°Ðđ Ņ—Ņ— з Ð―ÐĩÐēÐĩÐŧÐļКÐūŅŽ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŽ Ð•Ņ‚Ð°Ð―ÐūÐŧ҃ Ņ‚Ð° Ð“Ņ–ÐīŅ€ÐūÐšŅÐļÐī҃ ÐÐ°Ņ‚Ņ€Ņ–ŅŽ (Ðū҂ҀÐļÐžÐ°Ð―ÐūÐģÐū з МÐūŅ€ŅŅŒÐšÐūŅ— ВÐūÐīÐļ!) ҃ ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūÐžŅƒ РÐĩÐ°ÐšŅ‚ÐūҀҖ — Ņ– ÐēҁÐĩ ÐģÐūŅ‚ÐūÐēÐū! БÐūÐ―ŅƒŅÐūО ҆ÐĩÐđ ОÐĩŅ‚ÐūÐī Ņ‚Ð°ÐšÐūÐķ ÐīÐ°Ņ” ГÐŧҖ҆ÐĩŅ€ÐļÐ―, ŅÐšÐļÐđ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ Ð―Ð° &dÐ•Ņ‚ÐļÐŧÐĩÐ―&r!", + "quests.medium_voltage.mv_bio_diesel.desc": "ÐĨÐū҇Ðĩ҈ ҁÐŋŅ€ÐūÐąŅƒÐēÐ°Ņ‚Ðļ ҉ÐūҁҌ Ņ€ÐūҁÐŧÐļÐ―Ð―ÐūÐģÐū ÐŋÐūŅ…ÐūÐīÐķÐĩÐ―Ð―Ņ, аÐŧÐĩ ÐąÐĩз ÐŧҖҁÐūÐēÐļŅ… Ņ„ÐĩŅ€Ðž? ÐĄÐŋŅ€ÐūÐąŅƒÐđ &3Ð‘Ņ–Ðū-ДÐļзÐĩÐŧҌ&r! НаÐđÐšŅ€Ð°Ņ‰ÐļÐđ ҁÐŋÐūŅŅ–Ðą ÐđÐūÐģÐū Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ — ҇ÐĩŅ€Ðĩз &dОÐŧŅ–ŅŽ з ÐÐ°ŅŅ–Ð―Ð―Ņ&r, ŅÐšŅƒ ОÐūÐķÐ―Ð° ÐīÐūÐąŅƒŅ‚Ðļ з ÐĄÐūÐ―ŅŅˆÐ―ÐļÐšŅ–Ðē Ð°ÐąÐū ÐšÐ°Ð―ÐūÐŧÐļ. ÐŸŅ€Ðūҁ҂Ðū Ð·ÐžŅ–ŅˆÐ°Ðđ Ņ—Ņ— з Ð―ÐĩÐēÐĩÐŧÐļКÐūŅŽ ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŽ Ð•Ņ‚Ð°Ð―ÐūÐŧ҃ Ņ‚Ð° Ð“Ņ–ÐīŅ€ÐūÐšŅÐļÐī҃ ÐÐ°Ņ‚Ņ€Ņ–ŅŽ (Ðū҂ҀÐļÐžÐ°Ð―ÐūÐģÐū з МÐūŅ€ŅŅŒÐšÐūŅ— ВÐūÐīÐļ!) ҃ ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūÐžŅƒ РÐĩÐ°ÐšŅ‚ÐūҀҖ — Ņ– ÐēҁÐĩ ÐģÐūŅ‚ÐūÐēÐū! БÐūÐ―ŅƒŅÐūО ҆ÐĩÐđ ОÐĩŅ‚ÐūÐī Ņ‚Ð°ÐšÐūÐķ ÐīÐ°Ņ” ГÐŧҖ҆ÐĩŅ€ÐļÐ―, ŅÐšÐļÐđ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ Ð―Ð° &dÐ•Ņ‚ÐļÐŧÐĩÐ―&r!", "quests.medium_voltage.mv_mutli_channel.title": "БаÐģÐ°Ņ‚ÐūÐšÐ°Ð―Ð°ÐŧŅŒÐ―Ņ– ÐĒŅ€ŅƒÐąÐļ", "quests.medium_voltage.mv_mutli_channel.subtitle": "ÐĶÐĩ ÐēÐķÐĩ AE2?", "quests.medium_voltage.mv_mutli_channel.desc": "ЗÐēÐļŅ‡Ð°ÐđÐ―Ņ– &o&dGregTech&r Ð Ņ–ÐīÐļÐ―Ð―Ņ– ÐĒŅ€ŅƒÐąÐļ ОÐūÐķŅƒŅ‚ŅŒ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūŅ€Ņ‚ŅƒÐēÐ°Ņ‚Ðļ ÐŧÐļ҈Ðĩ ÐūÐīÐļÐ― Ņ‚ÐļÐŋ ҀҖÐīÐļÐ―Ðļ за Ņ€Ð°Ð·. \n\n&3ЧÐūŅ‚ÐļŅ€ÐļÐšÐ°Ð―Ð°ÐŧŅŒÐ―Ņ– Ð Ņ–ÐīÐļÐ―Ð―Ņ– ÐĒŅ€ŅƒÐąÐļ&r ОÐūÐķŅƒŅ‚ŅŒ ÐŋÐĩŅ€ÐĩÐīаÐēÐ°Ņ‚Ðļ ҇ÐūŅ‚ÐļŅ€Ðļ Ņ€Ņ–Ð·Ð―Ņ– Ņ‚ÐļÐŋÐļ ҀҖÐīÐļÐ―. &3ДÐĩÐēâ€™ŅŅ‚ÐļÐšÐ°Ð―Ð°ÐŧŅŒÐ―Ņ– Ð Ņ–ÐīÐļÐ―Ð―Ņ– ÐĒŅ€ŅƒÐąÐļ&r ОÐūÐķŅƒŅ‚ŅŒ ÐŋÐĩŅ€ÐĩÐīаÐēÐ°Ņ‚Ðļ ÐīÐĩÐēâ€™ŅŅ‚ŅŒ Ņ€Ņ–Ð·Ð―ÐļŅ… Ņ‚ÐļÐŋŅ–Ðē! КÐūŅ€ÐļŅÐ―Ðū ÐīÐŧŅ КÐūОÐŋÐ°ÐšŅ‚Ð―ÐļŅ… Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ð―ŅŒ. \n\n&3ДÐĩÐēâ€™ŅŅ‚ÐļÐšÐ°Ð―Ð°ÐŧŅŒÐ―Ņ– Ð Ņ–ÐīÐļÐ―Ð―Ņ– ÐĒŅ€ŅƒÐąÐļ&r ÐąŅƒÐīŅƒŅ‚ŅŒ КÐūŅ€ÐļŅÐ―Ņ– Ð―Ð° ҀҖÐēÐ―Ņ– &5EV&r ÐīÐŧŅ ÐūÐąŅ€ÐūÐąÐšÐļ ҇ÐļҁÐŧÐĩÐ―Ð―ÐļŅ… ÐēÐļŅ…ÐūÐīŅ–Ðē &3ДÐļҁ҂ÐļÐŧŅŅ†Ņ–ÐđÐ―ÐūŅ— ВÐĩÐķŅ–&r. \n\nÐžŅ‚Ņ€ÐļОаÐđ &eÐąŅƒÐīҌ-ŅÐšŅƒ&r, ҉ÐūÐą заÐēÐĩŅ€ŅˆÐļŅ‚Ðļ ҆ÐĩÐđ КÐēÐĩҁ҂.", @@ -1922,7 +2039,7 @@ "quests.medium_voltage.mv_cutter.title": "РÐūÐ·ŅˆÐļŅ€ÐĩÐ―ÐļÐđ Ð Ņ–Ð·Ð°Ðš", "quests.medium_voltage.mv_cutter.subtitle": "ÐžÐ―ÐūÐēÐŧÐĩÐ―Ð―Ņ, ÐŧŅŽÐīÐļ, ÐūÐ―ÐūÐēÐŧÐĩÐ―Ð―Ņ!", "quests.medium_voltage.mv_cutter.desc": "&3MV Ð Ņ–Ð·Ð°Ðš&r Ð―ÐĩÐūÐąŅ…Ņ–ÐīÐ―ÐļÐđ ÐīÐŧŅ Ð―Ð°Ņ€Ņ–Ð·Ð°Ð―Ð―Ņ &7ÐĄÐļÐŧŅ–ÐšÐūÐ―ÐūÐēÐļŅ… Ð‘ŅƒÐŧҌ&r, ҉ÐūÐą ÐŋŅ–ÐīÐģÐūŅ‚ŅƒÐēÐ°Ņ‚Ðļ Ņ—Ņ… ÐīÐū &aЛазÐĩŅ€Ð―ÐūÐģÐū Ð“Ņ€Ð°ÐēŅ–ŅŽÐēÐ°Ð―Ð―Ņ&r. \n\nРÐĩКÐūОÐĩÐ―ÐīŅƒŅ”ÐžÐū Ð·Ð°ÐąÐĩзÐŋÐĩ҇ÐļŅ‚Ðļ Ņ†ŅŽ ÐžÐ°ŅˆÐļÐ―Ņƒ ŅŅ‚Ð°ÐąŅ–ÐŧŅŒÐ―ÐļО ÐŋÐūŅ‚ÐūКÐūО &dÐœÐ°ŅŅ‚ÐļÐŧа&r, ҉ÐūÐą ŅÐšÐūŅ€ÐūŅ‚ÐļŅ‚Ðļ Ņ‡Ð°Ņ ÐūÐąŅ€ÐūÐąÐšÐļ. \n\nÐœÐ°ŅŅ‚ÐļÐŧÐū ОÐūÐķÐ―Ð° &3зÐēÐ°Ņ€ÐļŅ‚Ðļ&r з &eÐÐ°Ņ„Ņ‚Ðļ&r Ņ‚Ð° &aÐĒаÐŧŅŒÐšŅƒ&r, &2ÐĄŅ‚ÐĩÐ°Ņ‚ÐļŅ‚Ņƒ&r Ð°ÐąÐū &cРÐĩÐīҁ҂ÐūŅƒÐ―Ņƒ&r. \n\n&7ÐŸŅ€ÐļÐžŅ–Ņ‚ÐšÐ°: ÐĒÐļ ОÐūÐķÐĩ҈ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ &6ВÐĩÐŧÐļÐšŅƒ&r &7ÐēÐĩŅ€ŅŅ–ŅŽ, ÐēÐūÐ―Ð° Ņ‚ÐĩÐŋÐĩŅ€ ÐžÐ°Ņ” ÐąÐ°Ðš ÐīÐŧŅ заÐŋÐūÐēÐ―ÐĩÐ―Ð―Ņ ҀҖÐīÐļÐ―ÐūŅŽ&r&r", - "quests.medium_voltage.mv_cutter.task": "Ð‘ŅƒÐīҌ-ŅÐšÐ° ÐŋÐļÐēÐūÐēÐ°Ņ€Ð―Ņ", + "quests.medium_voltage.mv_cutter.task": "Ð‘ŅƒÐīҌ-ŅÐšÐ° Ð‘Ņ€ÐūÐēÐ°Ņ€Ð―Ņ", "quests.medium_voltage.mv_laser_engraver.title": "ЛазÐĩŅ€Ð―Ðĩ Ð“Ņ€Ð°ÐēŅ–ŅŽÐēÐ°Ð―Ð―Ņ", "quests.medium_voltage.mv_laser_engraver.subtitle": "ÐĶÐĩ ÐēÐĩŅ€ŅˆÐļÐ―Ð° Ņ‚ÐĩŅ…Ð―ÐūÐŧÐūÐģŅ–Ðđ, аÐŧÐĩ ҆Ðĩ Ņ‚Ð°ÐšÐūÐķ ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ðū", "quests.medium_voltage.mv_laser_engraver.desc": "&3ЛазÐĩŅ€Ð―ÐļÐđ Ð“Ņ€Ð°ÐēÐĩŅ€&r Ð―Ð°Ð―ÐūҁÐļŅ‚ŅŒ ÐēŅ–Ð·ÐĩŅ€ŅƒÐ―ÐšÐļ Ð―Ð° &9ÐĄÐļÐŧŅ–ÐšÐūÐ―ÐūÐēŅ– Ð’Ð°Ņ„ÐŧŅ–&r заÐŧÐĩÐķÐ―Ðū ÐēŅ–Ðī Ņ‚ÐļÐŋ҃ &9Ð›Ņ–Ð―Ð·Ðļ&r, ŅÐšŅƒ ÐēŅ–Ð― Ðū҂ҀÐļÐžŅƒŅ”. ÐŸŅ–ŅÐŧŅ ÐģŅ€Ð°ÐēŅ–ŅŽÐēÐ°Ð―Ð―Ņ ÐēÐ°Ņ„ÐŧŅ– ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ÐŋŅ€ÐūÐŋŅƒŅŅ‚ÐļŅ‚Ðļ ҇ÐĩŅ€Ðĩз &3Ð Ņ–Ð·Ð°ÐŧŅŒÐ―Ņƒ ÐœÐ°ŅˆÐļÐ―Ņƒ&r, ҉ÐūÐą ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ Ņ—Ņ… Ð―Ð° КÐūОÐŋÐūÐ―ÐĩÐ―Ņ‚Ðļ, ÐģÐūŅ‚ÐūÐēŅ– ÐīÐū ÐēÐļКÐūŅ€ÐļŅŅ‚Ð°Ð―Ð―Ņ Ðē ÐĄŅ…ÐĩÐžÐ°Ņ…. \n\nÐ“Ņ€Ð°ÐēÐĩŅ€Ðļ ÐēÐļ҉ÐūÐģÐū ҀҖÐēÐ―Ņ ОÐūÐķŅƒŅ‚ŅŒ ÐģŅ€Ð°ÐēŅ–ŅŽÐēÐ°Ņ‚Ðļ ŅÐšÐŧаÐīÐ―Ņ–ŅˆŅ– ÐēÐ°Ņ„ÐŧŅ– ÐīÐŧŅ ÐąŅ–ÐŧҌ҈ ÐĩŅ„ÐĩÐšŅ‚ÐļÐēÐ―ÐļŅ… ÐĄŅ…ÐĩО.", @@ -2000,7 +2117,7 @@ "quests.metal_age.beneath_graphite.title": "ДÐķÐĩŅ€ÐĩÐŧÐū ÐģŅ€Ð°Ņ„Ņ–Ņ‚Ņƒ: БÐĩзÐūÐīÐ―Ņ", "quests.metal_age.beneath_graphite.subtitle": "ДÐū ГÐŧÐļÐąÐļÐ―", "quests.metal_age.beneath_graphite.desc": "ГÐŧÐļÐąÐūКÐū, ГЛИБОКО ÐŋŅ–Ðī зÐĩОÐŧÐĩŅŽ, за ОÐĩÐķаОÐļ ÐūŅÐ―ÐūÐēÐļ ҁÐēŅ–Ņ‚Ņƒ, ÐēÐļ Ð·Ð―Ð°ÐđÐīÐĩŅ‚Ðĩ БÐĩзÐūÐīÐ―ŅŽ — ŅÐšÐŧаÐīÐ―Ņƒ ОÐĩŅ€ÐĩÐķ҃ ÐŋÐĩ҇ÐĩŅ€, Ð―Ð°ÐŋÐūÐēÐ―ÐĩÐ―ÐļŅ… Ð―ÐĩÐąÐĩзÐŋÐĩКаОÐļ Ņ€Ņ–Ð·Ð―ÐūÐģÐū Ņ€ÐūÐī҃ Ð―Ð° КÐūÐķÐ―ÐūÐžŅƒ ÐšŅ€Ðū҆Җ. ÐĢ Ð‘ÐĩзÐūÐīÐ―Ņ– ОÐūÐķÐ―Ð° Ð·Ð―Ð°ÐđŅ‚Ðļ ÐēÐĩÐŧÐļ҇ÐĩÐ·Ð―Ņ–, ÐēÐļҁÐūÐšŅ– ÐķÐļÐŧКÐļ ÐģŅ€Ð°Ņ„Ņ–Ņ‚Ņƒ, аÐŧÐĩ ÐŋÐĩÐēÐ―ÐļÐđ ОÐūÐ―ŅŅ‚Ņ€ ОÐūÐķÐĩ Ņ—Ņ— ÐūŅ…ÐūŅ€ÐūÐ―ŅŅ‚Ðļ...!\n\nПÐūКÐļ ÐēÐļ Ņ‚ŅƒŅ‚, ÐēÐļ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐĩŅ‚Ðĩ ŅˆŅƒÐšÐ°Ņ‚Ðļ Ð°Ð―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚ — Ņ‡ŅƒÐīÐūÐēÐĩ ÐŋаÐŧÐļÐēÐū ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа ŅŅ‚Ð°ÐŧŅ–.\n\nВÐļÐķÐļÐēÐ°Ð―Ð―Ņ ҃ БÐĩзÐūÐīÐ―Ņ– Ņ” ŅÐšÐŧаÐīÐ―ÐļО, Ņ‚ÐūÐžŅƒ зÐēÐĩŅ€Ð―Ņ–Ņ‚ŅŒŅŅ ÐīÐū Ņ€ÐūзÐīŅ–Ðŧ҃ \"ПÐūŅ€Ð°ÐīÐļ TerraFirmaGreg\" ҃ Ņ†ŅŒÐūÐžŅƒ ÐīÐūÐēŅ–ÐīÐ―ÐļÐšŅƒ Ņ‚Ð° ÐŋÐūÐŧҌÐūÐēÐūÐģÐū ÐŋÐūŅŅ–ÐąÐ―ÐļКа ÐīÐŧŅ Ðū҂ҀÐļÐžÐ°Ð―Ð―Ņ ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐūŅ— Ņ–Ð―Ņ„ÐūŅ€ÐžÐ°Ņ†Ņ–Ņ—.", - "quests.metal_age.beneath_graphite.task": "ÐŸŅ€ÐūÐđÐīŅ–Ņ‚ŅŒ ŅˆÐ°Ņ€ ÐūŅÐ―ÐūÐēÐ―ÐūŅ— ÐŋÐūŅ€ÐūÐīÐļ Ðē ÐžŅÐ―ÐūÐēÐ―ÐūÐžŅƒ ҁÐēҖ҂Җ Ðđ ÐīŅ–ŅŅ‚Ð°Ð―ŅŒŅ‚ÐĩŅŅ БÐĩзÐūÐīÐ―Ņ–", + "quests.metal_age.beneath_graphite.task": "ÐŸŅ€ÐūÐđÐīŅ–Ņ‚ŅŒ КÐūŅ€Ņ–Ð―Ð―Ņƒ ÐŋÐūŅ€ÐūÐī҃ Ðē ÐžŅÐ―ÐūÐēÐ―ÐūÐžŅƒ ҁÐēҖ҂Җ Ðđ ÐīÐūŅŅÐģÐ―Ņ–Ņ‚ŅŒ БÐĩзÐūÐīÐ―Ņ–", "quests.metal_age.kaolin_clay.title": "КаÐūÐŧŅ–Ð―ÐūÐēа ÐģÐŧÐļÐ―Ð°", "quests.metal_age.kaolin_clay.subtitle": "ПÐūÐīÐūŅ€ÐūÐķ за КаÐūÐŧŅ–Ð―ÐūО: НÐūÐēÐĩ ÐŋÐūКÐūÐŧŅ–Ð―Ð―Ņ", "quests.metal_age.kaolin_clay.desc": "ÐŊК ҂ҖÐŧŅŒÐšÐļ ÐēÐļ Ð·Ð―Ð°ÐđÐīÐĩŅ‚Ðĩ КаÐūÐŧŅ–Ð―ÐūÐē҃ ÐģÐŧÐļÐ―Ņƒ, ÐēÐ°Ņ€Ņ‚Ðū ÐŋŅ€ÐļÐ―Ðĩҁ҂Ðļ ҁ҂ҖÐŧŅŒÐšÐļ, ŅÐšŅ–ÐŧŅŒÐšÐļ ÐēÐļ зОÐūÐķÐĩŅ‚Ðĩ ÐŋÐĩŅ€ÐĩÐ―Ðĩҁ҂Ðļ! На ÐķаÐŧҌ, ÐŧÐļ҈Ðĩ 20 ÐēŅ–ÐīҁÐūŅ‚ÐšŅ–Ðē з Ð―ÐĩŅ— ҃ҁÐŋŅ–ŅˆÐ―Ðū ÐēÐļÐŋаÐŧŅŽŅ”Ņ‚ŅŒŅŅ ҃ КаÐūÐŧŅ–Ð―Ņ–Ņ‚ÐūÐēÐļÐđ ÐŋÐūŅ€Ðū҈ÐūК, Ņ‚ÐūÐžŅƒ Ņ€ÐĩКÐūОÐĩÐ―ÐīŅƒŅ”Ņ‚ŅŒŅŅ ÐēÐļÐŋаÐŧŅŽÐēÐ°Ņ‚Ðļ Ņ—Ņ— Ð―Ð° ÐžŅ–ŅŅ†Ņ– за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ ŅÐžÐ―ÐļŅ… ÐŋÐĩ҇ÐĩÐđ, ҉ÐūÐą заÐūŅ‰Ð°ÐīÐļŅ‚Ðļ ÐžŅ–ŅŅ†Ðĩ Ðē Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€Ņ–.\n\nÐŸŅ–ŅÐŧŅ Ņ‚ÐūÐģÐū, ŅÐš ÐēÐļ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðĩ Ņ‚ÐļÐģÐĩÐŧҌ Ņ– ÐīÐūОÐĩÐ―Ð―Ņƒ ÐŋҖ҇, ÐēаО Ð·Ð―Ð°ÐīÐūÐąÐļŅ‚ŅŒŅŅ Ð―Ðĩ Ņ‚Ð°Ðš ÐąÐ°ÐģÐ°Ņ‚Ðū КаÐūÐŧŅ–Ð―ÐūÐēÐūŅ— ÐģÐŧÐļÐ―Ðļ, аÐŧÐĩ ÐēҁÐĩ ÐūÐīÐ―Ðū ÐēÐ°Ņ€Ņ‚Ðū ÐēÐ·ŅŅ‚Ðļ ÐąŅ–ÐŧҌ҈Ðĩ, Ð―Ņ–Ðķ зÐīÐ°Ņ”Ņ‚ŅŒŅŅ ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―ÐļО, ҉ÐūÐą ŅƒÐ―ÐļÐšÐ―ŅƒŅ‚Ðļ ÐŋÐūÐēŅ‚ÐūŅ€Ð―ÐūŅ— ÐŋÐūÐīÐūŅ€ÐūÐķŅ–.\n\nP.S.: ÐŊÐšŅ‰Ðū ÐēÐļ Ð·Ð―Ð°Ðđ҈ÐŧÐļ ÐšŅ€ÐūÐēâ€™ŅÐ―Ņ– ÐŧŅ–ÐŧŅ–Ņ—, аÐŧÐĩ Ð―Ðĩ Ð·Ð―Ð°Ðđ҈ÐŧÐļ ÐģÐŧÐļÐ―Ņƒ, ҁÐŋŅ€ÐūÐąŅƒÐđŅ‚Ðĩ КÐūÐŋÐ°Ņ‚Ðļ ҂ҀÐūŅ…Ðļ ÐģÐŧÐļÐąŅˆÐĩ! Ð†Ð―ÐūÐīŅ– ÐēÐūÐ―Ð° з'ŅÐēÐŧŅŅ”Ņ‚ŅŒŅŅ ҂ҀÐūŅ…Ðļ ÐŋŅ–Ðī зÐĩОÐŧÐĩŅŽ.", @@ -2207,7 +2324,7 @@ "quests.space_survival.flag.task": "Ð‘ŅƒÐīҌ-ŅÐšÐļÐđ ÐŋŅ€Ð°ÐŋÐūŅ€", "quests.space_survival.chorus.title": "ÐĪŅ€ŅƒÐšŅ‚ Ņ…ÐūŅ€ŅƒŅÐ°", "quests.space_survival.chorus.subtitle": "ÐĶÐĩ ÐšŅ–Ð―ÐĩŅ†ŅŒ?", - "quests.space_survival.chorus.desc": "&5ПÐŧŅ–Ðī ÐĨÐūŅ€ŅƒŅŅƒ&r ÐēŅ–ÐīŅ–ÐģŅ€Ð°Ņ” ÐīÐūÐēÐūÐŧŅ– ÐēаÐķÐŧÐļÐē҃ Ņ€ÐūÐŧҌ Ð―Ð° ÐœŅ–ŅŅŅ†Ņ– — ҆Ðĩ ÐąŅƒÐīÐĩ Ņ‚ÐēÐūŅ” ÐģÐūÐŧÐūÐēÐ―Ðĩ ÐīÐķÐĩŅ€ÐĩÐŧÐū азÐūŅ‚Ņƒ. ÐĐÐūÐą Ņ€ÐūзÐŋÐūŅ‡Ð°Ņ‚Ðļ, Ð·Ð―Ð°ÐđÐīÐļ Ņ€ÐūҁÐŧÐļÐ―Ðļ Ņ…ÐūŅ€ŅƒŅŅƒ, Ð·Ð°ŅŅ‚Ņ€ÐļÐąŅƒÐđ Ð―Ð° ÐēÐĩҀ҅ҖÐēÐšŅƒ Ņ‚Ð° Ð·Ņ€ÐļÐēаÐđ &5КÐēŅ–Ņ‚Ðļ Ņ…ÐūŅ€ŅƒŅŅƒ&r. ÐŊÐšŅ‰Ðū зÐŧÐ°ÐžÐ°Ņ‚Ðļ Ņ€ÐūҁÐŧÐļÐ―Ņƒ Ð·Ð―ÐļÐ·Ņƒ — КÐēҖ҂ҖÐē Ð―Ðĩ Ðū҂ҀÐļÐžÐ°Ņ”Ņˆ! ДаÐŧŅ– ÐēÐļŅ€ÐūŅ‰ŅƒÐđ КÐēŅ–Ņ‚Ðļ Ņ…ÐūŅ€ŅƒŅŅƒ Ðē ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ņ–Ðđ Ņ‚ÐĩÐŋÐŧÐļ҆Җ, ҉ÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ÐŋÐūÐ―ÐūÐēÐŧŅŽÐēÐ°Ð―Ðĩ ÐīÐķÐĩŅ€ÐĩÐŧÐū ÐŋÐŧÐūÐīŅ–Ðē Ņ…ÐūŅ€ŅƒŅŅƒ. З Ð―ÐļŅ… ОÐūÐķÐ―Ð° ÐēÐļÐģÐūŅ‚ÐūÐēÐļŅ‚Ðļ ÐąŅ–ÐūÐžÐ°ŅŅƒ Ņ‚Ð° азÐūŅ‚ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ ÐŋÐļÐēÐūÐēÐ°Ņ€Ð―Ņ– Ņ‚Ð° Ņ„ÐĩŅ€ÐžÐĩÐ―Ņ‚ÐĩŅ€Ð° ÐēŅ–ÐīÐŋÐūÐēŅ–ÐīÐ―Ðū. Ð‘Ņ–ÐūÐžÐ°ŅŅƒ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩÐģÐ°Ð―ŅŅ‚Ðļ Ðē Ðē҃ÐģÐŧÐĩŅ†ŅŒ — ÐīÐŧŅ ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐūÐģÐū Ņ€Ð°ÐšÐĩŅ‚Ð―ÐūÐģÐū ÐŋаÐŧŅŒÐ―ÐūÐģÐū!", + "quests.space_survival.chorus.desc": "&5ПÐŧŅ–Ðī ÐĨÐūŅ€ŅƒŅŅƒ&r ÐēŅ–ÐīŅ–ÐģŅ€Ð°Ņ” ÐīÐūÐēÐūÐŧŅ– ÐēаÐķÐŧÐļÐē҃ Ņ€ÐūÐŧҌ Ð―Ð° ÐœŅ–ŅŅŅ†Ņ– — ҆Ðĩ ÐąŅƒÐīÐĩ Ņ‚ÐēÐūŅ” ÐūŅÐ―ÐūÐēÐ―Ðĩ ÐīÐķÐĩŅ€ÐĩÐŧÐū АзÐūŅ‚Ņƒ. ÐĐÐūÐą ÐŋÐūŅ‡Ð°Ņ‚Ðļ, Ð·Ð―Ð°ÐđÐīÐļ Ņ€ÐūҁÐŧÐļÐ―Ðļ Ņ…ÐūŅ€ŅƒŅŅƒ, Ð·Ð°ŅŅ‚Ņ€ÐļÐąŅƒÐđ Ð―Ð° ÐēÐĩҀ҅ҖÐēÐšŅƒ Ņ‚Ð° зÐŧаОаÐđ &5КÐēŅ–Ņ‚Ðļ Ņ…ÐūŅ€ŅƒŅŅƒ&r. Ð›Ð°ÐžÐ°ŅŽŅ‡Ðļ Ņ€ÐūҁÐŧÐļÐ―Ņƒ Ð·Ð―ÐļÐ·Ņƒ, Ņ‚Ðļ Ð―Ðĩ Ðū҂ҀÐļÐžÐ°Ņ”Ņˆ ÐķÐūÐīÐ―ÐūŅ— КÐēŅ–Ņ‚ÐšÐļ! ДаÐŧŅ– ÐēÐļŅ€ÐūŅ‰ŅƒÐđ КÐēŅ–Ņ‚Ðļ Ņ…ÐūŅ€ŅƒŅŅƒ Ðē ЕÐŧÐĩÐšŅ‚Ņ€ÐļŅ‡Ð―Ņ–Ðđ Ņ‚ÐĩÐŋÐŧÐļ҆Җ, ҉ÐūÐą Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ÐŋÐūÐ―ÐūÐēÐŧŅŽÐēÐ°Ð―Ðĩ ÐīÐķÐĩŅ€ÐĩÐŧÐū ÐŋÐŧÐūÐīŅ–Ðē Ņ…ÐūŅ€ŅƒŅŅƒ, а ÐēÐķÐĩ з Ð―ÐļŅ… ОÐūÐķÐ―Ð° ÐēÐļÐģÐūŅ‚ÐūÐēÐļŅ‚Ðļ Ð‘Ņ–ÐūÐžÐ°ŅŅƒ Ņ‚Ð° АзÐūŅ‚ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ Ð‘Ņ€ÐūÐēÐ°Ņ€Ð―Ņ– Ņ‚Ð° ÐĪÐĩŅ€ÐžÐĩÐ―Ņ‚Ð°Ņ‚ÐūŅ€Ð° ÐēŅ–ÐīÐŋÐūÐēŅ–ÐīÐ―Ðū. Ð‘Ņ–ÐūÐžÐ°ŅŅƒ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐ―Ð° ÐŋÐĩŅ€ÐĩÐģÐ°Ð―ŅŅ‚Ðļ Ðē Ð’ŅƒÐģÐŧÐĩŅ†ŅŒ ÐīÐŧŅ ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐūÐģÐū Ņ€Ð°ÐšÐĩŅ‚Ð―ÐūÐģÐū ÐŋаÐŧŅŒÐ―ÐūÐģÐū!", "quests.space_survival.rover.title": "КÐūŅÐžŅ–Ņ‡Ð―ÐļÐđ РÐūÐēÐĩŅ€", "quests.space_survival.rover.subtitle": "ÐĒÐēŅ–Ðđ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūҀ҂ ÐīÐŧŅ ÐēŅ‚Ðĩ҇Җ", "quests.space_survival.rover.desc": "ДÐūÐēÐĩÐŧÐūŅŅ заÐŧÐļ҈ÐļŅ‚Ðļ ОÐūÐīÐ―ÐļÐđ Ņ€ÐĩÐ°ÐšŅ‚ÐļÐēÐ―ÐļÐđ Ņ€Ð°Ð―ÐĩŅ†ŅŒ ÐēÐīÐūОа: Ð°Ņ‚ÐžÐūҁ҄ÐĩŅ€Ðļ ÐīÐŧŅ ÐŧŅ–Ņ‚Ð°ÐšŅ–Ðē Ņ‚ŅƒŅ‚ Ð―ÐĩОа, КÐūÐ―Ņ– Ð―Ðĩ ÐēÐļ҂ҀÐļÐžŅƒŅŽŅ‚ŅŒ — Ņ‚ÐūÐķ ŅÐš ÐŋÐĩŅ€Ðĩҁ҃ÐēÐ°Ņ‚ÐļҁҌ? &bРÐūÐēÐĩŅ€&r — Ņ‚ÐēŅ–Ðđ ÐēŅ–Ņ€Ð―ÐļÐđ Ņ‚Ņ€Ð°Ð―ŅÐŋÐūҀ҂! Ð’Ņ–Ð― ÐēÐžŅ–Ņ‰ŅƒŅ” ÐīÐū ÐīÐēÐūŅ… ÐŋÐ°ŅÐ°ÐķÐļҀҖÐē, ÐŋŅ€Ð°Ņ†ŅŽŅ” Ð―Ð° ÐģÐūŅ€ŅŽŅ‡ÐļŅ… ÐŋаÐŧÐļÐēÐ―ÐļŅ… ŅŅƒÐžŅ–ŅˆÐ°Ņ… (ÐīÐļзÐĩÐŧҌ, ÐąÐĩÐ―Ð·ÐļÐ― Ņ– Ņ€Ð°ÐšÐĩŅ‚Ð―Ðĩ ÐŋаÐŧÐļÐēÐū), а ҉Ðĩ ÐžÐ°Ņ” ÐēÐŧÐ°ŅÐ―ÐļÐđ Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€ Ņ– Ņ€Ð°ÐīŅ–Ðū, ҉Ðū ÐēŅ–ÐīŅ‚ÐēÐūŅ€ŅŽŅ” Ņ€ÐĩаÐŧŅŒÐ―Ņ– Ņ€Ð°ÐīŅ–ÐūŅŅ‚Ð°Ð―Ņ†Ņ–Ņ—!", @@ -2221,7 +2338,7 @@ "quests.space_survival.stone_dust_centrifuging.task": "Ð‘ŅƒÐīҌ-ŅÐšÐĩ ", "quests.space_survival.compressed_gases.title": "ÐĄŅ‚ÐļŅÐ―ÐĩÐ―Ņ– ÐģазÐļ, ÐŋŅ€ÐļÐīÐ°Ņ‚Ð―Ņ– ÐīÐŧŅ ÐīÐļŅ…Ð°Ð―Ð―Ņ", "quests.space_survival.compressed_gases.subtitle": "БÐū ҇Ðļҁ҂ÐļÐđ КÐļҁÐĩÐ―ŅŒ — ҆Ðĩ ŅÐžÐĩҀ҂ÐĩÐŧŅŒÐ―Ðū Ð―ÐĩÐąÐĩзÐŋÐĩŅ‡Ð―Ðū", - "quests.space_survival.compressed_gases.desc": "Ð’Ņ–ÐīŅ‡ŅƒÐēÐ°Ņ”Ņˆ, ŅÐš ҂ҀÐūŅ…Ðļ ÐąŅ€Ð°ÐšŅƒŅ” ÐŋÐūÐēŅ–Ņ‚Ņ€Ņ? ÐĢ ÐšÐūŅÐžÐūҁҖ ÐąÐĩз ҇ÐūÐģÐūҁҌ ÐīÐŧŅ ÐīÐļŅ…Ð°Ð―Ð―Ņ Ð―Ðĩ ÐūÐąŅ–ÐđŅ‚ÐļҁҌ — Ņ‚ÐūÐžŅƒ ÐēÐ°Ņ€Ņ‚Ðū ÐēÐļŅ€ÐūÐąÐŧŅŅ‚Ðļ ÐūÐīÐļÐ― Ņ–Ð· ҁ҂ÐļŅÐ―ÐĩÐ―ÐļŅ… ÐģÐ°Ð·Ņ–Ðē, Ð·Ð°ŅÐ―ÐūÐēÐ°Ð―ÐļŅ… Ð―Ð° Ņ€ÐĩаÐŧŅŒÐ―ÐļŅ… ŅŅƒÐžŅ–ŅˆÐ°Ņ… ÐīÐŧŅ ÐģÐŧÐļÐąÐūКÐūÐēÐūÐīÐ―ÐūÐģÐū Ð·Ð°Ð―ŅƒŅ€ÐĩÐ―Ð―Ņ!\n\nЗаÐŋŅ€Ð°ÐēÐļŅ‚Ðļ ŅÐšÐ°Ņ„Ð°Ð―ÐīŅ€ Ð―ÐļОÐļ ОÐūÐķÐ―Ð° Ņ‚Ð°Ðš ŅÐ°ÐžÐū, ŅÐš ÐēŅ–ÐīŅ€Ðū — ÐŋŅ€Ðūҁ҂Ðū ÐŋÐĩŅ€ÐĩÐŧÐļŅ‚Ðļ. А ŅÐšŅ‰Ðū ÐēÐ·ŅŅ‚Ðļ з ҁÐūÐąÐūŅŽ &bГазÐūÐēÐļÐđ БаÐŧÐūÐ―&r, Ņ‚Ðū з Ð―ŅŒÐūÐģÐū ОÐūÐķÐ―Ð° “ÐŋÐļŅ‚Ðļ”, ÐŋÐūÐŋÐūÐēÐ―ŅŽŅŽŅ‡Ðļ заÐŋÐ°ŅÐļ ÐąÐĩз ÐŋÐū҂ҀÐĩÐąÐļ Ð·Ð―Ņ–ÐžÐ°Ņ‚Ðļ КÐūŅŅ‚ŅŽÐž.\n\n&2ÐŅ–Ņ‚Ņ€ÐūÐšŅ&r — Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆÐļÐđ ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа Ð―Ð° ЗÐĩОÐŧŅ–, а &eГÐĩÐŧŅ–ÐūÐšŅ-3&r — ОÐūÐķÐ―Ð° ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ Ð―Ð° ÐœŅ–ŅŅŅ†Ņ–.\n\nПÐūÐēÐ―ÐļÐđ ŅÐšÐ°Ņ„Ð°Ð―ÐīŅ€ (1000mB) ÐīÐ°Ņ” Ņ‚ÐūÐąŅ– &c20 Ņ…ÐēÐļÐŧÐļÐ―&r ÐķÐļŅ‚Ņ‚Ņ.", + "quests.space_survival.compressed_gases.desc": "Ð’Ņ–ÐīŅ‡ŅƒÐēÐ°Ņ”Ņˆ, ҉Ðū ҂ҀÐūŅ…Ðļ Ð―Ðĩ ÐēÐļŅŅ‚Ð°Ņ‡Ð°Ņ” ÐŋÐūÐēŅ–Ņ‚Ņ€Ņ? ÐĢ ÐšÐūŅÐžÐūҁҖ ÐąÐĩз ҇ÐūÐģÐūҁҌ ÐīÐŧŅ ÐīÐļŅ…Ð°Ð―Ð―Ņ Ð―Ðĩ ÐūÐąŅ–ÐđŅ‚ÐļҁҌ, Ņ‚ÐūÐķ ÐēÐ°Ņ€Ņ‚Ðū зÐēÐĩŅ€Ð―ŅƒŅ‚Ðļ ҃ÐēаÐģ҃ Ð―Ð° ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂ÐēÐū ҁ҂ÐļŅÐ―ÐĩÐ―ÐļŅ… ÐģÐ°Ð·Ņ–Ðē — ÐēÐūÐ―Ðļ Ð·Ð°ŅÐ―ÐūÐēÐ°Ð―Ņ– Ð―Ð° Ņ€ÐĩаÐŧŅŒÐ―ÐļŅ… ŅŅƒÐžŅ–ŅˆÐ°Ņ…, ŅÐšŅ– ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‚ŅŒŅŅ ÐīÐŧŅ ÐģÐŧÐļÐąÐūКÐūÐēÐūÐīÐ―ÐūÐģÐū Ð·Ð°Ð―ŅƒŅ€ÐĩÐ―Ð―Ņ!\n\nКÐūŅÐžŅ–Ņ‡Ð―ÐļÐđ КÐūŅŅ‚ŅŽÐž ОÐūÐķÐ―Ð° заÐŋÐūÐēÐ―ÐļŅ‚Ðļ Ð―ÐļОÐļ Ņ‚Ð°Ðš ŅÐ°ÐžÐū, ŅÐš заÐŋÐūÐēÐ―ŅŽŅ”Ņ‚ŅŒŅŅ ÐēŅ–ÐīŅ€Ðū, Ð°ÐąÐū Ðķ, ŅÐšŅ‰Ðū ÐēÐ·ŅŅ‚Ðļ з ҁÐūÐąÐūŅŽ &bГазÐūÐēÐļÐđ ÐąÐ°ÐŧÐūÐ―&r, Ņ‚Ðļ зОÐūÐķÐĩ҈ ÂŦÐŋÐļŅ‚ÐļÂŧ з Ð―ŅŒÐūÐģÐū, ҉ÐūÐą ÐŋÐūÐŋÐūÐēÐ―ÐļŅ‚Ðļ заÐŋÐ°Ņ ÐģÐ°Ð·Ņƒ Ðē КÐūŅŅ‚ŅŽÐžŅ– ÐąÐĩз Ð―ÐĩÐūÐąŅ…Ņ–ÐīÐ―Ðūҁ҂Җ ÐđÐūÐģÐū Ð·Ð―Ņ–ÐžÐ°Ņ‚Ðļ.\n\n&2ÐŅ–Ņ‚Ņ€ÐūÐšŅ&r — Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆÐļÐđ ÐīÐŧŅ ÐēÐļŅ€ÐūÐąÐ―Ðļ҆҂Ðēа Ð―Ð° ЗÐĩОÐŧŅ–, а &eГÐĩÐŧŅ–ÐūÐšŅ-3&r ОÐūÐķÐ―Ð° Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ņ‚Ðļ Ð―Ð° ÐœŅ–ŅŅŅ†Ņ–.\n\nПÐūÐēÐ―Ņ–ŅŅ‚ŅŽ заÐŋÐūÐēÐ―ÐĩÐ―ÐļÐđ КÐūŅŅ‚ŅŽÐž (2000 ОБ) Ð·Ð°ÐąÐĩзÐŋÐĩ҇ÐļŅ‚ŅŒ ÐŋŅ€ÐļÐąÐŧÐļÐ·Ð―Ðū &c20 Ņ…ÐēÐļÐŧÐļÐ―&r ÐīÐļŅ…Ð°Ð―Ð―Ņ.", "quests.space_survival.compressed_gases.task": "Ð‘ŅƒÐīҌ-ŅÐšÐļÐđ ҁ҂ÐļŅÐ―ÐĩÐ―ÐļÐđ Ðģаз, ÐŋŅ€ÐļÐīÐ°Ņ‚Ð―ÐļÐđ ÐīÐŧŅ ÐīÐļŅ…Ð°Ð―Ð―Ņ", "quests.space_survival.zip_gun.title": "ПÐūÐēŅ–Ņ‚Ņ€ŅÐ―Ð° Ð·ÐąŅ€ÐūŅ", "quests.space_survival.zip_gun.subtitle": "ÐÐ°Ņ‡Ðĩ Ņ€ÐĩÐ°ÐšŅ‚ÐļÐēÐ―ÐļÐđ Ņ€Ð°Ð―ÐĩŅ†ŅŒ ҃ Ņ‚ÐēÐūŅ—Ðđ ÐīÐūÐŧÐūÐ―Ņ–", @@ -2425,7 +2542,7 @@ "quests.steam_age.steam_engine.desc": "ВÐūÐīŅÐ―Ņ– КÐūÐŧÐĩŅÐ° Ņ‚Ð° ÐēŅ–Ņ‚Ņ€ŅÐšÐļ ÐēÐķÐĩ Ð―Ðĩ ҁÐŋŅ€Ð°ÐēÐŧŅŅŽŅ‚ŅŒŅŅ? ÐŊКа Ðķ ҆Ðĩ ÐŋÐ°Ņ€ÐūÐēа ÐĩÐŋÐūŅ…Ð° ÐąÐĩз ҁÐŋŅ€Ð°ÐēÐķÐ―ŅŒÐūÐģÐū ÐŋÐ°Ņ€ÐūÐēÐūÐģÐū ÐīÐēÐļÐģŅƒÐ―Ð°! КÐūÐķÐĩÐ― ÐŋÐ°Ņ€ÐūÐēÐļÐđ ÐīÐēÐļÐģŅƒÐ― ОÐūÐķÐĩ ÐēÐļÐīаÐēÐ°Ņ‚Ðļ ҆ҖÐŧÐļŅ… 256 ОД (ОÐīÐļÐ―ÐļŅ†ŅŒ ПÐūŅ‚ŅƒÐķÐ―Ðūҁ҂Җ), Ð―Ð°ÐīÐ°ŅŽŅ‡Ðļ Ņ‚ÐūÐąŅ– Ð·Ð―Ð°Ņ‡Ð―Ðū ÐąŅ–ÐŧҌ҈Ðĩ ÐĩÐ―ÐĩŅ€ÐģŅ–Ņ— ÐīÐŧŅ ÐĩÐšŅÐŋÐĩŅ€ÐļОÐĩÐ―Ņ‚Ņ–Ðē.\n\nПаÐŧÐ°ŅŽŅ‡Ņ– ПаÐŧŅŒÐ―ÐļКÐļ ОÐūÐķÐ―Ð° ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ, Ð―Ðĩ ÐēÐļŅ…ÐūÐīŅŅ‡Ðļ з ÐīÐūÐžŅƒ, а за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ МÐĩŅ…Ð°Ð―Ņ–Ņ‡Ð―ÐūŅ— Ð ŅƒÐšÐļ Ņ—Ņ… ОÐūÐķÐ―Ð° аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðū заÐŋŅ€Ð°ÐēÐŧŅŅ‚Ðļ Ņ‚ÐēÐĩŅ€ÐīÐļО ÐŋаÐŧÐļÐēÐūО Ð°ÐąÐū ҀҖÐīКÐļО ÐŋаÐŧÐļÐēÐūО ҃ ÐēŅ–ÐīҀҖ (Ð―Ð°ÐŋŅ€ÐļКÐŧаÐī, ÐšŅ€ÐĩÐūзÐūŅ‚ÐūО). ÐĒаКÐūÐķ ÐīÐŧŅ ÐŋÐĩŅ€ÐĩÐģҀҖÐē҃ ОÐūÐķÐ―Ð° ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐē҃ÐēÐ°Ņ‚Ðļ Ð’ŅƒÐģŅ–ÐŧŅŒÐ―Ņ– ÐĄÐ°ÐžÐū҆ÐēŅ–Ņ‚Ðļ, ÐÐ―Ņ‚Ņ€Ð°Ņ†ÐļŅ‚ Ņ– КÐūÐšŅ.", "quests.steam_age.fuel_sources.title": "ДÐūÐīÐ°Ņ‚ÐšÐūÐēŅ– ДÐķÐĩŅ€ÐĩÐŧа ПаÐŧŅŒÐ―ÐūÐģÐū", "quests.steam_age.fuel_sources.subtitle": "ВÐŋŅ€ÐūÐēаÐīÐķŅƒŅ”ÐžÐū ҁÐļÐŧ҃ Ðē ÐŋÐ°Ņ€ÐūÐē҃ ҁÐļÐŧ҃", - "quests.steam_age.fuel_sources.desc": "ÐŸÐ°Ņ€ÐūÐēа ÐžÐ°ŅˆÐļÐ―Ð° ОÐūÐķÐĩ ÐŋŅ€Ð°Ņ†ŅŽÐēÐ°Ņ‚Ðļ з ҈ÐļŅ€ŅˆÐļО Ð―Ð°ÐąÐūŅ€ÐūО ҀҖÐīÐļÐ―Ð―ÐļŅ… ÐŋаÐŧÐļÐē, Ð―Ņ–Ðķ КÐūŅ‚ÐĩÐŧ ВÐļҁÐūКÐūÐģÐū ÐĒÐļŅÐšŅƒ. ÐĨÐūŅ‡Ð° ÐšŅ€ÐĩÐūзÐūŅ‚ Ð°ÐąÐū ЛаÐēа — ҆Ðĩ Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆŅ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ Ð―Ð° ÐīÐ°Ð―ÐūÐžŅƒ ÐĩŅ‚Ð°ÐŋŅ–, Ņ‚Ðļ ОÐūÐķÐĩ҈ Ð·Ð°Ņ†Ņ–ÐšÐ°ÐēÐļŅ‚ÐļŅŅ Ðđ Ņ€ÐūҁÐŧÐļÐ―Ð―ÐļОÐļ ÐūÐŧŅ–ŅÐžÐļ, Ņ‚Ð°ÐšÐļОÐļ ŅÐš &eОÐŧŅ–Ņ з ÐÐ°ŅŅ–Ð―Ð―Ņ&r з ÐĄÐūÐ―ŅŅˆÐ―ÐļÐšŅ–Ðē Ð°ÐąÐū Ð Ņ–ÐŋÐ°ÐšŅƒ.\n\nÐšŅ€ÐĩÐūзÐūŅ‚ Ņ– ЛаÐēа ÐŋÐūÐģÐ°Ð―Ðū ÐžÐ°ŅŅˆŅ‚Ð°ÐąŅƒŅŽŅ‚ŅŒŅŅ Ð―Ð° ÐŋŅ–Ð·Ð―Ņ–Ņ… ҀҖÐēÐ―ŅŅ…, Ð―Ð°Ņ‚ÐūÐžŅ–ŅŅ‚ŅŒ Ð‘Ņ–ÐūÐŋаÐŧŅŒÐ―Ðĩ ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐĩÐ―Ðĩ Ðē ДÐļзÐĩÐŧҌ, а ÐŋÐūŅ‚Ņ–Ðž — ҃ ДÐļзÐĩÐŧҌ з ÐĶÐĩŅ‚Ð°Ð―ÐūÐēÐļО ÐŸŅ–ÐīҁÐļÐŧÐĩÐ―Ð―ŅÐž. ÐĒÐūÐķ ŅÐšŅ‰Ðū Ņ‚ÐūÐąŅ– ÐīÐū ÐīŅƒŅˆŅ– Ņ†Ņ Ņ–ÐīÐĩŅ — ÐŋÐūŅ‡Ð―Ðļ заКÐŧаÐīÐ°Ņ‚Ðļ ÐēÐĩÐŧÐļÐšŅ– ÐŋÐūÐŧŅ ÐīÐŧŅ ÐēÐļŅ€ÐūŅ‰ŅƒÐēÐ°Ð―Ð―Ņ Ņ€ÐūҁÐŧÐļÐ― Ð―Ð° ÐūÐŧŅ–ŅŽ!", + "quests.steam_age.fuel_sources.desc": "ÐŸÐ°Ņ€ÐūÐēа ÐžÐ°ŅˆÐļÐ―Ð° ОÐūÐķÐĩ ÐŋŅ€Ð°Ņ†ŅŽÐēÐ°Ņ‚Ðļ з ҈ÐļŅ€ŅˆÐļО Ð―Ð°ÐąÐūŅ€ÐūО ҀҖÐīÐļÐ―Ð―ÐļŅ… ÐŋаÐŧÐļÐē, Ð―Ņ–Ðķ КÐūŅ‚ÐĩÐŧ ВÐļҁÐūКÐūÐģÐū ÐĒÐļŅÐšŅƒ. ÐĨÐūŅ‡Ð° ÐšŅ€ÐĩÐūзÐūŅ‚ Ð°ÐąÐū ЛаÐēа — ҆Ðĩ Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆŅ– ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ Ð―Ð° ÐīÐ°Ð―ÐūÐžŅƒ ÐĩŅ‚Ð°ÐŋŅ–, Ņ‚Ðļ ОÐūÐķÐĩ҈ Ð·Ð°Ņ†Ņ–ÐšÐ°ÐēÐļŅ‚ÐļŅŅ Ðđ Ņ€ÐūҁÐŧÐļÐ―Ð―ÐļОÐļ ÐūÐŧŅ–ŅÐžÐļ, Ņ‚Ð°ÐšÐļОÐļ ŅÐš &eОÐŧŅ–Ņ з ÐÐ°ŅŅ–Ð―Ð―Ņ&r з ÐĄÐūÐ―ŅŅˆÐ―ÐļÐšŅ–Ðē Ð°ÐąÐū ÐšÐ°Ð―ÐūÐŧÐļ.\n\nÐšŅ€ÐĩÐūзÐūŅ‚ Ņ– ЛаÐēа ÐŋÐūÐģÐ°Ð―Ðū ÐžÐ°ŅŅˆŅ‚Ð°ÐąŅƒŅŽŅ‚ŅŒŅŅ Ð―Ð° ÐŋŅ–Ð·Ð―Ņ–Ņ… ҀҖÐēÐ―ŅŅ…, Ð―Ð°Ņ‚ÐūÐžŅ–ŅŅ‚ŅŒ Ð‘Ņ–ÐūÐŋаÐŧŅŒÐ―Ðĩ ОÐūÐķÐĩ ÐąŅƒŅ‚Ðļ ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ÐĩÐ―Ðĩ Ðē ДÐļзÐĩÐŧҌ, а ÐŋÐūŅ‚Ņ–Ðž — ҃ ДÐļзÐĩÐŧҌ з ÐĶÐĩŅ‚Ð°Ð―ÐūÐēÐļО ÐŸŅ–ÐīҁÐļÐŧÐĩÐ―Ð―ŅÐž. ÐĒÐūÐķ ŅÐšŅ‰Ðū Ņ‚ÐūÐąŅ– ÐīÐū ÐīŅƒŅˆŅ– Ņ†Ņ Ņ–ÐīÐĩŅ — ÐŋÐūŅ‡Ð―Ðļ заКÐŧаÐīÐ°Ņ‚Ðļ ÐēÐĩÐŧÐļÐšŅ– ÐŋÐūÐŧŅ ÐīÐŧŅ ÐēÐļŅ€ÐūŅ‰ŅƒÐēÐ°Ð―Ð―Ņ Ņ€ÐūҁÐŧÐļÐ― Ð―Ð° ÐūÐŧŅ–ŅŽ!", "quests.steam_age.straw.title": "АÐēŅ‚ÐūÐžÐ°Ņ‚ÐļÐ·Ð°Ņ†Ņ–Ņ Ð Ņ–ÐīКÐūÐģÐū ПаÐŧÐļÐēа", "quests.steam_age.straw.subtitle": "ГÐūŅ€ŅŽŅ‡Ņ– ÐŋÐūŅ—ÐŧŅŒÐ―ÐļКÐļ", "quests.steam_age.straw.desc": "ÐŊÐšŅ‰Ðū КÐŧÐ°Ņ†Ð―ŅƒŅ‚Ðļ ПКМ ÐŋÐū ПÐĩКÐĩÐŧŅŒÐ―ÐūÐžŅƒ ПаÐŧŅŒÐ―ÐļÐšŅƒ з &aÐĄÐūÐŧÐūОÐļÐ―ÐšÐūŅŽ&r, Ņ‚Ðū ОÐūÐķÐ―Ð° ÐŧÐĩÐģКÐū ÐŋÐūÐīаÐēÐ°Ņ‚Ðļ ÐŋаÐŧŅŒÐ―Ðĩ ÐŋŅ€ŅÐžÐū Ðē Ð―ŅŒÐūÐģÐū ҇ÐĩŅ€Ðĩз ÐąŅƒÐīҌ-ŅÐšŅƒ Ņ‚Ņ€ŅƒÐąŅƒ! ÐŸŅ–Ðīâ€™Ņ”ÐīÐ―Ð°Ðđ ÐđÐūÐģÐū ÐīÐū ÐēÐļŅ…ÐūÐī҃ ÐšŅ€ÐĩÐūзÐūŅ‚Ņƒ з КÐūÐšŅÐūÐēÐūŅ— ПÐĩ҇Җ — Ņ– Ņ‚ÐēÐūŅ— ÐŸÐ°Ņ€ÐūÐēŅ– ДÐēÐļÐģŅƒÐ―Ðļ Ð―Ðĩ Ð·ŅƒÐŋÐļÐ―ŅŅ‚ŅŒŅŅ.\n\nÐĢ JEI ÐīÐūŅŅ‚ŅƒÐŋÐ―ÐļÐđ ÐŋÐūÐēÐ―ÐļÐđ ҁÐŋÐļҁÐūК ОÐūÐķÐŧÐļÐēÐļŅ… ÐŋаÐŧÐļÐē Ņ–Ð· Ņ—Ņ…Ð―ŅŒÐūŅŽ ÐĩŅ„ÐĩÐšŅ‚ÐļÐēÐ―Ņ–ŅŅ‚ŅŽ.", @@ -2485,7 +2602,7 @@ "quests.steam_age.miner.title": "АÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―Ðĩ ВÐļÐīÐūÐąŅƒÐēÐ°Ð―Ð―Ņ", "quests.steam_age.miner.subtitle": "ÐšŅ–Ð―ÐĩŅ†ŅŒ ÐĩÐŋÐūŅ…Ðļ ÐūÐąÐēаÐŧŅ–Ðē", "quests.steam_age.miner.desc.1": "ÐĒÐĩÐŋÐĩŅ€ ҃ ÐēÐ°Ņ Ņ” ÐīÐūŅŅ‚ŅƒÐŋ ÐīÐū ÐīÐēÐūŅ… ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ņ–Ðē аÐēŅ‚ÐūÐžÐ°Ņ‚ÐļŅ‡Ð―ÐūÐģÐū ÐēÐļÐīÐūÐąŅƒÐēÐ°Ð―Ð―Ņ Ņ€ŅƒÐīÐļ! ÐžÐąÐļÐīÐēа ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ðļ ÐīÐūҁÐļŅ‚ŅŒ ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ņ–, Ņ‚ÐūÐžŅƒ ÐšŅ€Ð°Ņ‰Ðĩ Ð―Ð°ÐŧÐ°ŅˆŅ‚ŅƒÐēÐ°Ņ‚Ðļ Ņ—Ņ…, заÐēÐ°Ð―Ņ‚Ð°ÐķÐļŅ‚Ðļ Ņ‡Ð°Ð―ÐšÐļ Ņ– заÐđÐ―ŅŅ‚ÐļŅŅ ҇ÐļОÐūҁҌ Ņ–Ð―ŅˆÐļО, Ð―Ņ–Ðķ ҁÐļÐīŅ–Ņ‚Ðļ Ņ– ҇ÐĩÐšÐ°Ņ‚Ðļ.\n\nМÐĩŅ…Ð°Ð―Ņ–Ņ‡Ð―ÐļÐđ Ð‘ŅƒŅ€ ÐŋÐū҂ҀÐĩÐąŅƒÐēÐ°Ņ‚ÐļОÐĩ КÐūÐ―ŅŅ‚Ņ€ŅƒÐšŅ†Ņ–Ņ— ÐīÐŧŅ ÐąŅƒŅ€Ņ–Ð―Ð―Ņ ÐēÐ―Ðļз, Ņ€ÐūÐ·ÐąÐļÐēÐ°ŅŽŅ‡Ðļ ÐēÐĩҁҌ ÐšÐ°ÐžŅ–Ð―ŅŒ Ð―Ð° ҁÐēÐūŅ”ÐžŅƒ ҈ÐŧŅŅ…Ņƒ. ВÐļ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐĩŅ‚Ðĩ ÐŋŅ€ÐļÐšŅ€Ņ–ÐŋÐļŅ‚Ðļ ÐđÐūÐģÐū ÐīÐū ÐŋÐĩŅ€ÐĩÐīÐ―ŅŒÐūŅ— Ņ‡Ð°ŅŅ‚ÐļÐ―Ðļ ÐŋÐūŅ—Ð·Ðīа Ð°ÐąÐū ÐēаÐģÐūÐ―ÐĩŅ‚ÐšÐļ ÐīÐŧŅ ҁ҂ÐēÐūŅ€ÐĩÐ―Ð―Ņ Ņ‚ŅƒÐ―ÐĩÐŧŅ–Ðē, ŅÐšŅ‰Ðū Ņ…Ðū҇ÐĩŅ‚Ðĩ.", - "quests.steam_age.miner.desc.2": "ÐŸÐ°Ņ€ÐūÐēа ÐĻÐ°Ņ…Ņ‚Ð°Ņ€ÐšÐ°, з Ņ–Ð―ŅˆÐūÐģÐū ÐąÐūÐšŅƒ, ÐēÐļÐīÐūÐąŅƒÐēÐ°Ņ” ÐŧÐļ҈Ðĩ Ņ€ŅƒÐīÐ―Ņ– ÐąÐŧÐūКÐļ Ðđ Ð·Ð°ÐžŅ–Ð―ŅŽŅ” Ņ—Ņ… ÐąŅ€ŅƒÐšŅ–ÐēКÐūŅŽ, заÐŧÐļŅˆÐ°ŅŽŅ‡Ðļ Ņ€ÐĩŅˆŅ‚Ņƒ Ō‘Ņ€ŅƒÐ―Ņ‚Ņƒ Ð―ÐĩÐīÐūŅ‚ÐūŅ€ÐšÐ°Ð―ÐūŅŽ. ВÐūÐ―Ð° ОÐūÐķÐĩ ÐēÐļÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ Ņ€ŅƒÐī҃ Ðē (ОаÐŧÐūÐžŅƒ) Ņ€Ð°ÐīŅ–ŅƒŅŅ–, ҉Ðū ÐūÐ·Ð―Ð°Ņ‡Ð°Ņ”, ҉Ðū Ņ—Ņ— ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ÐŋÐĩŅ€ÐĩÐžŅ–Ņ‰Ð°Ņ‚Ðļ ҀҖÐī҈Ðĩ, Ð―Ņ–Ðķ ОÐĩŅ…Ð°Ð―Ņ–Ņ‡Ð―Ņƒ ŅˆÐ°Ņ…Ņ‚Ð°Ņ€ÐšŅƒ, аÐŧÐĩ ÐēÐūÐ―Ð° Ņ‚Ð°ÐšÐūÐķ Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ņ–ŅˆÐ°.", + "quests.steam_age.miner.desc.2": "ÐŸÐ°Ņ€ÐūÐēÐļÐđ Ð‘ŅƒŅ€, з Ņ–Ð―ŅˆÐūÐģÐū ÐąÐūÐšŅƒ, ÐēÐļÐīÐūÐąŅƒÐēÐ°Ņ” ÐŧÐļ҈Ðĩ Ņ€ŅƒÐīÐ―Ņ– ÐąÐŧÐūКÐļ Ðđ Ð·Ð°ÐžŅ–Ð―ŅŽŅ” Ņ—Ņ… ÐąŅ€ŅƒÐšŅ–ÐēКÐūŅŽ, заÐŧÐļŅˆÐ°ŅŽŅ‡Ðļ Ņ€ÐĩŅˆŅ‚Ņƒ Ō‘Ņ€ŅƒÐ―Ņ‚Ņƒ Ð―ÐĩÐīÐūŅ‚ÐūŅ€ÐšÐ°Ð―ÐūŅŽ. ВÐūÐ―Ð° ОÐūÐķÐĩ ÐēÐļÐīÐūÐąŅƒÐēÐ°Ņ‚Ðļ Ņ€ŅƒÐī҃ Ðē (ОаÐŧÐūÐžŅƒ) Ņ€Ð°ÐīŅ–ŅƒŅŅ–, ҉Ðū ÐūÐ·Ð―Ð°Ņ‡Ð°Ņ”, ҉Ðū Ņ—Ņ— ÐŋÐūŅ‚Ņ€Ņ–ÐąÐ―Ðū ÐŋÐĩŅ€ÐĩÐžŅ–Ņ‰Ð°Ņ‚Ðļ ҀҖÐī҈Ðĩ, Ð―Ņ–Ðķ ОÐĩŅ…Ð°Ð―Ņ–Ņ‡Ð―Ņƒ ŅˆÐ°Ņ…Ņ‚Ð°Ņ€ÐšŅƒ, аÐŧÐĩ ÐēÐūÐ―Ð° Ņ‚Ð°ÐšÐūÐķ Ð―Ð°ÐąÐ°ÐģÐ°Ņ‚Ðū ÐŋÐūÐēŅ–ÐŧŅŒÐ―Ņ–ŅˆÐ°.", "quests.steam_age.paper.title": "ПаÐŋŅ–Ņ€", "quests.steam_age.paper.subtitle": "НÐĩ з Ņ†ŅƒÐšŅ€ÐūÐēÐūŅ— ҂ҀÐūҁ҂ÐļÐ―Ðļ", "quests.steam_age.paper.desc": "ÐŊÐšŅ‰Ðū ÐēÐļ ҉Ðĩ Ð―Ðĩ Ð·Ņ€ÐūÐąÐļÐŧÐļ ÐķÐūÐīÐ―ÐūÐģÐū ÐŋаÐŋÐĩŅ€Ņƒ, Ņ” ҂ҀÐļ Ņ€Ņ–Ð·Ð―Ņ– ҁÐŋÐūҁÐūÐąÐļ Ðū҂ҀÐļÐžÐ°Ņ‚Ðļ ÐđÐūÐģÐū ÐąÐĩз ÐĩÐŧÐĩÐšŅ‚Ņ€ÐļКÐļ:\n\n1) ÐĄŅ‚ÐēÐūŅ€ÐļŅ‚Ðļ ÐŋÐĩŅ€ÐģаОÐĩÐ―Ņ‚ Ð·Ņ– ŅˆÐšŅ–Ņ€Ðļ, ÐŋÐĩОзÐļ Ņ‚Ð° ŅÐđŅ†Ņ.\n\n2) ÐĄÐŋÐŧÐĩҁ҂Ðļ Ņ€Ð°Ð·ÐūО ÐŋаÐŋŅ–Ņ€ŅƒŅ.\n\n3) ВÐļÐģÐūŅ‚ÐūÐēÐļŅ‚Ðļ ÐŋаÐŋŅ–Ņ€ Ņ–Ð· Ņ‚ÐēÐĩŅ€ÐīÐūŅ— ÐīÐĩŅ€ÐĩÐēÐļÐ―Ðļ ҇ÐĩŅ€Ðĩз ҂ҀÐļÐēаÐŧÐļÐđ ÐŋŅ€Ðū҆Ðĩҁ.\n\nÐŸŅ–Ð·Ð―Ņ–ŅˆÐĩ ÐēÐļ зОÐūÐķÐĩŅ‚Ðĩ ÐŋÐĩŅ€ÐĩŅ‚ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ ÐīÐĩŅ€ÐĩÐēÐ―Ņƒ ÐžÐ°ŅŅƒ ÐąÐĩзÐŋÐūҁÐĩŅ€ÐĩÐīÐ―ŅŒÐū Ðē ÐŋаÐŋŅ–Ņ€ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ LV ÐĨŅ–ÐžŅ–Ņ‡Ð―ÐūŅ— Ð’Ð°Ð―Ð―Ðļ.", @@ -2619,7 +2736,7 @@ "quests.stone_age.clay_products.title": "ГÐŧÐļÐ―ŅÐ―Ņ– ÐēÐļŅ€ÐūÐąÐļ", "quests.stone_age.clay_products.subtitle": "ÐŊ Ðķ КазаÐē, ҉Ðū ÐģÐŧÐļÐ―Ð° ŅƒÐ―Ņ–ÐēÐĩŅ€ŅÐ°ÐŧŅŒÐ―Ð°.", "quests.stone_age.clay_products.desc": "ÐžŅŅŒ ŅƒŅŅ– ÐēÐļŅ€ÐūÐąÐļ, ŅÐšŅ– ÐēÐļ ОÐūÐķÐĩŅ‚Ðĩ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ з ÐģÐŧÐļÐ―Ðļ. ÐĪÐūŅ€ÐžÐļ ÐēÐļКÐūŅ€Ðļҁ҂ÐūÐēŅƒŅŽŅ‚ŅŒŅŅ ÐīÐŧŅ Ņ€ÐūÐąÐūŅ‚Ðļ з ОÐĩŅ‚Ð°ÐŧаОÐļ, КÐūŅ€Ņ‡Ð°Ðģа — ÐīÐŧŅ Ð·ÐąÐĩҀҖÐģÐ°Ð―Ð―Ņ ÐŋŅ€ÐĩÐīОÐĩ҂ҖÐē, а Ņ–Ð―ŅˆŅ– ÐžÐ°ŅŽŅ‚ŅŒ ÐŋŅ€ÐļÐ·Ð―Ð°Ņ‡ÐĩÐ―Ð―Ņ, ÐūÐŋÐļŅÐ°Ð―Ņ– Ðē ПÐūÐŧҌÐūÐēÐūÐžŅƒ ÐŋŅƒŅ‚Ņ–ÐēÐ―ÐļÐšŅƒ. Ð”ŅƒÐžÐ°Ņ”Ņ‚Ðĩ, ÐēаО ÐŋŅ–Ðī ҁÐļÐŧ҃ ҁ҂ÐēÐūŅ€ÐļŅ‚Ðļ Ņ—Ņ… ŅƒŅŅ–?", - "quests.stone_age.make_jug.title": "КÐĩŅ€Ð°ÐžŅ–Ņ‡Ð―ÐļÐđ ÐģÐŧÐĩ҇ÐļК", + "quests.stone_age.make_jug.title": "КÐĩŅ€Ð°ÐžŅ–Ņ‡Ð―ÐļÐđ ÐģÐŧÐĩК", "quests.stone_age.make_jug.subtitle": "Ð Ð°Ð―Ð―Ņ–Ðđ КÐūÐ―Ņ‚ÐĩÐđÐ―ÐĩŅ€ ÐīÐŧŅ ҀҖÐīÐļÐ―", "quests.stone_age.make_jug.desc": "ГÐŧÐĩ҇ÐļК — ҆Ðĩ Ð―Ð°ÐđÐŋŅ€ÐūŅŅ‚Ņ–ŅˆÐļÐđ КÐūÐ―Ņ‚ÐĩÐđÐ―ÐĩŅ€ ÐīÐŧŅ ҀҖÐīÐļÐ―, аÐŧÐĩ ÐēŅ–Ð― ОÐūÐķÐĩ ÐēÐžŅ–Ņ‰Ð°Ņ‚Ðļ ÐŧÐļ҈Ðĩ 100mB. ВÐļ Ņ‚Ð°ÐšÐūÐķ ОÐūÐķÐĩŅ‚Ðĩ ÐŋÐļŅ‚Ðļ з Ð―ŅŒÐūÐģÐū Ņ‚Ð° ÐīŅƒŅ‚Ðļ Ðē Ð―ŅŒÐūÐģÐū, ҉ÐūÐą ҁ҂ÐēÐūŅ€ŅŽÐēÐ°Ņ‚Ðļ зÐēŅƒÐšÐļ!", "quests.stone_age.make_saw_mold.title": "ÐĪÐūŅ€ÐžÐ° ÐīÐŧŅ ÐŋÐļÐŧКÐļ", @@ -2726,7 +2843,7 @@ "quests.tfg_tips.portable_storage.desc": "ÐĢ ŅÐēÐūŅ—Ņ… ÐŋÐūÐīÐūŅ€ÐūÐķÐ°Ņ… Ņ‚Ðļ ОÐūÐķÐĩ҈ ÐīÐūҁÐŧŅ–ÐīÐļŅ‚Ðļ ҆ҖÐŧ҃ &oÐšŅƒÐŋ҃&r ÐžŅ–ŅŅ†ŅŒ Ņ– ÐēŅ€ÐĩŅˆŅ‚Ņ–-Ņ€ÐĩŅˆŅ‚ Ð―Ð°ÐąŅ€Ð°Ņ‚Ðļ ÐąÐ°ÐģÐ°Ņ‚Ðū ОÐūŅ‚ÐŧÐūŅ…Ņƒ. ÐĶŅ ÐģŅ–ÐŧКа заÐēÐīÐ°Ð―ŅŒ ÐŋŅ€ÐūÐŋÐūÐ―ŅƒŅ” ÐšŅ–ÐŧŅŒÐšÐ° ÐēÐ°Ņ€Ņ–Ð°Ð―Ņ‚Ņ–Ðē ÐīÐŧŅ Ņ€ÐūÐ·ŅˆÐļŅ€ÐĩÐ―Ð―Ņ Ņ‚ÐēÐūÐģÐū ОÐūÐąŅ–ÐŧŅŒÐ―ÐūÐģÐū Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€ŅŽ.", "quests.tfg_tips.toolbelt.title": "ПÐūŅŅ ÐīÐŧŅ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē Ņ‚Ð° ÐĄŅƒÐžÐšÐļ", "quests.tfg_tips.toolbelt.subtitle": "ÐĶŅ– Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ðļ заÐđÐžÐ°ŅŽŅ‚ŅŒ ÐąÐ°ÐģÐ°Ņ‚Ðū ÐžŅ–ŅŅ†Ņ, ÐīаÐēаÐđ ҆Ðĩ ÐēÐļÐŋŅ€Ð°ÐēÐļОÐū!", - "quests.tfg_tips.toolbelt.desc": "З &dПÐūŅŅÐūО ÐīÐŧŅ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē&r Ņ‚Ðļ зОÐūÐķÐĩ҈ КÐĩŅ€ŅƒÐēÐ°Ņ‚Ðļ ÐšŅ–ÐŧŅŒÐšÐūОа Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ð°ÐžÐļ ÐąÐĩз заÐđÐēÐļŅ… ÐēÐļŅ‚Ņ€Ð°Ņ‚ ҁÐŧÐū҂ҖÐē Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€ŅŽ! ÐĶÐĩÐđ Ð·Ņ€ŅƒŅ‡Ð―ÐļÐđ ÐŋŅ€ÐĩÐīОÐĩŅ‚ ОÐūÐķÐ―Ð° Ņ€ÐūÐ·ÐžŅ–ŅŅ‚ÐļŅ‚Ðļ ҃ ҁÐŋÐĩŅ†Ņ–Ð°ÐŧŅŒÐ―ÐūÐžŅƒ &3ÐĄÐŧÐū҂Җ ÐŋÐūŅŅŅƒ&r Ðē Ņ‚ÐēÐūŅ”ÐžŅƒ &4МÐĩÐ―ŅŽ Curios&r. ÐĒÐļ ОÐūÐķÐĩ҈ ÐēŅŅ‚Ð°ÐēÐŧŅŅ‚Ðļ Ņ‚Ð° ÐēÐļŅ‚ŅÐģÐ°Ņ‚Ðļ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &cÐģÐ°Ņ€ŅŅ‡ÐūŅ— КÐŧаÐēŅ–ŅˆŅ–.&r ÐĄÐŋÐūŅ‡Ð°Ņ‚ÐšŅƒ ÐēŅ–Ð― ÐžÐ°Ņ” ÐŧÐļ҈Ðĩ ÐīÐēа ҁÐŧÐūŅ‚Ðļ, аÐŧÐĩ Ņ—Ņ… ОÐūÐķÐ―Ð° Ņ€ÐūÐ·ŅˆÐļŅ€ÐļŅ‚Ðļ, ÐīÐūÐīÐ°ŅŽŅ‡Ðļ &aÐĄŅƒÐžÐšÐļ ÐīÐŧŅ ÐŋÐūŅŅŅƒ&r. \n\n&lЧÐĩŅ€Ðĩз ÐąÐ°Ðģ ҃ Ņ†ŅŒÐūÐžŅƒ ОÐūÐīŅ– Ð―ÐĩОÐūÐķÐŧÐļÐēÐū ÐŋÐūÐšŅ€Ð°Ņ‰ÐļŅ‚Ðļ &dПÐūŅŅ ÐīÐŧŅ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē&f, ŅÐšŅ‰Ðū ÐēŅ–Ð― ÐąŅƒÐē ÐŋÐūŅ„Ð°Ņ€ÐąÐūÐēÐ°Ð―ÐļÐđ Ð°ÐąÐū ÐžŅ–ŅŅ‚ÐļŅ‚ŅŒ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ðļ. ÐĄÐŋÐūŅ‡Ð°Ņ‚ÐšŅƒ ҁÐŋÐūŅ€ÐūÐķÐ―Ðļ ÐđÐūÐģÐū!", + "quests.tfg_tips.toolbelt.desc": "З &dПÐūŅŅÐūО Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē&r ÐēÐļ зОÐūÐķÐĩŅ‚Ðĩ КÐĩŅ€ŅƒÐēÐ°Ņ‚Ðļ ÐšŅ–ÐŧŅŒÐšÐūОа Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ð°ÐžÐļ ÐąÐĩз заÐđÐēÐļŅ… ÐēÐļŅ‚Ņ€Ð°Ņ‚ ҁÐŧÐū҂ҖÐē Ņ–Ð―ÐēÐĩÐ―Ņ‚Ð°Ņ€ŅŽ! ÐĶÐĩÐđ Ð·Ņ€ŅƒŅ‡Ð―ÐļÐđ ÐŋŅ€ÐĩÐīОÐĩŅ‚ ОÐūÐķÐ―Ð° Ņ€ÐūÐ·ÐžŅ–ŅŅ‚ÐļŅ‚Ðļ Ðē ҁÐŋÐĩŅ†Ņ–Ð°ÐŧŅŒÐ―ÐūÐžŅƒ &3ҁÐŧÐū҂Җ ÐŋÐūŅŅÐ°&r ҃ ÐēÐ°ŅˆÐūÐžŅƒ &4ОÐĩÐ―ŅŽ Curios&r. ВÐļ ОÐūÐķÐĩŅ‚Ðĩ ÐēŅŅ‚Ð°ÐēÐŧŅŅ‚Ðļ Ņ‚Ð° ÐīŅ–ŅŅ‚Ð°ÐēÐ°Ņ‚Ðļ Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ðļ за ÐīÐūÐŋÐūОÐūÐģÐūŅŽ &cÐģÐ°Ņ€ŅŅ‡ÐūŅ— КÐŧаÐēŅ–ŅˆŅ–.&r ÐĄÐŋÐūŅ‡Ð°Ņ‚ÐšŅƒ ÐēŅ–Ð― ÐžÐ°Ņ” ÐŧÐļ҈Ðĩ ÐīÐēа ҁÐŧÐūŅ‚Ðļ, аÐŧÐĩ Ņ—Ņ… ÐšŅ–ÐŧŅŒÐšŅ–ŅŅ‚ŅŒ ОÐūÐķÐ―Ð° Ð·ÐąŅ–ÐŧҌ҈ÐļŅ‚Ðļ, ÐīÐūÐīаÐē҈Ðļ &aÐĄŅƒÐžÐšÐļ ÐīÐŧŅ ÐŋÐūŅŅÐ°&r.", "quests.tfg_tips.maxed_out_toolbelt.title": "Ð’ÐĄÐ† Ð†ÐÐĄÐĒРÐĢМЕНÐĒИ", "quests.tfg_tips.maxed_out_toolbelt.subtitle": "ÐĶÐĩÐđ ÐŋÐūŅŅ, ÐžÐ°ÐąŅƒŅ‚ŅŒ, ҃ÐķÐĩ Ðī҃ÐķÐĩ ÐēаÐķКÐļÐđ...", "quests.tfg_tips.maxed_out_toolbelt.desc": "&dToolbelt&r ОÐūÐķÐĩ ÐēÐžŅ–ŅŅ‚ÐļŅ‚Ðļ 7 ÐīÐūÐīÐ°Ņ‚ÐšÐūÐēÐļŅ… ŅŅƒÐžÐūК, Ņ‚ÐūÐąŅ‚Ðū 9 Ņ–Ð―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ–Ðē Ðē ÐūÐīÐ―ÐūÐžŅƒ ÐŋÐūŅŅŅ–!", diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_empty.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_empty.json new file mode 100644 index 000000000..63a73a15f --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_empty.json @@ -0,0 +1,75 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_0.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_0.json new file mode 100644 index 000000000..f69fe6584 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_0.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + }, + { + "from": [6, 1, 1], + "to": [15, 14, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]}, + "faces": { + "north": {"uv": [1.25, 1.25, 2.375, 2.875], "texture": "texture"}, + "east": {"uv": [0, 1.25, 1.25, 2.875], "texture": "texture"}, + "south": {"uv": [3.625, 1.25, 4.75, 2.875], "texture": "texture"}, + "west": {"uv": [2.375, 1.25, 3.625, 2.875], "texture": "texture"}, + "up": {"uv": [2.375, 1.25, 1.25, 0], "texture": "texture"}, + "down": {"uv": [3.5, 0, 2.375, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_1.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_1.json new file mode 100644 index 000000000..01c129e58 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_1.json @@ -0,0 +1,90 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + } + + , + { + "from": [9, 1, 2], + "to": [16, 12, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [18, 1, 6]}, + "faces": { + "north": {"uv": [1.25, 1.25, 2.125, 2.625], "texture": "texture"}, + "east": {"uv": [0.125, 1.25, 1.25, 2.625], "texture": "texture"}, + "south": {"uv": [3.25, 1.25, 4.125, 2.625], "texture": "texture"}, + "west": {"uv": [2.125, 1.25, 3.25, 2.625], "texture": "texture"}, + "up": {"uv": [2.125, 1.25, 1.25, 0.125], "texture": "texture"}, + "down": {"uv": [3, 0.125, 2.125, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_2.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_2.json new file mode 100644 index 000000000..4d990ecba --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_2.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + }, + { + "from": [7, 1, 0], + "to": [16, 13, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 4]}, + "faces": { + "north": {"uv": [1.25, 1.25, 2.375, 2.75], "texture": "texture"}, + "east": {"uv": [0.25, 1.25, 1.25, 2.75], "texture": "texture"}, + "south": {"uv": [3.375, 1.25, 4.5, 2.75], "texture": "texture"}, + "west": {"uv": [2.375, 1.25, 3.375, 2.75], "texture": "texture"}, + "up": {"uv": [2.375, 1.25, 1.25, 0.25], "texture": "texture"}, + "down": {"uv": [3.5, 0.25, 2.375, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_3.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_3.json new file mode 100644 index 000000000..1b17ce484 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_sniffer_3.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + }, + { + "from": [6, 1, 1], + "to": [16, 14, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]}, + "faces": { + "north": {"uv": [1.125, 1.25, 2.375, 2.875], "texture": "texture"}, + "east": {"uv": [0, 1.25, 1.125, 2.875], "texture": "texture"}, + "south": {"uv": [3.5, 1.25, 4.75, 2.875], "texture": "texture"}, + "west": {"uv": [2.375, 1.25, 3.5, 2.875], "texture": "texture"}, + "up": {"uv": [2.375, 1.25, 1.125, 0.125], "texture": "texture"}, + "down": {"uv": [3.625, 0.125, 2.375, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_empty.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_empty.json new file mode 100644 index 000000000..4f62f23f4 --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_empty.json @@ -0,0 +1,75 @@ +{ + "parent": "tfg:block/large_nest/large_nest_box_empty", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_0.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_0.json new file mode 100644 index 000000000..4992428ca --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_0.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + }, + { + "from": [6, 1, 1], + "to": [15, 14, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]}, + "faces": { + "north": {"uv": [1.25, 1.25, 2.375, 2.875], "texture": "texture"}, + "east": {"uv": [0, 1.25, 1.25, 2.875], "texture": "texture"}, + "south": {"uv": [3.625, 1.25, 4.75, 2.875], "texture": "texture"}, + "west": {"uv": [2.375, 1.25, 3.625, 2.875], "texture": "texture"}, + "up": {"uv": [2.375, 1.25, 1.25, 0], "texture": "texture"}, + "down": {"uv": [3.5, 0, 2.375, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_1.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_1.json new file mode 100644 index 000000000..fc25b685a --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_1.json @@ -0,0 +1,90 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + } + + , + { + "from": [9, 1, 2], + "to": [16, 12, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [18, 1, 6]}, + "faces": { + "north": {"uv": [1.25, 1.25, 2.125, 2.625], "texture": "texture"}, + "east": {"uv": [0.125, 1.25, 1.25, 2.625], "texture": "texture"}, + "south": {"uv": [3.25, 1.25, 4.125, 2.625], "texture": "texture"}, + "west": {"uv": [2.125, 1.25, 3.25, 2.625], "texture": "texture"}, + "up": {"uv": [2.125, 1.25, 1.25, 0.125], "texture": "texture"}, + "down": {"uv": [3, 0.125, 2.125, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_2.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_2.json new file mode 100644 index 000000000..c2e72ac8a --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_2.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + }, + { + "from": [7, 1, 0], + "to": [16, 13, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [15, 1, 4]}, + "faces": { + "north": {"uv": [1.25, 1.25, 2.375, 2.75], "texture": "texture"}, + "east": {"uv": [0.25, 1.25, 1.25, 2.75], "texture": "texture"}, + "south": {"uv": [3.375, 1.25, 4.5, 2.75], "texture": "texture"}, + "west": {"uv": [2.375, 1.25, 3.375, 2.75], "texture": "texture"}, + "up": {"uv": [2.375, 1.25, 1.25, 0.25], "texture": "texture"}, + "down": {"uv": [3.5, 0.25, 2.375, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_3.json b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_3.json new file mode 100644 index 000000000..39d71bf1c --- /dev/null +++ b/kubejs/assets/tfg/models/block/large_nest_box/large_nest_box_warped_sniffer_3.json @@ -0,0 +1,88 @@ +{ + "parent": "minecraft:block/block", + "credit": "made with BlockBench", + "textures": { + "texture": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "elements": [ + { + "from": [4, 1, 12], + "to": [16, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2, 13]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "texture"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "texture"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "texture"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "texture"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "texture"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "texture"} + } + }, + { + "from": [3, 0, 0], + "to": [16, 1, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 0.5, 6.5]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "texture"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "texture"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "texture"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "texture"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "texture"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "texture"} + } + }, + { + "from": [3, 3, 13], + "to": [16, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 3.5, 14]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "texture"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "texture"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "texture"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "texture"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "texture"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "texture"} + } + }, + { + "from": [1, 3, 0], + "to": [3, 4, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 3.5, 7.5]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "texture"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "texture"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "texture"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "texture"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "texture"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "texture"} + } + }, + { + "from": [2, 1, 0], + "to": [4, 3, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 2, 7]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "texture"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "texture"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "texture"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "texture"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "texture"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "texture"} + } + }, + { + "from": [6, 1, 1], + "to": [16, 14, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 1, 5]}, + "faces": { + "north": {"uv": [1.125, 1.25, 2.375, 2.875], "texture": "texture"}, + "east": {"uv": [0, 1.25, 1.125, 2.875], "texture": "texture"}, + "south": {"uv": [3.5, 1.25, 4.75, 2.875], "texture": "texture"}, + "west": {"uv": [2.375, 1.25, 3.5, 2.875], "texture": "texture"}, + "up": {"uv": [2.375, 1.25, 1.125, 0.125], "texture": "texture"}, + "down": {"uv": [3.625, 0.125, 2.375, 1.25], "texture": "texture"} + } + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/iv_aqueous_accumulator.json new file mode 100644 index 000000000..3681fa2f6 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/iv_aqueous_accumulator.json @@ -0,0 +1,51 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:iv_aqueous_accumulator", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_food_oven.json b/kubejs/assets/tfg/models/block/machines/iv_food_oven.json new file mode 100644 index 000000000..af85a0b4e --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/iv_food_oven.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:iv_food_oven", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_food_processor.json b/kubejs/assets/tfg/models/block/machines/iv_food_processor.json new file mode 100644 index 000000000..a005c0263 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/iv_food_processor.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:iv_food_processor", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_food_refrigerator.json b/kubejs/assets/tfg/models/block/machines/iv_food_refrigerator.json new file mode 100644 index 000000000..07b171bd5 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/iv_food_refrigerator.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:iv_food_refrigerator", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/food_refrigerator/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_refrigerator/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_refrigerator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_refrigerator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_refrigerator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_refrigerator/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_refrigerator/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_refrigerator/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/iv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/iv_gas_pressurizer.json new file mode 100644 index 000000000..6d1075bae --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/iv_gas_pressurizer.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:iv_gas_pressurizer", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/iv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/luv_aqueous_accumulator.json new file mode 100644 index 000000000..d4e377c06 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/luv_aqueous_accumulator.json @@ -0,0 +1,51 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:luv_aqueous_accumulator", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_food_oven.json b/kubejs/assets/tfg/models/block/machines/luv_food_oven.json new file mode 100644 index 000000000..9789d0959 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/luv_food_oven.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:luv_food_oven", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_food_processor.json b/kubejs/assets/tfg/models/block/machines/luv_food_processor.json new file mode 100644 index 000000000..7d6bf20eb --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/luv_food_processor.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:luv_food_processor", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/luv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/luv_gas_pressurizer.json new file mode 100644 index 000000000..bafb1a478 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/luv_gas_pressurizer.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:luv_gas_pressurizer", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/luv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/uv_aqueous_accumulator.json new file mode 100644 index 000000000..fdcbfef13 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/uv_aqueous_accumulator.json @@ -0,0 +1,51 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:uv_aqueous_accumulator", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_food_oven.json b/kubejs/assets/tfg/models/block/machines/uv_food_oven.json new file mode 100644 index 000000000..d213b4684 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/uv_food_oven.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:uv_food_oven", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_food_processor.json b/kubejs/assets/tfg/models/block/machines/uv_food_processor.json new file mode 100644 index 000000000..1f6ac4517 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/uv_food_processor.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:uv_food_processor", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/uv_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/uv_gas_pressurizer.json new file mode 100644 index 000000000..5e040aeeb --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/uv_gas_pressurizer.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:uv_gas_pressurizer", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/uv", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_aqueous_accumulator.json b/kubejs/assets/tfg/models/block/machines/zpm_aqueous_accumulator.json new file mode 100644 index 000000000..ca2000453 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/zpm_aqueous_accumulator.json @@ -0,0 +1,51 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:zpm_aqueous_accumulator", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_front": "tfg:block/machines/aqueous_accumulator/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/aqueous_accumulator/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/aqueous_accumulator/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/aqueous_accumulator/overlay_side_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_food_oven.json b/kubejs/assets/tfg/models/block/machines/zpm_food_oven.json new file mode 100644 index 000000000..eb110cab3 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/zpm_food_oven.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:zpm_food_oven", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_oven/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_oven/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_oven/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_oven/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_oven/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_oven/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_oven/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_oven/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_food_processor.json b/kubejs/assets/tfg/models/block/machines/zpm_food_processor.json new file mode 100644 index 000000000..11ec6b8f6 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/zpm_food_processor.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:zpm_food_processor", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/food_processor/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/food_processor/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/food_processor/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/food_processor/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/food_processor/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/food_processor/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/food_processor/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/food_processor/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/machines/zpm_gas_pressurizer.json b/kubejs/assets/tfg/models/block/machines/zpm_gas_pressurizer.json new file mode 100644 index 000000000..b3e4e1e30 --- /dev/null +++ b/kubejs/assets/tfg/models/block/machines/zpm_gas_pressurizer.json @@ -0,0 +1,67 @@ +{ + "parent": "minecraft:block/block", + "loader": "gtceu:machine", + "machine": "tfg:zpm_gas_pressurizer", + "variants": { + "recipe_logic_status=idle": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=suspend": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_emissive" + } + } + }, + "recipe_logic_status=waiting": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + }, + "recipe_logic_status=working": { + "model": { + "parent": "gtceu:block/casings/voltage/zpm", + "textures": { + "overlay_back": "tfg:block/machines/gas_pressurizer/overlay_back_active", + "overlay_back_emissive": "tfg:block/machines/gas_pressurizer/overlay_back_active_emissive", + "overlay_front": "tfg:block/machines/gas_pressurizer/overlay_front_active", + "overlay_front_emissive": "tfg:block/machines/gas_pressurizer/overlay_front_active_emissive", + "overlay_side": "tfg:block/machines/gas_pressurizer/overlay_side_active", + "overlay_side_emissive": "tfg:block/machines/gas_pressurizer/overlay_side_active_emissive", + "overlay_top": "tfg:block/machines/gas_pressurizer/overlay_top_active", + "overlay_top_emissive": "tfg:block/machines/gas_pressurizer/overlay_top_active_emissive" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/block/reflector_day_1.json b/kubejs/assets/tfg/models/block/reflector_day_1.json index 0322e6dc6..d9a01c54c 100644 --- a/kubejs/assets/tfg/models/block/reflector_day_1.json +++ b/kubejs/assets/tfg/models/block/reflector_day_1.json @@ -11,6 +11,8 @@ { "from": [0, 0, 0], "to": [16, 16, 16], + "shade": false, + "light_emission": 15, "faces": { "north": {"uv": [0, 12, 4, 16], "texture": "#1"}, "east": {"uv": [0, 12, 4, 16], "texture": "#1"}, @@ -23,6 +25,8 @@ { "from": [-15, -16, -10.8], "to": [-12, -0.1, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-28, 5.9, -12.8]}, "faces": { "north": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, @@ -36,6 +40,8 @@ { "from": [-12, -16, -10.8], "to": [-9, 4.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-25, 5.9, -12.8]}, "faces": { "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, @@ -49,6 +55,8 @@ { "from": [-9, -16, -10.8], "to": [-6, 8.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-22, 5.9, -12.8]}, "faces": { "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, @@ -62,6 +70,8 @@ { "from": [-6, -16, -10.8], "to": [-3, 12.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-19, 5.9, -12.8]}, "faces": { "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, @@ -75,6 +85,8 @@ { "from": [-3, -16, -10.8], "to": [0, 16.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-16, 5.9, -12.8]}, "faces": { "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, @@ -88,6 +100,8 @@ { "from": [28, -16, -10.8], "to": [31, -0.1, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [44, 5.9, -12.8]}, "faces": { "north": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, @@ -101,6 +115,8 @@ { "from": [25, -16, -10.8], "to": [28, 4.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [41, 5.9, -12.8]}, "faces": { "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, @@ -114,6 +130,8 @@ { "from": [22, -16, -10.8], "to": [25, 8.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [38, 5.9, -12.8]}, "faces": { "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, @@ -127,6 +145,8 @@ { "from": [19, -16, -10.8], "to": [22, 12.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [35, 5.9, -12.8]}, "faces": { "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, @@ -140,6 +160,8 @@ { "from": [16, -16, -10.8], "to": [19, 16.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [32, 5.9, -12.8]}, "faces": { "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, @@ -153,6 +175,8 @@ { "from": [0, -16, -10.8], "to": [16, 21.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [0, 5.9, -12.8]}, "faces": { "north": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, @@ -166,6 +190,8 @@ { "from": [-15, -16, 26.8], "to": [-12, -0.1, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-28, 5.9, 28.8]}, "faces": { "north": {"uv": [11, 3.75, 11.75, 9.5], "texture": "#1"}, @@ -179,6 +205,8 @@ { "from": [-12, -16, 26.8], "to": [-9, 4.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-25, 5.9, 28.8]}, "faces": { "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, @@ -192,6 +220,8 @@ { "from": [-9, -16, 26.8], "to": [-6, 8.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-22, 5.9, 28.8]}, "faces": { "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, @@ -205,6 +235,8 @@ { "from": [-6, -16, 26.8], "to": [-3, 12.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-19, 5.9, 28.8]}, "faces": { "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, @@ -218,6 +250,8 @@ { "from": [-3, -16, 26.8], "to": [0, 16.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-16, 5.9, 28.8]}, "faces": { "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, @@ -231,6 +265,8 @@ { "from": [28, -16, 26.8], "to": [31, -0.1, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [44, 5.9, 28.8]}, "faces": { "north": {"uv": [11.75, 3.75, 11, 9.5], "texture": "#1"}, @@ -244,6 +280,8 @@ { "from": [25, -16, 26.8], "to": [28, 4.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [41, 5.9, 28.8]}, "faces": { "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, @@ -257,6 +295,8 @@ { "from": [22, -16, 26.8], "to": [25, 8.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [38, 5.9, 28.8]}, "faces": { "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, @@ -270,6 +310,8 @@ { "from": [19, -16, 26.8], "to": [22, 12.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [35, 5.9, 28.8]}, "faces": { "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, @@ -283,6 +325,8 @@ { "from": [16, -16, 26.8], "to": [19, 16.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [32, 5.9, 28.8]}, "faces": { "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, @@ -296,6 +340,8 @@ { "from": [0, -16, 26.8], "to": [16, 21.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [0, 5.9, 28.8]}, "faces": { "north": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, @@ -309,6 +355,8 @@ { "from": [-10.7, -16, -15], "to": [-10.7, -0.1, -12], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -28]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -322,6 +370,8 @@ { "from": [-10.7, -16, 16], "to": [-10.7, 16.9, 19], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 32]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -335,6 +385,8 @@ { "from": [-10.7, -16, 19], "to": [-10.7, 12.9, 22], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 35]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -348,6 +400,8 @@ { "from": [-10.7, -16, 22], "to": [-10.7, 8.9, 25], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 38]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -361,6 +415,8 @@ { "from": [-10.7, -16, 25], "to": [-10.7, 4.9, 28], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 41]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -374,6 +430,8 @@ { "from": [-10.7, -16, 28], "to": [-10.7, -0.1, 31], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 44]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -387,6 +445,8 @@ { "from": [-10.7, -16, -12], "to": [-10.7, 4.9, -9], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -25]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -400,6 +460,8 @@ { "from": [-10.7, -16, -9], "to": [-10.7, 8.9, -6], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -22]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -413,6 +475,8 @@ { "from": [-10.7, -16, -6], "to": [-10.7, 12.9, -3], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -19]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -426,6 +490,8 @@ { "from": [-10.7, -16, -3], "to": [-10.7, 16.9, 0], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -16]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -439,6 +505,8 @@ { "from": [-10.7, -16, 0], "to": [-10.7, 21.9, 16], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 0]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -452,6 +520,8 @@ { "from": [26.7, -16, -15], "to": [26.7, -0.1, -12], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -28]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -465,6 +535,8 @@ { "from": [26.7, -16, 16], "to": [26.7, 16.9, 19], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 32]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -478,6 +550,8 @@ { "from": [26.7, -16, 19], "to": [26.7, 12.9, 22], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 35]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -491,6 +565,8 @@ { "from": [26.7, -16, 22], "to": [26.7, 8.9, 25], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 38]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -504,6 +580,8 @@ { "from": [26.7, -16, 25], "to": [26.7, 4.9, 28], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 41]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -517,6 +595,8 @@ { "from": [26.7, -16, 28], "to": [26.7, -0.1, 31], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 44]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -530,6 +610,8 @@ { "from": [26.7, -16, -12], "to": [26.7, 4.9, -9], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -25]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -543,6 +625,8 @@ { "from": [26.7, -16, -9], "to": [26.7, 8.9, -6], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -22]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -556,6 +640,8 @@ { "from": [26.7, -16, -6], "to": [26.7, 12.9, -3], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -19]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -569,6 +655,8 @@ { "from": [26.7, -16, -3], "to": [26.7, 16.9, 0], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -16]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -582,6 +670,8 @@ { "from": [26.7, -16, 0], "to": [26.7, 21.9, 16], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 0]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, diff --git a/kubejs/assets/tfg/models/block/reflector_day_2.json b/kubejs/assets/tfg/models/block/reflector_day_2.json index ce700036f..e2d493b06 100644 --- a/kubejs/assets/tfg/models/block/reflector_day_2.json +++ b/kubejs/assets/tfg/models/block/reflector_day_2.json @@ -11,6 +11,8 @@ { "from": [0, 0, 0], "to": [16, 16, 16], + "shade": false, + "light_emission": 15, "faces": { "north": {"uv": [0, 12, 4, 16], "texture": "#1"}, "east": {"uv": [0, 12, 4, 16], "texture": "#1"}, @@ -23,6 +25,8 @@ { "from": [-15, -16, -10.8], "to": [-12, -0.1, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-28, 5.9, -12.8]}, "faces": { "north": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, @@ -36,6 +40,8 @@ { "from": [-12, -16, -10.8], "to": [-9, 4.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-25, 5.9, -12.8]}, "faces": { "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, @@ -49,6 +55,8 @@ { "from": [-9, -16, -10.8], "to": [-6, 8.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-22, 5.9, -12.8]}, "faces": { "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, @@ -62,6 +70,8 @@ { "from": [-6, -16, -10.8], "to": [-3, 12.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-19, 5.9, -12.8]}, "faces": { "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, @@ -75,6 +85,8 @@ { "from": [-3, -16, -10.8], "to": [0, 16.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-16, 5.9, -12.8]}, "faces": { "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, @@ -88,6 +100,8 @@ { "from": [28, -16, -10.8], "to": [31, -0.1, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [44, 5.9, -12.8]}, "faces": { "north": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, @@ -101,6 +115,8 @@ { "from": [25, -16, -10.8], "to": [28, 4.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [41, 5.9, -12.8]}, "faces": { "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, @@ -114,6 +130,8 @@ { "from": [22, -16, -10.8], "to": [25, 8.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [38, 5.9, -12.8]}, "faces": { "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, @@ -127,6 +145,8 @@ { "from": [19, -16, -10.8], "to": [22, 12.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [35, 5.9, -12.8]}, "faces": { "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, @@ -140,6 +160,8 @@ { "from": [16, -16, -10.8], "to": [19, 16.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [32, 5.9, -12.8]}, "faces": { "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, @@ -153,6 +175,8 @@ { "from": [0, -16, -10.8], "to": [16, 21.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [0, 5.9, -12.8]}, "faces": { "north": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, @@ -166,6 +190,8 @@ { "from": [-15, -16, 26.8], "to": [-12, -0.1, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-28, 5.9, 28.8]}, "faces": { "north": {"uv": [11, 3.75, 11.75, 9.5], "texture": "#1"}, @@ -179,6 +205,8 @@ { "from": [-12, -16, 26.8], "to": [-9, 4.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-25, 5.9, 28.8]}, "faces": { "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, @@ -192,6 +220,8 @@ { "from": [-9, -16, 26.8], "to": [-6, 8.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-22, 5.9, 28.8]}, "faces": { "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, @@ -205,6 +235,8 @@ { "from": [-6, -16, 26.8], "to": [-3, 12.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-19, 5.9, 28.8]}, "faces": { "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, @@ -218,6 +250,8 @@ { "from": [-3, -16, 26.8], "to": [0, 16.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-16, 5.9, 28.8]}, "faces": { "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, @@ -231,6 +265,8 @@ { "from": [28, -16, 26.8], "to": [31, -0.1, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [44, 5.9, 28.8]}, "faces": { "north": {"uv": [11.75, 3.75, 11, 9.5], "texture": "#1"}, @@ -244,6 +280,8 @@ { "from": [25, -16, 26.8], "to": [28, 4.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [41, 5.9, 28.8]}, "faces": { "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, @@ -257,6 +295,8 @@ { "from": [22, -16, 26.8], "to": [25, 8.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [38, 5.9, 28.8]}, "faces": { "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, @@ -270,6 +310,8 @@ { "from": [19, -16, 26.8], "to": [22, 12.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [35, 5.9, 28.8]}, "faces": { "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, @@ -283,6 +325,8 @@ { "from": [16, -16, 26.8], "to": [19, 16.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [32, 5.9, 28.8]}, "faces": { "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, @@ -296,6 +340,8 @@ { "from": [0, -16, 26.8], "to": [16, 21.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [0, 5.9, 28.8]}, "faces": { "north": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, @@ -309,6 +355,8 @@ { "from": [-10.7, -16, -15], "to": [-10.7, -0.1, -12], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -28]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -322,6 +370,8 @@ { "from": [-10.7, -16, 16], "to": [-10.7, 16.9, 19], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 32]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -335,6 +385,8 @@ { "from": [-10.7, -16, 19], "to": [-10.7, 12.9, 22], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 35]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -348,6 +400,8 @@ { "from": [-10.7, -16, 22], "to": [-10.7, 8.9, 25], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 38]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -361,6 +415,8 @@ { "from": [-10.7, -16, 25], "to": [-10.7, 4.9, 28], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 41]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -374,6 +430,8 @@ { "from": [-10.7, -16, 28], "to": [-10.7, -0.1, 31], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 44]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -387,6 +445,8 @@ { "from": [-10.7, -16, -12], "to": [-10.7, 4.9, -9], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -25]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -400,6 +460,8 @@ { "from": [-10.7, -16, -9], "to": [-10.7, 8.9, -6], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -22]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -413,6 +475,8 @@ { "from": [-10.7, -16, -6], "to": [-10.7, 12.9, -3], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -19]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -426,6 +490,8 @@ { "from": [-10.7, -16, -3], "to": [-10.7, 16.9, 0], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -16]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -439,6 +505,8 @@ { "from": [-10.7, -16, 0], "to": [-10.7, 21.9, 16], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 0]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -452,6 +520,8 @@ { "from": [26.7, -16, -15], "to": [26.7, -0.1, -12], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -28]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -465,6 +535,8 @@ { "from": [26.7, -16, 16], "to": [26.7, 16.9, 19], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 32]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -478,6 +550,8 @@ { "from": [26.7, -16, 19], "to": [26.7, 12.9, 22], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 35]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -491,6 +565,8 @@ { "from": [26.7, -16, 22], "to": [26.7, 8.9, 25], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 38]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -504,6 +580,8 @@ { "from": [26.7, -16, 25], "to": [26.7, 4.9, 28], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 41]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -517,6 +595,8 @@ { "from": [26.7, -16, 28], "to": [26.7, -0.1, 31], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 44]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -530,6 +610,8 @@ { "from": [26.7, -16, -12], "to": [26.7, 4.9, -9], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -25]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -543,6 +625,8 @@ { "from": [26.7, -16, -9], "to": [26.7, 8.9, -6], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -22]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -556,6 +640,8 @@ { "from": [26.7, -16, -6], "to": [26.7, 12.9, -3], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -19]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -569,6 +655,8 @@ { "from": [26.7, -16, -3], "to": [26.7, 16.9, 0], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -16]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -582,6 +670,8 @@ { "from": [26.7, -16, 0], "to": [26.7, 21.9, 16], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 0]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, diff --git a/kubejs/assets/tfg/models/block/reflector_day_3.json b/kubejs/assets/tfg/models/block/reflector_day_3.json index 989d7bc01..721465ba9 100644 --- a/kubejs/assets/tfg/models/block/reflector_day_3.json +++ b/kubejs/assets/tfg/models/block/reflector_day_3.json @@ -11,6 +11,8 @@ { "from": [0, 0, 0], "to": [16, 16, 16], + "shade": false, + "light_emission": 15, "faces": { "north": {"uv": [0, 12, 4, 16], "texture": "#1"}, "east": {"uv": [0, 12, 4, 16], "texture": "#1"}, @@ -23,6 +25,8 @@ { "from": [-15, -16, -10.8], "to": [-12, -0.1, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-28, 5.9, -12.8]}, "faces": { "north": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, @@ -36,6 +40,8 @@ { "from": [-12, -16, -10.8], "to": [-9, 4.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-25, 5.9, -12.8]}, "faces": { "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, @@ -49,6 +55,8 @@ { "from": [-9, -16, -10.8], "to": [-6, 8.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-22, 5.9, -12.8]}, "faces": { "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, @@ -62,6 +70,8 @@ { "from": [-6, -16, -10.8], "to": [-3, 12.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-19, 5.9, -12.8]}, "faces": { "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, @@ -75,6 +85,8 @@ { "from": [-3, -16, -10.8], "to": [0, 16.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [-16, 5.9, -12.8]}, "faces": { "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, @@ -88,6 +100,8 @@ { "from": [28, -16, -10.8], "to": [31, -0.1, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [44, 5.9, -12.8]}, "faces": { "north": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, @@ -101,6 +115,8 @@ { "from": [25, -16, -10.8], "to": [28, 4.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [41, 5.9, -12.8]}, "faces": { "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, @@ -114,6 +130,8 @@ { "from": [22, -16, -10.8], "to": [25, 8.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [38, 5.9, -12.8]}, "faces": { "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, @@ -127,6 +145,8 @@ { "from": [19, -16, -10.8], "to": [22, 12.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [35, 5.9, -12.8]}, "faces": { "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, @@ -140,6 +160,8 @@ { "from": [16, -16, -10.8], "to": [19, 16.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [32, 5.9, -12.8]}, "faces": { "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, @@ -153,6 +175,8 @@ { "from": [0, -16, -10.8], "to": [16, 21.9, -10.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "x", "origin": [0, 5.9, -12.8]}, "faces": { "north": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, @@ -166,6 +190,8 @@ { "from": [-15, -16, 26.8], "to": [-12, -0.1, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-28, 5.9, 28.8]}, "faces": { "north": {"uv": [11, 3.75, 11.75, 9.5], "texture": "#1"}, @@ -179,6 +205,8 @@ { "from": [-12, -16, 26.8], "to": [-9, 4.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-25, 5.9, 28.8]}, "faces": { "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, @@ -192,6 +220,8 @@ { "from": [-9, -16, 26.8], "to": [-6, 8.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-22, 5.9, 28.8]}, "faces": { "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, @@ -205,6 +235,8 @@ { "from": [-6, -16, 26.8], "to": [-3, 12.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-19, 5.9, 28.8]}, "faces": { "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, @@ -218,6 +250,8 @@ { "from": [-3, -16, 26.8], "to": [0, 16.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [-16, 5.9, 28.8]}, "faces": { "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, @@ -231,6 +265,8 @@ { "from": [28, -16, 26.8], "to": [31, -0.1, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [44, 5.9, 28.8]}, "faces": { "north": {"uv": [11.75, 3.75, 11, 9.5], "texture": "#1"}, @@ -244,6 +280,8 @@ { "from": [25, -16, 26.8], "to": [28, 4.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [41, 5.9, 28.8]}, "faces": { "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, @@ -257,6 +295,8 @@ { "from": [22, -16, 26.8], "to": [25, 8.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [38, 5.9, 28.8]}, "faces": { "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, @@ -270,6 +310,8 @@ { "from": [19, -16, 26.8], "to": [22, 12.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [35, 5.9, 28.8]}, "faces": { "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, @@ -283,6 +325,8 @@ { "from": [16, -16, 26.8], "to": [19, 16.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [32, 5.9, 28.8]}, "faces": { "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, @@ -296,6 +340,8 @@ { "from": [0, -16, 26.8], "to": [16, 21.9, 26.8], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "x", "origin": [0, 5.9, 28.8]}, "faces": { "north": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, @@ -309,6 +355,8 @@ { "from": [-10.7, -16, -15], "to": [-10.7, -0.1, -12], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -28]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -322,6 +370,8 @@ { "from": [-10.7, -16, 16], "to": [-10.7, 16.9, 19], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 32]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -335,6 +385,8 @@ { "from": [-10.7, -16, 19], "to": [-10.7, 12.9, 22], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 35]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -348,6 +400,8 @@ { "from": [-10.7, -16, 22], "to": [-10.7, 8.9, 25], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 38]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -361,6 +415,8 @@ { "from": [-10.7, -16, 25], "to": [-10.7, 4.9, 28], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 41]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -374,6 +430,8 @@ { "from": [-10.7, -16, 28], "to": [-10.7, -0.1, 31], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 44]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -387,6 +445,8 @@ { "from": [-10.7, -16, -12], "to": [-10.7, 4.9, -9], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -25]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -400,6 +460,8 @@ { "from": [-10.7, -16, -9], "to": [-10.7, 8.9, -6], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -22]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -413,6 +475,8 @@ { "from": [-10.7, -16, -6], "to": [-10.7, 12.9, -3], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -19]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -426,6 +490,8 @@ { "from": [-10.7, -16, -3], "to": [-10.7, 16.9, 0], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -16]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -439,6 +505,8 @@ { "from": [-10.7, -16, 0], "to": [-10.7, 21.9, 16], + "shade": false, + "light_emission": 15, "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 0]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -452,6 +520,8 @@ { "from": [26.7, -16, -15], "to": [26.7, -0.1, -12], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -28]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -465,6 +535,8 @@ { "from": [26.7, -16, 16], "to": [26.7, 16.9, 19], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 32]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -478,6 +550,8 @@ { "from": [26.7, -16, 19], "to": [26.7, 12.9, 22], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 35]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -491,6 +565,8 @@ { "from": [26.7, -16, 22], "to": [26.7, 8.9, 25], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 38]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -504,6 +580,8 @@ { "from": [26.7, -16, 25], "to": [26.7, 4.9, 28], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 41]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -517,6 +595,8 @@ { "from": [26.7, -16, 28], "to": [26.7, -0.1, 31], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 44]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -530,6 +610,8 @@ { "from": [26.7, -16, -12], "to": [26.7, 4.9, -9], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -25]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -543,6 +625,8 @@ { "from": [26.7, -16, -9], "to": [26.7, 8.9, -6], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -22]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -556,6 +640,8 @@ { "from": [26.7, -16, -6], "to": [26.7, 12.9, -3], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -19]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -569,6 +655,8 @@ { "from": [26.7, -16, -3], "to": [26.7, 16.9, 0], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -16]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, @@ -582,6 +670,8 @@ { "from": [26.7, -16, 0], "to": [26.7, 21.9, 16], + "shade": false, + "light_emission": 15, "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 0]}, "faces": { "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, diff --git a/kubejs/assets/tfg/models/block/reflector_night.json b/kubejs/assets/tfg/models/block/reflector_night.json index ad2b8884a..7793a9e71 100644 --- a/kubejs/assets/tfg/models/block/reflector_night.json +++ b/kubejs/assets/tfg/models/block/reflector_night.json @@ -19,578 +19,6 @@ "up": {"uv": [4, 12, 8, 16], "texture": "#1"}, "down": {"uv": [4, 12, 8, 16], "texture": "#1"} } - }, - { - "from": [-15, -16, -10.8], - "to": [-12, -0.1, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [-28, 5.9, -12.8]}, - "faces": { - "north": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [11.75, 3.75, 11, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-12, -16, -10.8], - "to": [-9, 4.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [-25, 5.9, -12.8]}, - "faces": { - "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-9, -16, -10.8], - "to": [-6, 8.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [-22, 5.9, -12.8]}, - "faces": { - "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-6, -16, -10.8], - "to": [-3, 12.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [-19, 5.9, -12.8]}, - "faces": { - "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-3, -16, -10.8], - "to": [0, 16.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [-16, 5.9, -12.8]}, - "faces": { - "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [28, -16, -10.8], - "to": [31, -0.1, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [44, 5.9, -12.8]}, - "faces": { - "north": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [11, 3.75, 11.75, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [25, -16, -10.8], - "to": [28, 4.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [41, 5.9, -12.8]}, - "faces": { - "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [22, -16, -10.8], - "to": [25, 8.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [38, 5.9, -12.8]}, - "faces": { - "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [19, -16, -10.8], - "to": [22, 12.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [35, 5.9, -12.8]}, - "faces": { - "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [16, -16, -10.8], - "to": [19, 16.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [32, 5.9, -12.8]}, - "faces": { - "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [0, -16, -10.8], - "to": [16, 21.9, -10.8], - "rotation": {"angle": 45, "axis": "x", "origin": [0, 5.9, -12.8]}, - "faces": { - "north": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-15, -16, 26.8], - "to": [-12, -0.1, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [-28, 5.9, 28.8]}, - "faces": { - "north": {"uv": [11, 3.75, 11.75, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-12, -16, 26.8], - "to": [-9, 4.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [-25, 5.9, 28.8]}, - "faces": { - "north": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-9, -16, 26.8], - "to": [-6, 8.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [-22, 5.9, 28.8]}, - "faces": { - "north": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-6, -16, 26.8], - "to": [-3, 12.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [-19, 5.9, 28.8]}, - "faces": { - "north": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-3, -16, 26.8], - "to": [0, 16.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [-16, 5.9, 28.8]}, - "faces": { - "north": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [28, -16, 26.8], - "to": [31, -0.1, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [44, 5.9, 28.8]}, - "faces": { - "north": {"uv": [11.75, 3.75, 11, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [25, -16, 26.8], - "to": [28, 4.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [41, 5.9, 28.8]}, - "faces": { - "north": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [22, -16, 26.8], - "to": [25, 8.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [38, 5.9, 28.8]}, - "faces": { - "north": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [19, -16, 26.8], - "to": [22, 12.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [35, 5.9, 28.8]}, - "faces": { - "north": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [16, -16, 26.8], - "to": [19, 16.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [32, 5.9, 28.8]}, - "faces": { - "north": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "texture": "#1"} - } - }, - { - "from": [0, -16, 26.8], - "to": [16, 21.9, 26.8], - "rotation": {"angle": -45, "axis": "x", "origin": [0, 5.9, 28.8]}, - "faces": { - "north": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, - "east": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "south": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, - "west": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "texture": "#1"} - } - }, - { - "from": [-10.7, -16, -15], - "to": [-10.7, -0.1, -12], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -28]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, 16], - "to": [-10.7, 16.9, 19], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 32]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, 19], - "to": [-10.7, 12.9, 22], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 35]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, 22], - "to": [-10.7, 8.9, 25], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 38]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [10.25, 2.25, 9.5, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, 25], - "to": [-10.7, 4.9, 28], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 41]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, 28], - "to": [-10.7, -0.1, 31], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 44]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, -12], - "to": [-10.7, 4.9, -9], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -25]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, -9], - "to": [-10.7, 8.9, -6], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -22]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [9.5, 2.25, 10.25, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, -6], - "to": [-10.7, 12.9, -3], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -19]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, -3], - "to": [-10.7, 16.9, 0], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, -16]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [-10.7, -16, 0], - "to": [-10.7, 21.9, 16], - "rotation": {"angle": -45, "axis": "z", "origin": [-12.7, 5.9, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8, 0, 4, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, -15], - "to": [26.7, -0.1, -12], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -28]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, 16], - "to": [26.7, 16.9, 19], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 32]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, 19], - "to": [26.7, 12.9, 22], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 35]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, 22], - "to": [26.7, 8.9, 25], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 38]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [10.25, 3.25, 9.5, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [9.5, 2.25, 10.25, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, 25], - "to": [26.7, 4.9, 28], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 41]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, 28], - "to": [26.7, -0.1, 31], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 44]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [11.75, 5.5, 11, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [11, 5.5, 11.75, 9.5], "texture": "#1"}, - "up": {"uv": [0, 0, 12, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [0, 0, 12, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, -12], - "to": [26.7, 4.9, -9], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -25]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [10.25, 4.25, 11, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [11, 4.25, 10.25, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, -9], - "to": [26.7, 8.9, -6], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -22]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [9.5, 3.25, 10.25, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [10.25, 2.25, 9.5, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, -6], - "to": [26.7, 12.9, -3], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -19]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8.75, 2.25, 9.5, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [9.5, 2.25, 8.75, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, -3], - "to": [26.7, 16.9, 0], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, -16]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [8, 1.25, 8.75, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [8.75, 1.25, 8, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } - }, - { - "from": [26.7, -16, 0], - "to": [26.7, 21.9, 16], - "rotation": {"angle": 45, "axis": "z", "origin": [28.7, 5.9, 0]}, - "faces": { - "north": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "east": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, - "south": {"uv": [0, 0, 0, 9.5], "texture": "#1"}, - "west": {"uv": [4, 0, 8, 9.5], "texture": "#1"}, - "up": {"uv": [12, 0, 0, 0], "rotation": 90, "texture": "#1"}, - "down": {"uv": [12, 0, 0, 0], "rotation": 270, "texture": "#1"} - } } ], "display": { @@ -623,32 +51,5 @@ "fixed": { "scale": [0.5, 0.5, 0.5] } - }, - "groups": [ - 0, - { - "name": "ray1", - "origin": [-28, 5.9, -12.8], - "color": 0, - "children": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] - }, - { - "name": "ray2", - "origin": [-28, 5.9, -12.8], - "color": 0, - "children": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22] - }, - { - "name": "ray3", - "origin": [-28, 5.9, -12.8], - "color": 0, - "children": [23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33] - }, - { - "name": "ray3", - "origin": [-28, 5.9, -12.8], - "color": 0, - "children": [34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] - } - ] + } } \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/iv_aqueous_accumulator.json new file mode 100644 index 000000000..dbb94dd36 --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_aqueous_accumulator.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/iv_aqueous_accumulator" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_food_oven.json b/kubejs/assets/tfg/models/item/iv_food_oven.json new file mode 100644 index 000000000..e8209881a --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_food_oven.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/iv_food_oven" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_food_processor.json b/kubejs/assets/tfg/models/item/iv_food_processor.json new file mode 100644 index 000000000..cc431f368 --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_food_processor.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/iv_food_processor" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_food_refrigerator.json b/kubejs/assets/tfg/models/item/iv_food_refrigerator.json new file mode 100644 index 000000000..8a5905cbe --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_food_refrigerator.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/iv_food_refrigerator" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/iv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/iv_gas_pressurizer.json new file mode 100644 index 000000000..27d67efb9 --- /dev/null +++ b/kubejs/assets/tfg/models/item/iv_gas_pressurizer.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/iv_gas_pressurizer" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/large_nest_box.json b/kubejs/assets/tfg/models/item/large_nest_box.json new file mode 100644 index 000000000..36cb69cb7 --- /dev/null +++ b/kubejs/assets/tfg/models/item/large_nest_box.json @@ -0,0 +1,287 @@ +{ + "format_version": "1.9.0", + "parent": "block/block", + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "2": "tfg:block/large_nest/large_nest_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_sniffer_0" + }, + "display": { + "firstperson_righthand": { + "rotation": [ 0, 0 ,0], + "translation": [ 0, 8, 0], + "scale": [ 1, 1, 1 ] + } + }, + "elements": [ + { + "from": [8, 1, 1.5125], + "to": [14.5, 1.5, 8.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "east": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "south": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "west": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [8, 1.5, 1.0125], + "to": [14, 2.5, 2.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "east": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "south": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "west": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [8, 2.5, 0.5125], + "to": [14.5, 3, 1.5125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "east": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "south": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "west": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 180, "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [14, 1.5, 1.0125], + "to": [15, 2.5, 8.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "east": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "south": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "west": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [14.5, 2.5, 0.5125], + "to": [15.5, 3, 8.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "east": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "south": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "west": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [2, 1.5, 14], + "to": [8, 2.5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 14.5]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "#2"} + } + }, + { + "from": [1.5, 1, 8], + "to": [8, 1.5, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.75, 1.25, 11.25]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "#2"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [8, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.75, 2.75, 15]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "#2"} + } + }, + { + "from": [0.5, 2.5, 8], + "to": [1.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 2.75, 11.75]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "#2"} + } + }, + { + "from": [1, 1.5, 8], + "to": [2, 2.5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 2, 11.5]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "#2"} + } + }, + { + "from": [14, 1.5, 8], + "to": [15, 2.5, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "east": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "south": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "west": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "rotation": 270, "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [8, 1, 8], + "to": [14.5, 1.5, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "east": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "south": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "west": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "rotation": 270, "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [14.5, 2.5, 8], + "to": [15.5, 3, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "east": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "south": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "west": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 270, "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [8, 2.5, 14.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "east": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "south": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "west": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 270, "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [8, 1.5, 14], + "to": [15, 2.5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "east": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "south": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "west": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 270, "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [1, 1.5, 2], + "to": [2, 2.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "east": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "south": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "west": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [1.5, 1, 1.5], + "to": [8, 1.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "east": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "south": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "west": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [0.5, 2.5, 1.5], + "to": [1.5, 3, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "east": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "south": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "west": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 90, "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [0.5, 2.5, 0.5], + "to": [8, 3, 1.5], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "east": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "south": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "west": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 90, "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [1, 1.5, 1], + "to": [8, 2.5, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "east": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "south": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "west": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 270, "texture": "#2"} + } + } + ], + "groups": [ + { + "name": "group", + "origin": [25.925, 2, -10.3625], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/large_nest_box_warped.json b/kubejs/assets/tfg/models/item/large_nest_box_warped.json new file mode 100644 index 000000000..13d691573 --- /dev/null +++ b/kubejs/assets/tfg/models/item/large_nest_box_warped.json @@ -0,0 +1,287 @@ +{ + "format_version": "1.9.0", + "parent": "block/block", + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "2": "tfg:block/large_nest/large_nest_warped_sniffer_0", + "particle": "tfg:block/large_nest/large_nest_warped_sniffer_0" + }, + "display": { + "firstperson_righthand": { + "rotation": [ 0, 0 ,0], + "translation": [ 0, 8, 0], + "scale": [ 1, 1, 1 ] + } + }, + "elements": [ + { + "from": [8, 1, 1.5125], + "to": [14.5, 1.5, 8.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "east": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "south": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "west": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [8, 1.5, 1.0125], + "to": [14, 2.5, 2.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "east": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "south": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "west": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [8, 2.5, 0.5125], + "to": [14.5, 3, 1.5125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "east": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "south": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "west": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 180, "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [14, 1.5, 1.0125], + "to": [15, 2.5, 8.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "east": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "south": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "west": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 180, "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [14.5, 2.5, 0.5125], + "to": [15.5, 3, 8.0125], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 2, 2.8875]}, + "faces": { + "north": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "east": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "south": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "west": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 180, "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 180, "texture": "#2"} + } + }, + { + "from": [2, 1.5, 14], + "to": [8, 2.5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2, 14.5]}, + "faces": { + "north": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "east": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "south": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "west": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "texture": "#2"} + } + }, + { + "from": [1.5, 1, 8], + "to": [8, 1.5, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.75, 1.25, 11.25]}, + "faces": { + "north": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "east": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "south": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "west": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "texture": "#2"} + } + }, + { + "from": [1.5, 2.5, 14.5], + "to": [8, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.75, 2.75, 15]}, + "faces": { + "north": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "east": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "south": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "west": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "texture": "#2"} + } + }, + { + "from": [0.5, 2.5, 8], + "to": [1.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [1, 2.75, 11.75]}, + "faces": { + "north": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "east": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "south": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "west": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "texture": "#2"} + } + }, + { + "from": [1, 1.5, 8], + "to": [2, 2.5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [1.5, 2, 11.5]}, + "faces": { + "north": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "east": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "south": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "west": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "texture": "#2"} + } + }, + { + "from": [14, 1.5, 8], + "to": [15, 2.5, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "east": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "south": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "west": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "rotation": 270, "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [8, 1, 8], + "to": [14.5, 1.5, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "east": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "south": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "west": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "rotation": 270, "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [14.5, 2.5, 8], + "to": [15.5, 3, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "east": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "south": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "west": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 270, "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [8, 2.5, 14.5], + "to": [15.5, 3, 15.5], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "east": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "south": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "west": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 270, "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [8, 1.5, 14], + "to": [15, 2.5, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [13.125, 2, 13.45]}, + "faces": { + "north": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "east": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "south": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "west": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 270, "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [1, 1.5, 2], + "to": [2, 2.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [5, 6.25, 5.25, 6.5], "texture": "#2"}, + "east": {"uv": [3.5, 6.25, 5, 6.5], "texture": "#2"}, + "south": {"uv": [3.25, 6.25, 3.5, 6.5], "texture": "#2"}, + "west": {"uv": [5.25, 6.25, 6.75, 6.5], "texture": "#2"}, + "up": {"uv": [5, 6.25, 3.5, 6], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6.5, 6, 5, 6.25], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [1.5, 1, 1.5], + "to": [8, 1.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [5, 5, 6.625, 5.125], "texture": "#2"}, + "east": {"uv": [3.375, 5, 5, 5.125], "texture": "#2"}, + "south": {"uv": [1.75, 5, 3.375, 5.125], "texture": "#2"}, + "west": {"uv": [6.625, 5, 8.25, 5.125], "texture": "#2"}, + "up": {"uv": [5, 5, 3.375, 3.375], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6.625, 3.375, 5, 5], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [0.5, 2.5, 1.5], + "to": [1.5, 3, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [6.125, 5.375, 6.375, 5.5], "texture": "#2"}, + "east": {"uv": [4.5, 5.375, 6.125, 5.5], "texture": "#2"}, + "south": {"uv": [4.25, 5.375, 4.5, 5.5], "texture": "#2"}, + "west": {"uv": [6.375, 5.375, 8, 5.5], "texture": "#2"}, + "up": {"uv": [6.125, 5.375, 4.5, 5.125], "rotation": 90, "texture": "#2"}, + "down": {"uv": [7.75, 5.125, 6.125, 5.375], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [0.5, 2.5, 0.5], + "to": [8, 3, 1.5], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [2.125, 7, 4, 7.125], "texture": "#2"}, + "east": {"uv": [1.875, 7, 2.125, 7.125], "texture": "#2"}, + "south": {"uv": [0, 7, 1.875, 7.125], "texture": "#2"}, + "west": {"uv": [4, 7, 4.25, 7.125], "texture": "#2"}, + "up": {"uv": [2.125, 7, 1.875, 5.125], "rotation": 90, "texture": "#2"}, + "down": {"uv": [2.375, 5.125, 2.125, 7], "rotation": 270, "texture": "#2"} + } + }, + { + "from": [1, 1.5, 1], + "to": [8, 2.5, 2], + "rotation": {"angle": 0, "axis": "y", "origin": [2.875, 2, 3]}, + "faces": { + "north": {"uv": [6, 6.875, 7.75, 7.125], "texture": "#2"}, + "east": {"uv": [5.75, 6.875, 6, 7.125], "texture": "#2"}, + "south": {"uv": [4, 6.875, 5.75, 7.125], "texture": "#2"}, + "west": {"uv": [7.75, 6.875, 8, 7.125], "texture": "#2"}, + "up": {"uv": [6, 6.875, 5.75, 5.125], "rotation": 90, "texture": "#2"}, + "down": {"uv": [6.25, 5.125, 6, 6.875], "rotation": 270, "texture": "#2"} + } + } + ], + "groups": [ + { + "name": "group", + "origin": [25.925, 2, -10.3625], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] + } + ] +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/luv_aqueous_accumulator.json new file mode 100644 index 000000000..8296680df --- /dev/null +++ b/kubejs/assets/tfg/models/item/luv_aqueous_accumulator.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/luv_aqueous_accumulator" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_food_oven.json b/kubejs/assets/tfg/models/item/luv_food_oven.json new file mode 100644 index 000000000..17ce5e51f --- /dev/null +++ b/kubejs/assets/tfg/models/item/luv_food_oven.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/luv_food_oven" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_food_processor.json b/kubejs/assets/tfg/models/item/luv_food_processor.json new file mode 100644 index 000000000..f24b74800 --- /dev/null +++ b/kubejs/assets/tfg/models/item/luv_food_processor.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/luv_food_processor" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/luv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/luv_gas_pressurizer.json new file mode 100644 index 000000000..191817577 --- /dev/null +++ b/kubejs/assets/tfg/models/item/luv_gas_pressurizer.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/luv_gas_pressurizer" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/saplings/aeronos.json b/kubejs/assets/tfg/models/item/saplings/aeronos.json new file mode 100644 index 000000000..c3e30f531 --- /dev/null +++ b/kubejs/assets/tfg/models/item/saplings/aeronos.json @@ -0,0 +1,3 @@ +{ + "parent": "ad_astra:item/aeronos_mushroom" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/saplings/alphacene.json b/kubejs/assets/tfg/models/item/saplings/alphacene.json new file mode 100644 index 000000000..5149099ce --- /dev/null +++ b/kubejs/assets/tfg/models/item/saplings/alphacene.json @@ -0,0 +1,3 @@ +{ + "parent": "species:item/alphacene_mushroom" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/saplings/crimson.json b/kubejs/assets/tfg/models/item/saplings/crimson.json new file mode 100644 index 000000000..aa1e76d4c --- /dev/null +++ b/kubejs/assets/tfg/models/item/saplings/crimson.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/crimson_fungus" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/saplings/strophar.json b/kubejs/assets/tfg/models/item/saplings/strophar.json new file mode 100644 index 000000000..1063ad2d8 --- /dev/null +++ b/kubejs/assets/tfg/models/item/saplings/strophar.json @@ -0,0 +1,3 @@ +{ + "parent": "ad_astra:item/strophar_mushroom" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/saplings/warped.json b/kubejs/assets/tfg/models/item/saplings/warped.json new file mode 100644 index 000000000..91d8ae6c2 --- /dev/null +++ b/kubejs/assets/tfg/models/item/saplings/warped.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/warped_fungus" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/sniffer_egg.json b/kubejs/assets/tfg/models/item/sniffer_egg.json new file mode 100644 index 000000000..ee27e4927 --- /dev/null +++ b/kubejs/assets/tfg/models/item/sniffer_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "minecraft:item/sniffer_egg" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/sniffer_wool.json b/kubejs/assets/tfg/models/item/sniffer_wool.json new file mode 100644 index 000000000..ce0429cbd --- /dev/null +++ b/kubejs/assets/tfg/models/item/sniffer_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "tfg:item/sniffer_wool" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json b/kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json new file mode 100644 index 000000000..185724546 --- /dev/null +++ b/kubejs/assets/tfg/models/item/spawn_egg/glacian_ram.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/spawn_egg/moon_rabbit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/spawn_egg/sniffer.json b/kubejs/assets/tfg/models/item/spawn_egg/sniffer.json new file mode 100644 index 000000000..185724546 --- /dev/null +++ b/kubejs/assets/tfg/models/item/spawn_egg/sniffer.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "tfg:item/spawn_egg/moon_rabbit" + } +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/uv_aqueous_accumulator.json new file mode 100644 index 000000000..69628c0ed --- /dev/null +++ b/kubejs/assets/tfg/models/item/uv_aqueous_accumulator.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/uv_aqueous_accumulator" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_food_oven.json b/kubejs/assets/tfg/models/item/uv_food_oven.json new file mode 100644 index 000000000..ab8b6e79b --- /dev/null +++ b/kubejs/assets/tfg/models/item/uv_food_oven.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/uv_food_oven" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_food_processor.json b/kubejs/assets/tfg/models/item/uv_food_processor.json new file mode 100644 index 000000000..91aa6746f --- /dev/null +++ b/kubejs/assets/tfg/models/item/uv_food_processor.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/uv_food_processor" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/uv_gas_pressurizer.json b/kubejs/assets/tfg/models/item/uv_gas_pressurizer.json new file mode 100644 index 000000000..d8db0dce1 --- /dev/null +++ b/kubejs/assets/tfg/models/item/uv_gas_pressurizer.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/uv_gas_pressurizer" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_aqueous_accumulator.json b/kubejs/assets/tfg/models/item/zpm_aqueous_accumulator.json new file mode 100644 index 000000000..69e0de4c5 --- /dev/null +++ b/kubejs/assets/tfg/models/item/zpm_aqueous_accumulator.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/zpm_aqueous_accumulator" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_food_oven.json b/kubejs/assets/tfg/models/item/zpm_food_oven.json new file mode 100644 index 000000000..1bc502636 --- /dev/null +++ b/kubejs/assets/tfg/models/item/zpm_food_oven.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/zpm_food_oven" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_food_processor.json b/kubejs/assets/tfg/models/item/zpm_food_processor.json new file mode 100644 index 000000000..bffcb9187 --- /dev/null +++ b/kubejs/assets/tfg/models/item/zpm_food_processor.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/zpm_food_processor" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/models/item/zpm_gas_pressurizer.json b/kubejs/assets/tfg/models/item/zpm_gas_pressurizer.json new file mode 100644 index 000000000..f3ffa362a --- /dev/null +++ b/kubejs/assets/tfg/models/item/zpm_gas_pressurizer.json @@ -0,0 +1,3 @@ +{ + "parent": "tfg:block/machines/zpm_gas_pressurizer" +} \ No newline at end of file diff --git a/kubejs/assets/tfg/particles/ore_prospector.json b/kubejs/assets/tfg/particles/ore_prospector.json new file mode 100644 index 000000000..74e1988cc --- /dev/null +++ b/kubejs/assets/tfg/particles/ore_prospector.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "tfg:ore_prospector_particle" + ] +} diff --git a/kubejs/assets/tfg/particles/ore_prospector_vein.json b/kubejs/assets/tfg/particles/ore_prospector_vein.json new file mode 100644 index 000000000..74e1988cc --- /dev/null +++ b/kubejs/assets/tfg/particles/ore_prospector_vein.json @@ -0,0 +1,5 @@ +{ + "textures": [ + "tfg:ore_prospector_particle" + ] +} diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake.png new file mode 100644 index 000000000..cda7194b0 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake.png.mcmeta b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake.png.mcmeta new file mode 100644 index 000000000..f96626000 --- /dev/null +++ b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":1 + } +} diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake_active.png b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake_active.png new file mode 100644 index 000000000..8072b8fb4 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake_active.png differ diff --git a/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake_active.png.mcmeta b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake_active.png.mcmeta new file mode 100644 index 000000000..f96626000 --- /dev/null +++ b/kubejs/assets/tfg/textures/block/casings/machine_casing_vacuum_engine_intake_active.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation":{ + "frametime":1 + } +} diff --git a/kubejs/assets/tfg/textures/block/large_nest/large_nest_sniffer_0.png b/kubejs/assets/tfg/textures/block/large_nest/large_nest_sniffer_0.png new file mode 100644 index 000000000..b8f371f0e Binary files /dev/null and b/kubejs/assets/tfg/textures/block/large_nest/large_nest_sniffer_0.png differ diff --git a/kubejs/assets/tfg/textures/block/large_nest/large_nest_warped_sniffer_0.png b/kubejs/assets/tfg/textures/block/large_nest/large_nest_warped_sniffer_0.png new file mode 100644 index 000000000..0b01dc332 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/large_nest/large_nest_warped_sniffer_0.png differ diff --git a/kubejs/assets/tfg/textures/block/sand_spice.png b/kubejs/assets/tfg/textures/block/sand_spice.png new file mode 100644 index 000000000..2989871e6 Binary files /dev/null and b/kubejs/assets/tfg/textures/block/sand_spice.png differ diff --git a/kubejs/assets/tfg/textures/entity/sniffer/sheared_sniffer.png b/kubejs/assets/tfg/textures/entity/sniffer/sheared_sniffer.png new file mode 100644 index 000000000..7bdc6c7c1 Binary files /dev/null and b/kubejs/assets/tfg/textures/entity/sniffer/sheared_sniffer.png differ diff --git a/kubejs/assets/tfg/textures/gui/field_guide/prospecting/tfg_luv_ore_prospector.png b/kubejs/assets/tfg/textures/gui/field_guide/prospecting/tfg_luv_ore_prospector.png new file mode 100644 index 000000000..dba14c33c Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/field_guide/prospecting/tfg_luv_ore_prospector.png differ diff --git a/kubejs/assets/tfg/textures/gui/field_guide/prospecting/tfg_prospectors_pick_xray.png b/kubejs/assets/tfg/textures/gui/field_guide/prospecting/tfg_prospectors_pick_xray.png new file mode 100644 index 000000000..c9b9d8331 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/field_guide/prospecting/tfg_prospectors_pick_xray.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_crusher_meat.png b/kubejs/assets/tfg/textures/item/food/cooked_crusher_meat.png new file mode 100644 index 000000000..5b055d934 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_crusher_meat.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_glacian_mutton.png b/kubejs/assets/tfg/textures/item/food/cooked_glacian_mutton.png new file mode 100644 index 000000000..af0b358ff Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_glacian_mutton.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_glider_wings.png b/kubejs/assets/tfg/textures/item/food/cooked_glider_wings.png new file mode 100644 index 000000000..003a47b08 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_glider_wings.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_goober_meat.png b/kubejs/assets/tfg/textures/item/food/cooked_goober_meat.png new file mode 100644 index 000000000..041f5433b Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_goober_meat.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_sniffer_beef.png b/kubejs/assets/tfg/textures/item/food/cooked_sniffer_beef.png new file mode 100644 index 000000000..6e3a14577 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_sniffer_beef.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_springling_chops.png b/kubejs/assets/tfg/textures/item/food/cooked_springling_chops.png new file mode 100644 index 000000000..4affb689b Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_springling_chops.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_walker_steak.png b/kubejs/assets/tfg/textures/item/food/cooked_walker_steak.png new file mode 100644 index 000000000..25dff55b7 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_walker_steak.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_whole_soarer.png b/kubejs/assets/tfg/textures/item/food/cooked_whole_soarer.png new file mode 100644 index 000000000..5004b8e77 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_whole_soarer.png differ diff --git a/kubejs/assets/tfg/textures/item/food/cooked_wraptor.png b/kubejs/assets/tfg/textures/item/food/cooked_wraptor.png new file mode 100644 index 000000000..06326a0a3 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/cooked_wraptor.png differ diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_blossom_berry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_blossom_berry.png new file mode 100644 index 000000000..f047affab Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/freeze_dried_blossom_berry.png differ diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_cave_pumpkin.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_cave_pumpkin.png new file mode 100644 index 000000000..57520e5a8 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/freeze_dried_cave_pumpkin.png differ diff --git a/kubejs/assets/tfg/textures/item/food/freeze_dried_shadow_berry.png b/kubejs/assets/tfg/textures/item/food/freeze_dried_shadow_berry.png new file mode 100644 index 000000000..fd868713c Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/freeze_dried_shadow_berry.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_crusher_meat.png b/kubejs/assets/tfg/textures/item/food/raw_crusher_meat.png new file mode 100644 index 000000000..44b3984a0 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_crusher_meat.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_glacian_mutton.png b/kubejs/assets/tfg/textures/item/food/raw_glacian_mutton.png new file mode 100644 index 000000000..6727628e1 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_glacian_mutton.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_glider_wings.png b/kubejs/assets/tfg/textures/item/food/raw_glider_wings.png new file mode 100644 index 000000000..ce34f172a Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_glider_wings.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_goober_meat.png b/kubejs/assets/tfg/textures/item/food/raw_goober_meat.png new file mode 100644 index 000000000..5c7a8e937 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_goober_meat.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_sniffer_beef.png b/kubejs/assets/tfg/textures/item/food/raw_sniffer_beef.png new file mode 100644 index 000000000..b4167b3aa Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_sniffer_beef.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_springling_chops.png b/kubejs/assets/tfg/textures/item/food/raw_springling_chops.png new file mode 100644 index 000000000..57c624022 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_springling_chops.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_walker_steak.png b/kubejs/assets/tfg/textures/item/food/raw_walker_steak.png new file mode 100644 index 000000000..3c76c356e Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_walker_steak.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_whole_soarer.png b/kubejs/assets/tfg/textures/item/food/raw_whole_soarer.png new file mode 100644 index 000000000..513b7c781 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_whole_soarer.png differ diff --git a/kubejs/assets/tfg/textures/item/food/raw_wraptor.png b/kubejs/assets/tfg/textures/item/food/raw_wraptor.png new file mode 100644 index 000000000..06b3618f7 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/food/raw_wraptor.png differ diff --git a/kubejs/assets/tfg/textures/item/high_density_treated_fiberboard.png b/kubejs/assets/tfg/textures/item/high_density_treated_fiberboard.png new file mode 100644 index 000000000..061ecfa39 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/high_density_treated_fiberboard.png differ diff --git a/kubejs/assets/tfg/textures/item/sniffer_wool.png b/kubejs/assets/tfg/textures/item/sniffer_wool.png new file mode 100644 index 000000000..05346ed16 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/sniffer_wool.png differ diff --git a/kubejs/assets/tfg/textures/item/treated_chipboard_composite.png b/kubejs/assets/tfg/textures/item/treated_chipboard_composite.png new file mode 100644 index 000000000..cf3386024 Binary files /dev/null and b/kubejs/assets/tfg/textures/item/treated_chipboard_composite.png differ diff --git a/kubejs/assets/tfg/textures/particle/ore_prospector_particle.png b/kubejs/assets/tfg/textures/particle/ore_prospector_particle.png new file mode 100644 index 000000000..386bf3116 Binary files /dev/null and b/kubejs/assets/tfg/textures/particle/ore_prospector_particle.png differ diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 507207135..c54b99749 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -1,138 +1,140 @@ "use strict"; +/** + * @param {Internal.ItemTooltipEventJS} event + */ const registerTooltips = (event) => { - event.addAdvanced(['gtceu:lv_macerator', 'gtceu:mv_macerator', 'gtceu:hp_steam_macerator'], (item, advanced, text) => { - text.add(1, [text.of('§7Only outputs the first slot shown in EMI/JEI until HV.')]) - }) + //Your IDE may say that "item" and "advanced" are never used, but they are required! So dont remove them <3 + event.addAdvanced(['minecraft:name_tag'], (item, advanced, text) => { - text.add(1, [text.of('§7Used on a Scribing Table along with an item to name it, or with black dye to name the tag.')]) - }) - event.addAdvanced(['toolbelt:belt'], (item, advanced, text) => { - text.add(1, [text.of('§7Press the §o§6Swap Tool§7 keybind to open the radial menu.')]), - text.add(2, [text.of(`§7You can also right click with it in hand to add or remove tools.`)]) - text.add(3, [text.of(`§cDo not dye this or you won't be able to upgrade.`)]) - }) - event.addAdvanced(['toolbelt:pouch'], (item, advanced, text) => { - text.add(1, [text.of('§7Used to upgrade your toolbelt to add more slots')]), - text.add(2, [text.of(`§7Can't be used with §cd§ey§ae§9d §rbelts or belts that have tools inside.`)]) + text.add(1, Text.translate('tfg.tooltip.nametag')) }) event.addAdvanced(['firmalife:bucket/yeast_starter'], (item, advanced, text) => { - text.add(1, [text.of('§7Created with dried fruit')]) + text.add(1, Text.translate('tfg.tooltip.yeast_starter')) }) event.addAdvanced(['firmalife:beehive'], (item, advanced, text) => { - text.add(1, [text.of('§7Needs to be filled with empty frames and surrounded by flowers to attract bees.')]) - }) - event.addAdvanced(["treetap:tap"], (item, advanced, text) => { - text.add(1, [text.of("§4Obsolete§f: Replaced by the AFC TreeTap, you can craft it from this one by placing this in a crafting table!")]) - }) - event.addAdvanced(["tfcea:refrigerator"], (item, advanced, text) => { - text.add(1, [text.of("§4Obsolete§f: Replaced by the GregTech Refrigerator, you can craft it from this one by placing this in a crafting table!")]) + text.add(1, Text.translate('tfg.tooltip.beehive')) }) event.addAdvanced(['create:blaze_burner'], (item, advanced, text) => { - text.add(1, text.of('§cSuperheat§r §7with Coke, Anthracite, or Flawless and Exquisite coal gems.')) + text.add(1, Text.translate('tfg.tooltip.blaze_burner')) }) event.addAdvanced(['tfg:electric_greenhouse'], (item, advanced, text) => { - text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), - text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(1, Text.translate('tfg.tooltip.machine.perfect_overclock')), + text.add(2, Text.translate('tfg.tooltip.machine.customize_interior')) + }) + event.addAdvanced(['gtceu:large_chemical_reactor'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.machine.perfect_overclock')) }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { - text.add(1, text.of('§7Artificial enviroment to simulate the Nether.')), - text.add(2, text.of(`§7The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(1, Text.translate('tfg.tooltip.nether_dome_1')), + text.add(2, Text.translate('tfg.tooltip.machine.customize_interior')) }) event.addAdvanced(['gtceu:end_dome'], (item, advanced, text) => { - text.add(1, text.of('§7Artificial enviroment to simulate the End.')), - text.add(2, text.of(`§7The interior is customizable! Check the multiblock preview in JEI.`)) + text.add(1, Text.translate('tfg.tooltip.end_dome_1')), + text.add(2, Text.translate('tfg.tooltip.machine.customize_interior')) }) // Insulation event.addAdvanced(['create:copper_diving_helmet', 'create:copper_backtank', 'create:copper_diving_boots'], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: -1')), - text.add(2, text.of('§7Insulation: +1')) + text.add(1, Text.translate('tfg.tooltip.armor.copper_diving_suit_warmth')), + text.add(2, Text.translate('tfg.tooltip.armor.copper_diving_suit_insulation')) }) event.addAdvanced(['create:netherite_diving_helmet', 'create:netherite_backtank', 'create:netherite_diving_boots', 'minecraft:netherite_leggings'], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: -2')), - text.add(2, text.of('§7Insulation: +9')) - text.add(3, text.of('§7Wear the full set to be §eHeatproof§7 from ambient temperatures.')) + text.add(1, Text.translate('tfg.tooltip.armor.netherite_diving_suit_warmth')), + text.add(2, Text.translate('tfg.tooltip.armor.netherite_diving_suit_insulation')) + text.add(3, Text.translate('tfg.tooltip.armor.netherite_diving_suit_set')) }) event.addAdvanced(['gtceu:nanomuscle_helmet', 'gtceu:nanomuscle_chestplate', 'gtceu:nanomuscle_leggings', 'gtceu:nanomuscle_boots', 'gtceu:advanced_nanomuscle_chestplate'], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: 0')), - text.add(2, text.of('§7Insulation: +10')) - text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) + text.add(1, Text.translate('tfg.tooltip.armor.nanomuscle_warmth')), + text.add(2, Text.translate('tfg.tooltip.armor.nanomuscle_insulation')) + text.add(3, Text.translate('tfg.tooltip.armor.nanomuscle_set')) }) event.addAdvanced(['gtceu:quarktech_helmet', 'gtceu:quarktech_chestplate', 'gtceu:quarktech_leggings', 'gtceu:quarktech_boots', 'gtceu:advanced_quarktech_chestplate'], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: 0')), - text.add(2, text.of('§7Insulation: +10')) - text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) + text.add(1, Text.translate('tfg.tooltip.armor.quarktech_warmth')), + text.add(2, Text.translate('tfg.tooltip.armor.quarktech_insulation')) + text.add(3, Text.translate('tfg.tooltip.armor.quarktech_set')) }) event.addAdvanced([ 'ad_astra:space_helmet', 'ad_astra:space_suit', 'ad_astra:space_pants', 'ad_astra:space_boots', 'ad_astra:netherite_space_helmet', 'ad_astra:netherite_space_suit', 'ad_astra:netherite_space_pants', 'ad_astra:netherite_space_boots', 'ad_astra:jet_suit_helmet', 'ad_astra:jet_suit', 'ad_astra:jet_suit_pants', 'ad_astra:jet_suit_boots' ], (item, advanced, text) => { - text.add(1, text.of('§7Warmth: 0')), - text.add(2, text.of('§7Insulation: +10')) - text.add(3, text.of('§7Wear the full set to be §eFully Insulated§7 from ambient temperatures.')) + text.add(1, Text.translate('tfg.tooltip.armor.space_suit_warmth')), + text.add(2, Text.translate('tfg.tooltip.armor.space_suit_insulation')) + text.add(3, Text.translate('tfg.tooltip.armor.space_suit_set')) }) // Supports global.TFC_WOOD_TYPES.forEach(wood => { event.addAdvanced([`tfc:wood/support/${wood}`], (item, advanced, text) => { - text.add(1, text.of('§79 x 5 x 9')) + text.add(1, Text.translate('tfg.tooltip.support.tier1')) }) }) global.AFC_WOOD_TYPES.forEach(wood => { event.addAdvanced([`afc:wood/support/${wood}`], (item, advanced, text) => { - text.add(1, text.of('§79 x 5 x 9')) + text.add(1, Text.translate('tfg.tooltip.support.tier1')) }) }) global.AD_ASTRA_WOOD.forEach(wood => { event.addAdvanced([`tfg:${wood.name}_support`], (item, advanced, text) => { - text.add(1, text.of('§79 x 5 x 9')) + text.add(1, Text.translate('tfg.tooltip.support.tier1')) }) }) event.addAdvanced(['tfg:light_concrete_support', 'tfg:dark_concrete_support', 'tfg:rebar_support'], (item, advanced, text) => { - text.add(1, text.of('§717 x 9 x 17')) + text.add(1, Text.translate('tfg.tooltip.support.tier2')) }) event.addAdvanced(['tfg:reinforced_light_concrete_support', 'tfg:reinforced_dark_concrete_support', 'tfg:steel_support'], (item, advanced, text) => { - text.add(1, text.of('§733 x 13 x 33')) + text.add(1, Text.translate('tfg.tooltip.support.tier3')) }) const other_stone = ['pyroxenite', 'migmatite', 'travertine'] const stone_types = global.TFC_STONE_TYPES.concat(other_stone) stone_types.forEach(stone => { event.addAdvanced([`tfg:${stone}_support`], (item, advanced, text) => { - text.add(1, text.of('§79 x 5 x 9')) + text.add(1, Text.translate('tfg.tooltip.support.tier1')) }) }) // Vessels event.addAdvanced(['#tfc:fired_vessels'], (item, advanced, text) => { - text.add(1, text.of('§cMax: 3024mB')) + text.add(1, Text.translate('tfg.tooltip.vessels')) }) // Solar Panel event.addAdvanced(['ad_astra:solar_panel'], (item, advanced, text) => { - text.add(1, text.of('Produces §6256 FE/t§r (64 EU/t) on the §6moon§r during the §6day§r')) + text.add(1, Text.translate('tfg.tooltip.solar_panel.single')) }) event.addAdvanced(['gtceu:large_solar_panel'], (item, advanced, text) => { - text.add(1, text.of('Massive structure producing from §61024 to 4096 EU/t§r on the §6moon§r during the §6day§r')) + text.add(1, Text.translate('tfg.tooltip.solar_panel.large_tier1')) }) event.addAdvanced(['gtceu:large_solar_panel_tier2'], (item, advanced, text) => { - text.add(1, text.of('Massive structure producing from §64096 to 16384 EU/t§r on the §6moon§r during the §6day§r')) + text.add(1, Text.translate('tfg.tooltip.solar_panel.large_tier2')) }) event.addAdvanced(['gtceu:large_solar_panel_tier3'], (item, advanced, text) => { - text.add(1, text.of('Massive structure producing from §616384 to 65536 EU/t§r on the §6moon§r during the §6day§r')) + text.add(1, Text.translate('tfg.tooltip.solar_panel.large_tier3')) }) - // MEGA Deprecated 0.10 + // Mars Animals + event.addAdvanced(['species:petrified_egg'], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.petrified_egg')) + }) + + //#region Deprecated Items event.addAdvanced(['#megacells:mega_interface'], (item, advanced, text) => { - text.add(1, text.of('§cDeprecated, cannot be crafted any more')) + text.add(1, Text.translate('tfg.tooltip.obsolete.depreciated')) }) event.addAdvanced(['#megacells:mega_pattern_provider'], (item, advanced, text) => { - text.add(1, text.of('§cDeprecated, cannot be crafted any more')) + text.add(1, Text.translate('tfg.tooltip.obsolete.depreciated')) }) + event.addAdvanced(["treetap:tap"], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.obsolete.tree_tap')) + }) + event.addAdvanced(["tfcea:refrigerator"], (item, advanced, text) => { + text.add(1, Text.translate('tfg.tooltip.obsolete.fridge')) + }) + //#endregion } \ No newline at end of file diff --git a/kubejs/data/ad_astra/planets/earth.json b/kubejs/data/ad_astra/planets/earth.json index 72bb5ad14..f78621687 100644 --- a/kubejs/data/ad_astra/planets/earth.json +++ b/kubejs/data/ad_astra/planets/earth.json @@ -3,7 +3,7 @@ "gravity": 9.807, "orbit": "ad_astra:earth_orbit", "oxygen": true, - "solar_power": 32, + "solar_power": 16, "solar_system": "ad_astra:solar_system", "temperature": 15, "tier": 1 diff --git a/kubejs/data/ad_astra/planets/mars.json b/kubejs/data/ad_astra/planets/mars.json index 37c5c5f50..bd5e4a25d 100644 --- a/kubejs/data/ad_astra/planets/mars.json +++ b/kubejs/data/ad_astra/planets/mars.json @@ -3,7 +3,7 @@ "gravity": 3.72076, "orbit": "ad_astra:mars_orbit", "oxygen": false, - "solar_power": 32, + "solar_power": 16, "solar_system": "ad_astra:solar_system", "temperature": -65, "tier": 2 diff --git a/kubejs/data/ad_astra/planets/moon.json b/kubejs/data/ad_astra/planets/moon.json index 0205ab90e..c8f638877 100644 --- a/kubejs/data/ad_astra/planets/moon.json +++ b/kubejs/data/ad_astra/planets/moon.json @@ -3,7 +3,7 @@ "gravity": 1.622, "orbit": "ad_astra:moon_orbit", "oxygen": false, - "solar_power": 256, + "solar_power": 128, "solar_system": "ad_astra:solar_system", "temperature": -173, "tier": 1 diff --git a/kubejs/data/ad_astra/planets/venus.json b/kubejs/data/ad_astra/planets/venus.json index ed182032e..05d66842f 100644 --- a/kubejs/data/ad_astra/planets/venus.json +++ b/kubejs/data/ad_astra/planets/venus.json @@ -3,7 +3,7 @@ "gravity": 8.87, "orbit": "ad_astra:venus_orbit", "oxygen": false, - "solar_power": 32, + "solar_power": 16, "solar_system": "ad_astra:solar_system", "temperature": 465, "tier": 3 diff --git a/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json b/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json index 9d73324fe..c1e0b0905 100644 --- a/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json +++ b/kubejs/data/expatternprovider/loot_tables/blocks/ex_emc_interface.json @@ -1,20 +1,4 @@ { "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "expatternprovider:ex_emc_interface" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] + "pools": [] } \ No newline at end of file diff --git a/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json b/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json index b293a6912..c1e0b0905 100644 --- a/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json +++ b/kubejs/data/megacells/loot_tables/blocks/mega_emc_interface.json @@ -1,20 +1,4 @@ { "type": "minecraft:block", - "pools": [ - { - "name": "loot_pool", - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "megacells:mega_emc_interface" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] + "pools": [] } \ No newline at end of file diff --git a/kubejs/data/railways/loot_tables/entities/conductor.json b/kubejs/data/railways/loot_tables/entities/conductor.json index 1f3b78b18..6fe9965c2 100644 --- a/kubejs/data/railways/loot_tables/entities/conductor.json +++ b/kubejs/data/railways/loot_tables/entities/conductor.json @@ -1,5 +1,5 @@ -{ - "type": "minecraft:entity", - "pools": [], - "random_sequence": "railways:entities/conductor" +{ + "type": "minecraft:entity", + "pools": [], + "random_sequence": "railways:entities/conductor" } \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_bewereager.json b/kubejs/data/species/forge/biome_modifier/add_bewereager.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_bewereager.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_birted_birch_trees.json b/kubejs/data/species/forge/biome_modifier/add_birted_birch_trees.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_birted_birch_trees.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_cliff_hanger.json b/kubejs/data/species/forge/biome_modifier/add_cliff_hanger.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_cliff_hanger.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_deepfish.json b/kubejs/data/species/forge/biome_modifier/add_deepfish.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_deepfish.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_ghoul.json b/kubejs/data/species/forge/biome_modifier/add_ghoul.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_ghoul.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_leaf_hanger.json b/kubejs/data/species/forge/biome_modifier/add_leaf_hanger.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_leaf_hanger.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_limpet.json b/kubejs/data/species/forge/biome_modifier/add_limpet.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_limpet.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_mammutilation_remnant.json b/kubejs/data/species/forge/biome_modifier/add_mammutilation_remnant.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_mammutilation_remnant.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_quake.json b/kubejs/data/species/forge/biome_modifier/add_quake.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_quake.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_stackatick.json b/kubejs/data/species/forge/biome_modifier/add_stackatick.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_stackatick.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_treeper.json b/kubejs/data/species/forge/biome_modifier/add_treeper.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_treeper.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_wicked.json b/kubejs/data/species/forge/biome_modifier/add_wicked.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_wicked.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/forge/biome_modifier/add_wraptor.json b/kubejs/data/species/forge/biome_modifier/add_wraptor.json new file mode 100644 index 000000000..2d96022cf --- /dev/null +++ b/kubejs/data/species/forge/biome_modifier/add_wraptor.json @@ -0,0 +1,3 @@ +{ + "type": "forge:none" +} \ No newline at end of file diff --git a/kubejs/data/species/loot_tables/entities/goober.json b/kubejs/data/species/loot_tables/entities/goober.json new file mode 100644 index 000000000..57f9bdfc7 --- /dev/null +++ b/kubejs/data/species/loot_tables/entities/goober.json @@ -0,0 +1,65 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_goober_meat", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 8 + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 5, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:slime_ball", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/species/loot_tables/entities/springling.json b/kubejs/data/species/loot_tables/entities/springling.json new file mode 100644 index 000000000..ac522db86 --- /dev/null +++ b/kubejs/data/species/loot_tables/entities/springling.json @@ -0,0 +1,65 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_springling_chops", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 6 + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "gtceu:copper_spring", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0, + "max": 1, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/dimension_type/moon.json b/kubejs/data/tfg/dimension_type/moon.json index 492702880..018d89689 100644 --- a/kubejs/data/tfg/dimension_type/moon.json +++ b/kubejs/data/tfg/dimension_type/moon.json @@ -10,7 +10,7 @@ "infiniburn": "#minecraft:infiniburn_overworld", "logical_height": 384, "min_y": 0, - "monster_spawn_block_light_limit": 15, + "monster_spawn_block_light_limit": 0, "monster_spawn_light_level": { "type": "minecraft:uniform", "value": { diff --git a/kubejs/data/tfg/loot_tables/entities/glacian_ram.json b/kubejs/data/tfg/loot_tables/entities/glacian_ram.json new file mode 100644 index 000000000..d6074695c --- /dev/null +++ b/kubejs/data/tfg/loot_tables/entities/glacian_ram.json @@ -0,0 +1,60 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_glacian_mutton", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "tfc:animal_yield", + "min": 4, + "max": { + "type": "minecraft:uniform", + "min": 12, + "max": 18 + } + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:small_raw_hide" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/loot_tables/entities/sniffer.json b/kubejs/data/tfg/loot_tables/entities/sniffer.json new file mode 100644 index 000000000..f2e4f9c6c --- /dev/null +++ b/kubejs/data/tfg/loot_tables/entities/sniffer.json @@ -0,0 +1,60 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 2, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_sniffer_beef", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "type": "tfc:animal_yield", + "min": 4, + "max": { + "type": "minecraft:uniform", + "min": 12, + "max": 18 + } + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 2, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfc:large_raw_hide" + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/amber_hills.json b/kubejs/data/tfg/worldgen/biome/mars/amber_hills.json index 1a55f6e36..84c8887ee 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/amber_hills.json +++ b/kubejs/data/tfg/worldgen/biome/mars/amber_hills.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -46,6 +40,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfc:raw_boulder", "tfc:cobble_boulder", "tfc:raw_boulder_small_patch", @@ -57,16 +52,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -74,22 +73,52 @@ "axolotls": [], "creature": [ { - "type": "minecraft:sniffer", + "type": "tfg:sniffer", "maxCount": 3, "minCount": 1, + "weight": 50 + }, + { + "type": "species:wraptor", + "maxCount": 4, + "minCount": 1, "weight": 100 }, { - "type": "species:wraptor", - "maxCount": 3, + "type": "wan_ancient_beasts:crusher", + "maxCount": 5, "minCount": 1, "weight": 100 }, + { + "type": "wan_ancient_beasts:glider", + "maxCount": 4, + "minCount": 1, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:soarer", + "maxCount": 2, + "minCount": 1, + "weight": 60 + }, + { + "type": "wan_ancient_beasts:eater", + "maxCount": 1, + "minCount": 1, + "weight": 10 + }, { "type": "species:springling", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 50 + }, + { + "type": "tfg:glacian_ram", + "maxCount": 3, + "minCount": 1, + "weight": 40 } ], "misc": [], @@ -102,7 +131,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -111,6 +140,12 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/mars/amber_plains.json b/kubejs/data/tfg/worldgen/biome/mars/amber_plains.json index 6a4d9eaf1..25cb5ed0f 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/amber_plains.json +++ b/kubejs/data/tfg/worldgen/biome/mars/amber_plains.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -44,6 +38,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfg:mars/semiheavy_ammoniacal_water" ], "#tfg:mars_amber_vegetal_decoration", @@ -52,16 +47,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -69,28 +68,52 @@ "axolotls": [], "creature": [ { - "type": "minecraft:sniffer", + "type": "tfg:sniffer", "maxCount": 3, "minCount": 1, "weight": 100 }, { "type": "species:wraptor", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:walker", "maxCount": 3, "minCount": 1, "weight": 100 }, { - "type": "species:goober", - "maxCount": 1, + "type": "wan_ancient_beasts:crusher", + "maxCount": 5, "minCount": 1, "weight": 100 }, { - "type": "species:springling", + "type": "wan_ancient_beasts:glider", + "maxCount": 2, + "minCount": 1, + "weight": 20 + }, + { + "type": "wan_ancient_beasts:soarer", "maxCount": 1, "minCount": 1, + "weight": 5 + }, + { + "type": "tfg:glacian_ram", + "maxCount": 5, + "minCount": 1, "weight": 100 + }, + { + "type": "wan_ancient_beasts:eater", + "maxCount": 1, + "minCount": 1, + "weight": 5 } ], "misc": [], @@ -103,7 +126,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -112,11 +135,24 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], "water_ambient": [], - "water_creature": [] + "water_creature": [ + { + "type": "wan_ancient_beasts:surfer", + "maxCount": 2, + "minCount": 1, + "weight": 100 + } + ] }, "temperature": 0.8 } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_deep_desert.json b/kubejs/data/tfg/worldgen/biome/mars/martian_deep_desert.json index 78a015371..5f8417922 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_deep_desert.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_deep_desert.json @@ -1,6 +1,8 @@ { "carvers": { - "air": [] + "air": [ + "tfg:mars_cave" + ] }, "downfall": 0.0, "effects": { @@ -11,12 +13,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_dune_edge.json b/kubejs/data/tfg/worldgen/biome/mars/martian_dune_edge.json index 5daa5d6c7..f52a6a05e 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_dune_edge.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_dune_edge.json @@ -1,6 +1,8 @@ { "carvers": { - "air": [] + "air": [ + "tfg:mars_cave" + ] }, "downfall": 0.0, "effects": { @@ -11,12 +13,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -56,29 +52,64 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { "ambient": [], "axolotls": [], - "creature": [], + "creature": [ + { + "type": "wan_ancient_beasts:crusher", + "maxCount": 2, + "minCount": 1, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:glider", + "maxCount": 2, + "minCount": 1, + "weight": 20 + } + ], "misc": [], "monster": [ + { + "type": "endermanoverhaul:crimson_forest_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 100 + }, + { + "type": "endermanoverhaul:warped_forest_enderman", + "maxCount": 1, + "minCount": 1, + "weight": 100 + }, { "type": "endermanoverhaul:badlands_enderman", "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_dunes.json b/kubejs/data/tfg/worldgen/biome/mars/martian_dunes.json index d5696a2ff..a9e2f7605 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_dunes.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_dunes.json @@ -1,6 +1,8 @@ { "carvers": { - "air": [] + "air": [ + "tfg:mars_cave" + ] }, "downfall": 0.0, "effects": { @@ -11,12 +13,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -51,7 +47,22 @@ ], "has_precipitation": false, "spawn_costs": { - + "endermanoverhaul:crimson_forest_enderman": { + "energy_budget": 0.05, + "charge": 0.9 + }, + "endermanoverhaul:warped_forest_enderman": { + "energy_budget": 0.05, + "charge": 0.9 + }, + "endermanoverhaul:badlands_enderman": { + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 + } }, "spawners": { "ambient": [], diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json b/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json index 337134484..434e22a43 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_mountains.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -28,7 +22,7 @@ [ "tfc:erosion" ], - "#tfc:feature/volcanoes", + [], [ "tfg:earth/geode/amethyst", "tfg:earth/geode/barite", @@ -57,16 +51,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -84,6 +82,24 @@ "maxCount": 4, "minCount": 2, "weight": 100 + }, + { + "type": "wan_ancient_beasts:crusher", + "maxCount": 2, + "minCount": 1, + "weight": 80 + }, + { + "type": "wan_ancient_beasts:glider", + "maxCount": 2, + "minCount": 1, + "weight": 50 + }, + { + "type": "wan_ancient_beasts:soarer", + "maxCount": 2, + "minCount": 1, + "weight": 50 } ], "misc": [], @@ -96,7 +112,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -105,6 +121,12 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_oasis.json b/kubejs/data/tfg/worldgen/biome/mars/martian_oasis.json index 2cb57e6e9..4b4c5a4ef 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_oasis.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_oasis.json @@ -1,6 +1,8 @@ { "carvers": { - "air": [] + "air": [ + "tfg:mars_cave" + ] }, "downfall": 0.0, "effects": { @@ -11,12 +13,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -43,6 +39,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfc:raw_boulder", "tfc:cobble_boulder", "tfc:raw_boulder_small_patch", @@ -55,14 +52,22 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 + }, + "species:quake": { "energy_budget": 0.15, "charge": 0.7 } @@ -87,7 +92,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 20 }, @@ -96,11 +101,24 @@ "maxCount": 1, "minCount": 1, "weight": 50 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], "water_ambient": [], - "water_creature": [] + "water_creature": [ + { + "type": "wan_ancient_beasts:surfer", + "maxCount": 2, + "minCount": 1, + "weight": 100 + } + ] }, "temperature": 0.8 } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_river.json b/kubejs/data/tfg/worldgen/biome/mars/martian_river.json index 0710509e4..304c71094 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_river.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_river.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -57,33 +51,31 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { "ambient": [], "axolotls": [], "creature": [ - { - "type": "minecraft:sniffer", - "maxCount": 2, - "minCount": 1, - "weight": 75 - }, { "type": "species:wraptor", "maxCount": 2, "minCount": 1, - "weight": 75 + "weight": 50 }, { "type": "species:goober", @@ -102,7 +94,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -111,11 +103,30 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], "water_ambient": [], - "water_creature": [] + "water_creature": [ + { + "type": "wan_ancient_beasts:toxlacanth", + "maxCount": 5, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:surfer", + "maxCount": 3, + "minCount": 2, + "weight": 100 + } + ] }, "temperature": 0.8 } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json b/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json index f06783c25..f7eb9f539 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json +++ b/kubejs/data/tfg/worldgen/biome/mars/martian_riverbed.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -46,6 +40,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfc:raw_boulder", "tfc:cobble_boulder", "tfc:raw_boulder_small_patch", @@ -59,28 +54,26 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { "ambient": [], "axolotls": [], "creature": [ - { - "type": "minecraft:sniffer", - "maxCount": 1, - "minCount": 1, - "weight": 50 - }, { "type": "species:wraptor", "maxCount": 2, @@ -104,7 +97,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -113,11 +106,30 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], "water_ambient": [], - "water_creature": [] + "water_creature": [ + { + "type": "wan_ancient_beasts:toxlacanth", + "maxCount": 5, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:surfer", + "maxCount": 3, + "minCount": 2, + "weight": 100 + } + ] }, "temperature": 0.8 } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json b/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json index 87a52cb71..3745a481c 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json +++ b/kubejs/data/tfg/worldgen/biome/mars/rusticus_hills.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -46,6 +40,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfc:raw_boulder", "tfc:cobble_boulder", "tfc:raw_boulder_small_patch", @@ -57,16 +52,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -74,22 +73,52 @@ "axolotls": [], "creature": [ { - "type": "minecraft:sniffer", + "type": "tfg:sniffer", "maxCount": 3, "minCount": 1, + "weight": 10 + }, + { + "type": "species:wraptor", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:crusher", + "maxCount": 5, + "minCount": 1, "weight": 100 }, { - "type": "species:wraptor", - "maxCount": 3, + "type": "wan_ancient_beasts:glider", + "maxCount": 4, "minCount": 1, "weight": 100 }, + { + "type": "wan_ancient_beasts:soarer", + "maxCount": 2, + "minCount": 1, + "weight": 30 + }, + { + "type": "wan_ancient_beasts:eater", + "maxCount": 1, + "minCount": 1, + "weight": 10 + }, { "type": "species:springling", "maxCount": 3, "minCount": 1, "weight": 100 + }, + { + "type": "tfg:glacian_ram", + "maxCount": 3, + "minCount": 1, + "weight": 20 } ], "misc": [], @@ -102,7 +131,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -111,6 +140,12 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/mars/rusticus_plains.json b/kubejs/data/tfg/worldgen/biome/mars/rusticus_plains.json index 52a762b02..2fac9938b 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/rusticus_plains.json +++ b/kubejs/data/tfg/worldgen/biome/mars/rusticus_plains.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -44,7 +38,8 @@ "#tfg:mars_veins", [], [ - "tfg:mars/semiheavy_ammoniacal_water" + "tfg:mars_forest", + "tfg:mars/semiheavy_ammoniacal_water" ], "#tfg:mars_rusticus_vegetal_decoration", "#tfg:mars_top_layer_modification" @@ -52,16 +47,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -69,28 +68,52 @@ "axolotls": [], "creature": [ { - "type": "minecraft:sniffer", + "type": "tfg:sniffer", "maxCount": 3, "minCount": 1, "weight": 100 }, { "type": "species:wraptor", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:walker", "maxCount": 3, "minCount": 1, "weight": 100 }, { - "type": "species:goober", - "maxCount": 1, + "type": "wan_ancient_beasts:crusher", + "maxCount": 5, "minCount": 1, "weight": 100 }, { - "type": "species:springling", + "type": "wan_ancient_beasts:glider", + "maxCount": 2, + "minCount": 1, + "weight": 20 + }, + { + "type": "wan_ancient_beasts:soarer", "maxCount": 1, "minCount": 1, + "weight": 5 + }, + { + "type": "tfg:glacian_ram", + "maxCount": 5, + "minCount": 1, "weight": 100 + }, + { + "type": "wan_ancient_beasts:eater", + "maxCount": 1, + "minCount": 1, + "weight": 5 } ], "misc": [], @@ -103,7 +126,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -112,11 +135,24 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], "water_ambient": [], - "water_creature": [] + "water_creature": [ + { + "type": "wan_ancient_beasts:surfer", + "maxCount": 2, + "minCount": 1, + "weight": 100 + } + ] }, "temperature": 0.8 } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json b/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json index e0087f4a6..30bbb9f21 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json +++ b/kubejs/data/tfg/worldgen/biome/mars/sangnum_hills.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -46,6 +40,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfc:raw_boulder", "tfc:cobble_boulder", "tfc:raw_boulder_small_patch", @@ -57,16 +52,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -74,22 +73,52 @@ "axolotls": [], "creature": [ { - "type": "minecraft:sniffer", + "type": "tfg:sniffer", "maxCount": 3, "minCount": 1, + "weight": 20 + }, + { + "type": "species:wraptor", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:crusher", + "maxCount": 3, + "minCount": 1, + "weight": 70 + }, + { + "type": "wan_ancient_beasts:glider", + "maxCount": 4, + "minCount": 1, "weight": 100 }, { - "type": "species:wraptor", - "maxCount": 3, + "type": "wan_ancient_beasts:soarer", + "maxCount": 2, "minCount": 1, "weight": 100 }, + { + "type": "wan_ancient_beasts:eater", + "maxCount": 1, + "minCount": 1, + "weight": 10 + }, { "type": "species:springling", "maxCount": 3, "minCount": 1, - "weight": 100 + "weight": 80 + }, + { + "type": "tfg:glacian_ram", + "maxCount": 3, + "minCount": 1, + "weight": 30 } ], "misc": [], @@ -102,7 +131,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -111,6 +140,12 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], diff --git a/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json b/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json index 2dc4101e8..d1602f32f 100644 --- a/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json +++ b/kubejs/data/tfg/worldgen/biome/mars/sangnum_plains.json @@ -14,12 +14,6 @@ "sound": "minecraft:ambient.cave", "tick_delay": 6000 }, - "particle": { - "options": { - "type": "minecraft:crimson_spore" - }, - "probability": 0.014 - }, "sky_color": 15117444, "water_color": 4159204, "water_fog_color": 1069623 @@ -44,6 +38,7 @@ "#tfg:mars_veins", [], [ + "tfg:mars_forest", "tfg:mars/semiheavy_ammoniacal_water" ], "#tfg:mars_sangnum_vegetal_decoration", @@ -52,16 +47,20 @@ "has_precipitation": false, "spawn_costs": { "endermanoverhaul:crimson_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:warped_forest_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 }, "endermanoverhaul:badlands_enderman": { - "energy_budget": 0.15, - "charge": 0.7 + "energy_budget": 0.05, + "charge": 0.9 + }, + "minecraft:enderman": { + "energy_budget": 0.05, + "charge": 0.9 } }, "spawners": { @@ -69,28 +68,52 @@ "axolotls": [], "creature": [ { - "type": "minecraft:sniffer", + "type": "tfg:sniffer", "maxCount": 3, "minCount": 1, "weight": 100 }, { "type": "species:wraptor", + "maxCount": 4, + "minCount": 2, + "weight": 100 + }, + { + "type": "wan_ancient_beasts:walker", "maxCount": 3, "minCount": 1, "weight": 100 }, { - "type": "species:goober", - "maxCount": 1, + "type": "wan_ancient_beasts:crusher", + "maxCount": 5, "minCount": 1, "weight": 100 }, { - "type": "species:springling", + "type": "wan_ancient_beasts:glider", + "maxCount": 2, + "minCount": 1, + "weight": 20 + }, + { + "type": "wan_ancient_beasts:soarer", "maxCount": 1, "minCount": 1, + "weight": 5 + }, + { + "type": "tfg:glacian_ram", + "maxCount": 5, + "minCount": 1, "weight": 100 + }, + { + "type": "wan_ancient_beasts:eater", + "maxCount": 1, + "minCount": 1, + "weight": 5 } ], "misc": [], @@ -103,7 +126,7 @@ }, { "type": "endermanoverhaul:warped_forest_enderman", - "maxCount": 3, + "maxCount": 1, "minCount": 1, "weight": 100 }, @@ -112,11 +135,24 @@ "maxCount": 1, "minCount": 1, "weight": 100 + }, + { + "type": "minecraft:enderman", + "maxCount": 1, + "minCount": 1, + "weight": 20 } ], "underground_water_creature": [], "water_ambient": [], - "water_creature": [] + "water_creature": [ + { + "type": "wan_ancient_beasts:surfer", + "maxCount": 2, + "minCount": 1, + "weight": 100 + } + ] }, "temperature": 0.8 } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json index 2e91fad6c..3d4d8f5b8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_garnet_opal.json @@ -47,8 +47,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json index 24d21b7ae..ec13a657d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_gold.json @@ -42,8 +42,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json index dbbcb2f17..f173f7850 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_hematite.json @@ -50,8 +50,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json index dd06853dd..aad5cabf3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_molybdenum.json @@ -38,8 +38,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json index 31bfc9eb2..1e8917ce4 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/deep_sapphire.json @@ -43,8 +43,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json index b5cc3d0bd..9e61f6ca7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_basaltic_sands.json @@ -35,8 +35,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json index 1f76cc062..645616ae0 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_beryllium.json @@ -36,8 +36,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json index 7d27df5ef..91bd65cf9 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_copper.json @@ -38,8 +38,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json index f8a3b27d5..f5c7da369 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_garnet_tin.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json index dace25d0e..220a19c23 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gold.json @@ -39,8 +39,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json index 6b74d783e..bd03ebf27 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_graphite.json @@ -240,8 +240,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gypsum.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gypsum.json new file mode 100644 index 000000000..3d7ec74c7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_gypsum.json @@ -0,0 +1,200 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 9, + "size": 40, + "rarity": 180, + "density": 0.3, + "min_y": -32, + "max_y": 60, + "random_name": "normal_gypsum", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:shale_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:shale_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:shale_gypsum_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:claystone_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:claystone_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:claystone_gypsum_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:limestone_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:limestone_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:limestone_gypsum_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:conglomerate_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:conglomerate_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:conglomerate_gypsum_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:dolomite_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:dolomite_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:dolomite_gypsum_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:chert_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:chert_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:chert_gypsum_ore", + "weight": 35 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:chalk_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:chalk_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:chalk_gypsum_ore", + "weight": 35 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:borax_indicator", + "weight": 20 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 30 + }, + { + "block": "gtceu:fullers_earth_indicator", + "weight": 15 + }, + { + "block": "gtceu:gypsum_indicator", + "weight": 35 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json index 492ec069d..59cc1a505 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_hematite.json @@ -38,8 +38,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json index 396c0301b..608ce5b8f 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_manganese.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json index 98d8a9584..ef1b2720e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_olivine.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json index 81af3111e..ddc49afb4 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sphalerite.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json index 8f99aadaa..7b71c24ca 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/normal_sulfur.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json index f66f372cf..1e3d56b6b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_copper.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json index a1d76e307..729a85601 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/earth/vein/surface_sphalerite.json @@ -30,8 +30,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json index 6517e2edb..adb77bb40 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/amber_root.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json index 84b07a38f..dcff72864 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/blossom_berry.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json index 7ae8ad29f..7a4b3d1b6 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/bolux_mushroom.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json index 89db4f83c..d9101720e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/cave_pumpkin.json @@ -30,7 +30,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json index 19e67254c..004a6db4c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/chorus_mushroom.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json index e316ca1e0..6975247b2 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/crop/shadow_berry.json @@ -35,7 +35,7 @@ } ] }, - "tries": 16, + "tries": 12, "xz_spread": 10, "y_spread": 2 } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json b/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json index c601fed97..832a00279 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/semiheavy_ammoniacal_water.json @@ -1,7 +1,7 @@ { "type": "tfc:flood_fill_lake", "config": { - "state": "tfg:semiheavy_ammoniacal_water", + "state": "tfg:fluid/semiheavy_ammoniacal_water", "replace_fluids": [], "overfill": true } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json deleted file mode 100644 index 7a49ca69d..000000000 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_patch.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "type": "minecraft:random_patch", - "config": { - "feature": { - "feature": { - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "ad_astra:aeronos_mushroom" - } - } - } - }, - "placement": [ - { - "type": "minecraft:block_predicate_filter", - "predicate": { - "type": "minecraft:all_of", - "predicates": [ - { - "type": "minecraft:matching_blocks", - "blocks": "minecraft:air" - }, - { - "type": "minecraft:matching_block_tag", - "offset": [ 0, -1, 0 ], - "tag": "tfg:mars_soil" - } - ] - } - } - ] - }, - "tries": 48, - "xz_spread": 10, - "y_spread": 3 - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json new file mode 100644 index 000000000..058c49e57 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/pitcher_plant.json @@ -0,0 +1,68 @@ +{ + "type": "minecraft:random_patch", + "config": { + "feature": { + "feature": { + "type": "tfc:if_then", + "config": { + "if": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:pitcher_plant", + "Properties": { + "half": "lower" + } + } + } + } + }, + "placement": [] + }, + "then": { + "feature": { + "type": "minecraft:simple_block", + "config": { + "to_place": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:pitcher_plant", + "Properties": { + "half": "upper" + } + } + } + } + }, + "placement": [] + } + } + }, + "placement": [ + { + "type": "minecraft:block_predicate_filter", + "predicate": { + "type": "minecraft:all_of", + "predicates": [ + { + "type": "minecraft:matching_blocks", + "blocks": "minecraft:air" + }, + { + "type": "minecraft:matching_block_tag", + "offset": [ 0, -1, 0 ], + "tag": "tfg:mars_soil" + } + ] + } + } + ] + }, + "tries": 8, + "xz_spread": 16, + "y_spread": 2 + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json similarity index 90% rename from kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json rename to kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json index 9ebda4926..4c58a4854 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_patch.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/surface/torchflower.json @@ -8,7 +8,7 @@ "to_place": { "type": "minecraft:simple_state_provider", "state": { - "Name": "ad_astra:strophar_mushroom" + "Name": "minecraft:torchflower" } } } @@ -33,8 +33,8 @@ } ] }, - "tries": 64, + "tries": 8, "xz_spread": 16, - "y_spread": 3 + "y_spread": 2 } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos.json new file mode 100644 index 000000000..9bfbcf030 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos.json @@ -0,0 +1,99 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "offset": 4, + "height": 6, + "radius": 4 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_cap" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:cherry_trunk_placer", + "base_height": 8, + "height_rand_a": 2, + "height_rand_b": 8, + "branch_count": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "branch_horizontal_length": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 4, + "max_inclusive": 8 + } + }, + "branch_start_offset_from_top": { + "min_inclusive": -8, + "max_inclusive": -3 + }, + "branch_end_offset_from_top": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "trunk_offset_y": 1, + "mangrove_root_placement": { + "max_root_width": 1, + "max_root_length": 2, + "random_skew_chance": 0.3, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "muddy_roots_in": [ + "tfg:grass/mars_dirt", + "tfg:grass/amber_mycelium", + "tfg:grass/rusticus_mycelium", + "tfg:grass/sangnum_mycelium", + "ad_astra:mars_sand", + "ad_astra:venus_sand" + ], + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + } + }, + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos_dead.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos_dead.json new file mode 100644 index 000000000..d82d9c8ed --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos_dead.json @@ -0,0 +1,96 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "height": 0, + "offset": 0, + "radius": 0 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:cherry_trunk_placer", + "base_height": 8, + "height_rand_a": 2, + "height_rand_b": 8, + "branch_count": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + }, + "branch_horizontal_length": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 4, + "max_inclusive": 8 + } + }, + "branch_start_offset_from_top": { + "min_inclusive": -8, + "max_inclusive": -3 + }, + "branch_end_offset_from_top": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "trunk_offset_y": 1, + "mangrove_root_placement": { + "max_root_width": 1, + "max_root_length": 2, + "random_skew_chance": 0.3, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "muddy_roots_in": [ + "tfg:grass/mars_dirt", + "tfg:grass/amber_mycelium", + "tfg:grass/rusticus_mycelium", + "tfg:grass/sangnum_mycelium", + "ad_astra:mars_sand", + "ad_astra:venus_sand" + ], + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + } + }, + "root_provider": { + "Name": "ad_astra:aeronos_stem" + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos_old_growth.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos_old_growth.json new file mode 100644 index 000000000..beab02448 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/aeronos_old_growth.json @@ -0,0 +1,93 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "offset": 6, + "height": 8, + "radius": 6 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_cap" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:cherry_trunk_placer", + "base_height": 8, + "height_rand_a": 2, + "height_rand_b": 8, + "branch_count": 3, + "branch_horizontal_length": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 12, + "max_inclusive": 16 + } + }, + "branch_start_offset_from_top": { + "min_inclusive": -8, + "max_inclusive": -3 + }, + "branch_end_offset_from_top": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 1, + "max_inclusive": 3 + } + } + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "trunk_offset_y": 3, + "mangrove_root_placement": { + "max_root_width": 2, + "max_root_length": 3, + "random_skew_chance": 0.3, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "muddy_roots_in": [ + "tfg:grass/mars_dirt", + "tfg:grass/amber_mycelium", + "tfg:grass/rusticus_mycelium", + "tfg:grass/sangnum_mycelium", + "ad_astra:mars_sand", + "ad_astra:venus_sand" + ], + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + } + }, + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:aeronos_stem" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/alphacene_dead.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/alphacene_dead.json new file mode 100644 index 000000000..03b78d1d1 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/alphacene_dead.json @@ -0,0 +1,48 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:mars_dirt" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "height": 0, + "offset": 0, + "radius": 0 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 0, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:straight_trunk_placer", + "base_height": 7, + "height_rand_a": 4, + "height_rand_b": 2 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:mushroom_stem", + "Properties": { + "down": "false", + "up": "false" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson.json new file mode 100644 index 000000000..40b85088f --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson.json @@ -0,0 +1,10 @@ +{ + "type": "tfc:multiple", + "config": { + "features": [ + "tfg:mars/tree/crimson_amber", + "tfg:mars/tree/crimson_rusticus", + "tfg:mars/tree/crimson_sangnum" + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_amber.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_amber.json new file mode 100644 index 000000000..db306261e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_amber.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:huge_fungus", + "config": { + "decor_state": { + "Name": "beneath:wood/leaves/crimson" + }, + "hat_state": { + "Name": "minecraft:nether_wart_block" + }, + "planted": false, + "replaceable_blocks": { + "type": "minecraft:replaceable" + }, + "stem_state": { + "Name": "beneath:wood/log/crimson", + "Properties": { + "axis": "y" + } + }, + "valid_base_block": { + "Name": "tfg:grass/amber_mycelium" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_dead.json similarity index 67% rename from kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json rename to kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_dead.json index f8d93c8a0..57a31b85e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/strophar_huge.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_dead.json @@ -5,38 +5,39 @@ "dirt_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "ad_astra:strophar_stem" + "Name": "tfg:mars_dirt" } }, "foliage_placer": { - "type": "minecraft:acacia_foliage_placer", + "type": "minecraft:blob_foliage_placer", + "height": 0, "offset": 0, - "radius": 2 + "radius": 0 }, "foliage_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "ad_astra:strophar_cap" + "Name": "minecraft:air" } }, "force_dirt": false, "ignore_vines": true, "minimum_size": { "type": "minecraft:two_layers_feature_size", - "limit": 1, + "limit": 2, "lower_size": 0, "upper_size": 2 }, "trunk_placer": { - "type": "minecraft:forking_trunk_placer", - "base_height": 5, - "height_rand_a": 2, - "height_rand_b": 2 + "type": "minecraft:straight_trunk_placer", + "base_height": 6, + "height_rand_a": 4, + "height_rand_b": 0 }, "trunk_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "ad_astra:strophar_stem", + "Name": "beneath:wood/log/crimson", "Properties": { "axis": "y" } diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_rusticus.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_rusticus.json new file mode 100644 index 000000000..6ae00d9e9 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_rusticus.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:huge_fungus", + "config": { + "decor_state": { + "Name": "beneath:wood/leaves/crimson" + }, + "hat_state": { + "Name": "minecraft:nether_wart_block" + }, + "planted": false, + "replaceable_blocks": { + "type": "minecraft:replaceable" + }, + "stem_state": { + "Name": "beneath:wood/log/crimson", + "Properties": { + "axis": "y" + } + }, + "valid_base_block": { + "Name": "tfg:grass/rusticus_mycelium" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_sangnum.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_sangnum.json new file mode 100644 index 000000000..3556eb889 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/crimson_sangnum.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:huge_fungus", + "config": { + "decor_state": { + "Name": "beneath:wood/leaves/crimson" + }, + "hat_state": { + "Name": "minecraft:nether_wart_block" + }, + "planted": false, + "replaceable_blocks": { + "type": "minecraft:replaceable" + }, + "stem_state": { + "Name": "beneath:wood/log/crimson", + "Properties": { + "axis": "y" + } + }, + "valid_base_block": { + "Name": "tfg:grass/sangnum_mycelium" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar.json new file mode 100644 index 000000000..75d79598c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar.json @@ -0,0 +1,79 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "foliage_placer": { + "type": "minecraft:acacia_foliage_placer", + "offset": 1, + "radius": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 3, + "max_inclusive": 5 + } + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_cap" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:forking_trunk_placer", + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 5 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "trunk_offset_y": 4, + "mangrove_root_placement": { + "max_root_width": 8, + "max_root_length": 8, + "random_skew_chance": 0.2, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "muddy_roots_in": [ + "tfg:grass/mars_dirt", + "tfg:grass/amber_mycelium", + "tfg:grass/rusticus_mycelium", + "tfg:grass/sangnum_mycelium", + "ad_astra:mars_sand", + "ad_astra:venus_sand" + ], + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + } + }, + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar_dead.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar_dead.json new file mode 100644 index 000000000..fe1c3a625 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar_dead.json @@ -0,0 +1,73 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "foliage_placer": { + "type": "minecraft:acacia_foliage_placer", + "offset": 0, + "radius": 0 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:forking_trunk_placer", + "base_height": 5, + "height_rand_a": 2, + "height_rand_b": 5 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "trunk_offset_y": 4, + "mangrove_root_placement": { + "max_root_width": 6, + "max_root_length": 6, + "random_skew_chance": 0.8, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "muddy_roots_in": [ + "tfg:grass/mars_dirt", + "tfg:grass/amber_mycelium", + "tfg:grass/rusticus_mycelium", + "tfg:grass/sangnum_mycelium", + "ad_astra:mars_sand", + "ad_astra:venus_sand" + ], + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + } + }, + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar_old_growth.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar_old_growth.json new file mode 100644 index 000000000..42a417e5c --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/strophar_old_growth.json @@ -0,0 +1,79 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "foliage_placer": { + "type": "minecraft:acacia_foliage_placer", + "offset": 1, + "radius": { + "type": "minecraft:uniform", + "value": { + "min_inclusive": 5, + "max_inclusive": 7 + } + } + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_cap" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 1, + "lower_size": 0, + "upper_size": 0 + }, + "trunk_placer": { + "type": "minecraft:forking_trunk_placer", + "base_height": 8, + "height_rand_a": 5, + "height_rand_b": 8 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + }, + "root_placer": { + "type": "minecraft:mangrove_root_placer", + "trunk_offset_y": 7, + "mangrove_root_placement": { + "max_root_width": 16, + "max_root_length": 16, + "random_skew_chance": 0.8, + "can_grow_through": "#minecraft:mangrove_logs_can_grow_through", + "muddy_roots_in": [ + "tfg:grass/mars_dirt", + "tfg:grass/amber_mycelium", + "tfg:grass/rusticus_mycelium", + "tfg:grass/sangnum_mycelium", + "ad_astra:mars_sand", + "ad_astra:venus_sand" + ], + "muddy_roots_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + } + }, + "root_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "ad_astra:strophar_stem" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped.json new file mode 100644 index 000000000..ae09354ad --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped.json @@ -0,0 +1,10 @@ +{ + "type": "tfc:multiple", + "config": { + "features": [ + "tfg:mars/tree/warped_amber", + "tfg:mars/tree/warped_rusticus", + "tfg:mars/tree/warped_sangnum" + ] + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_amber.json similarity index 55% rename from kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json rename to kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_amber.json index 06887a969..4e373bad3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/mars/surface/aeronos_huge.json +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_amber.json @@ -2,23 +2,23 @@ "type": "minecraft:huge_fungus", "config": { "decor_state": { - "Name": "minecraft:shroomlight" + "Name": "beneath:wood/leaves/warped" }, "hat_state": { - "Name": "ad_astra:aeronos_cap" + "Name": "minecraft:warped_wart_block" }, "planted": false, "replaceable_blocks": { - "type": "minecraft:solid" + "type": "minecraft:replaceable" }, "stem_state": { - "Name": "ad_astra:aeronos_stem", + "Name": "beneath:wood/log/warped", "Properties": { "axis": "y" } }, "valid_base_block": { - "Name": "tfc:rock/gravel/gabbro" + "Name": "tfg:grass/amber_mycelium" } } } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_dead.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_dead.json new file mode 100644 index 000000000..f32baa7d2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_dead.json @@ -0,0 +1,47 @@ +{ + "type": "minecraft:tree", + "config": { + "decorators": [], + "dirt_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "tfg:mars_dirt" + } + }, + "foliage_placer": { + "type": "minecraft:blob_foliage_placer", + "height": 0, + "offset": 0, + "radius": 0 + }, + "foliage_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "minecraft:air" + } + }, + "force_dirt": false, + "ignore_vines": true, + "minimum_size": { + "type": "minecraft:two_layers_feature_size", + "limit": 2, + "lower_size": 0, + "upper_size": 2 + }, + "trunk_placer": { + "type": "minecraft:straight_trunk_placer", + "base_height": 6, + "height_rand_a": 4, + "height_rand_b": 0 + }, + "trunk_provider": { + "type": "minecraft:simple_state_provider", + "state": { + "Name": "beneath:wood/log/warped", + "Properties": { + "axis": "y" + } + } + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_rusticus.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_rusticus.json new file mode 100644 index 000000000..5d8dae140 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_rusticus.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:huge_fungus", + "config": { + "decor_state": { + "Name": "beneath:wood/leaves/warped" + }, + "hat_state": { + "Name": "minecraft:warped_wart_block" + }, + "planted": false, + "replaceable_blocks": { + "type": "minecraft:replaceable" + }, + "stem_state": { + "Name": "beneath:wood/log/warped", + "Properties": { + "axis": "y" + } + }, + "valid_base_block": { + "Name": "tfg:grass/rusticus_mycelium" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_sangnum.json b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_sangnum.json new file mode 100644 index 000000000..d06c69b7e --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/tree/warped_sangnum.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:huge_fungus", + "config": { + "decor_state": { + "Name": "beneath:wood/leaves/warped" + }, + "hat_state": { + "Name": "minecraft:warped_wart_block" + }, + "planted": false, + "replaceable_blocks": { + "type": "minecraft:replaceable" + }, + "stem_state": { + "Name": "beneath:wood/log/warped", + "Properties": { + "axis": "y" + } + }, + "valid_base_block": { + "Name": "tfg:grass/sangnum_mycelium" + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/mars/vein/mars_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/mars/vein/mars_hematite.json new file mode 100644 index 000000000..9caaf4d83 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/mars/vein/mars_hematite.json @@ -0,0 +1,252 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 210, + "density": 0.4, + "min_y": -16, + "max_y": 100, + "random_name": "mars_hematite", + "blocks": [ + { + "replace": [ + "ad_astra:mars_stone" + ], + "with": [ + { + "block": "gtceu:mars_stone_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "ad_astra:venus_stone" + ], + "with": [ + { + "block": "gtceu:venus_stone_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "gtceu:red_granite" + ], + "with": [ + { + "block": "gtceu:red_granite_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/shale" + ], + "with": [ + { + "block": "gtceu:shale_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/claystone" + ], + "with": [ + { + "block": "gtceu:claystone_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/limestone" + ], + "with": [ + { + "block": "gtceu:limestone_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/conglomerate" + ], + "with": [ + { + "block": "gtceu:conglomerate_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dolomite" + ], + "with": [ + { + "block": "gtceu:dolomite_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chert" + ], + "with": [ + { + "block": "gtceu:chert_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/chalk" + ], + "with": [ + { + "block": "gtceu:chalk_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt", + "minecraft:basalt" + ], + "with": [ + { + "block": "gtceu:basalt_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_hematite_ore", + "weight": 100 + }, + { + "block": "gtceu:raw_hematite_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 50, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_hematite", + "weight": 100 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json index df5055889..19f60ccaa 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_bauxite.json @@ -11,18 +11,26 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { "block": "gtceu:basalt_bauxite_ore", "weight": 35 }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, { "block": "gtceu:basalt_ilmenite_ore", "weight": 40 }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, { "block": "gtceu:basalt_armalcolite_ore", "weight": 20 @@ -38,10 +46,18 @@ "block": "gtceu:moon_stone_bauxite_ore", "weight": 35 }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, { "block": "gtceu:moon_stone_ilmenite_ore", "weight": 40 }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, { "block": "gtceu:moon_stone_armalcolite_ore", "weight": 20 @@ -57,10 +73,18 @@ "block": "gtceu:moon_deepslate_bauxite_ore", "weight": 35 }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, { "block": "gtceu:moon_deepslate_ilmenite_ore", "weight": 40 }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, { "block": "gtceu:moon_deepslate_armalcolite_ore", "weight": 20 @@ -76,10 +100,18 @@ "block": "gtceu:glacio_stone_bauxite_ore", "weight": 35 }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, { "block": "gtceu:glacio_stone_ilmenite_ore", "weight": 40 }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, { "block": "gtceu:glacio_stone_armalcolite_ore", "weight": 20 @@ -95,10 +127,18 @@ "block": "gtceu:diorite_bauxite_ore", "weight": 35 }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, { "block": "gtceu:diorite_ilmenite_ore", "weight": 40 }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, { "block": "gtceu:diorite_armalcolite_ore", "weight": 20 @@ -114,10 +154,18 @@ "block": "gtceu:rhyolite_bauxite_ore", "weight": 35 }, + { + "block": "gtceu:raw_bauxite_block", + "weight": 1 + }, { "block": "gtceu:rhyolite_ilmenite_ore", "weight": 40 }, + { + "block": "gtceu:raw_ilmenite_block", + "weight": 1 + }, { "block": "gtceu:rhyolite_armalcolite_ore", "weight": 20 diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json index fa207b3ba..97a0a2192 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_beryllium.json @@ -17,8 +17,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_cassiterite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_cassiterite.json new file mode 100644 index 000000000..7fe3826ca --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_cassiterite.json @@ -0,0 +1,158 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 210, + "density": 0.3, + "min_y": 10, + "max_y": 128, + "random_name": "moon_cassiterite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_chalcopyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_zeolite_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_cassiterite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:granite_tin_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_chalcopyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_zeolite_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_cassiterite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:diorite_tin_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/gabbro" + ], + "with": [ + { + "block": "gtceu:gabbro_chalcopyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_zeolite_ore", + "weight": 5 + }, + { + "block": "gtceu:gabbro_cassiterite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:gabbro_tin_ore", + "weight": 15 + } + ] + }, + { + "replace": [ + "ad_astra:moon_deepslate" + ], + "with": [ + { + "block": "gtceu:moon_deepslate_chalcopyrite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_chalcopyrite_block", + "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_zeolite_ore", + "weight": 5 + }, + { + "block": "gtceu:moon_deepslate_cassiterite_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_cassiterite_block", + "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_tin_ore", + "weight": 15 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "tfc:ore/small_cassiterite", + "weight": 50 + }, + { + "block": "gtceu:zeolite_indicator", + "weight": 5 + }, + { + "block": "gtceu:chalcopyrite_indicator", + "weight": 30 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json index 65ce7f852..07f6d4ca7 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_desh.json @@ -104,8 +104,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnet.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnet.json new file mode 100644 index 000000000..3e8c7c63b --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_garnet.json @@ -0,0 +1,133 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 7, + "size": 35, + "rarity": 230, + "density": 0.35, + "min_y": 10, + "max_y": 128, + "random_name": "moon_garnet", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:rhyolite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/basalt", + "minecraft:basalt" + ], + "with": [ + { + "block": "gtceu:basalt_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:basalt_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:basalt_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:basalt_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_red_garnet_ore", + "weight": 10 + }, + { + "block": "gtceu:andesite_yellow_garnet_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_amethyst_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_amethyst_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_opal_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_opal_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:red_garnet_bud_indicator", + "weight": 10 + }, + { + "block": "gtceu:yellow_garnet_bud_indicator", + "weight": 15 + }, + { + "block": "gtceu:amethyst_bud_indicator", + "weight": 40 + }, + { + "block": "gtceu:opal_bud_indicator", + "weight": 40 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_gold.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_gold.json new file mode 100644 index 000000000..0bfffb9a6 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_gold.json @@ -0,0 +1,121 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 10, + "size": 40, + "rarity": 170, + "density": 0.4, + "min_y": 10, + "max_y": 80, + "random_name": "moon_gold", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/basalt", + "minecraft:basalt" + ], + "with": [ + { + "block": "gtceu:basalt_green_sapphire_ore", + "weight": 5 + }, + { + "block": "gtceu:basalt_bauxite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_magnetite_ore", + "weight": 20 + }, + { + "block": "gtceu:basalt_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/granite" + ], + "with": [ + { + "block": "gtceu:granite_green_sapphire_ore", + "weight": 5 + }, + { + "block": "gtceu:granite_bauxite_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_magnetite_ore", + "weight": 20 + }, + { + "block": "gtceu:granite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/diorite" + ], + "with": [ + { + "block": "gtceu:diorite_green_sapphire_ore", + "weight": 5 + }, + { + "block": "gtceu:diorite_bauxite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_magnetite_ore", + "weight": 20 + }, + { + "block": "gtceu:diorite_gold_ore", + "weight": 55 + }, + { + "block": "minecraft:raw_gold_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:green_sapphire_bud_indicator", + "weight": 5 + }, + { + "block": "gtceu:bauxite_indicator", + "weight": 20 + }, + { + "block": "tfc:ore/small_magnetite", + "weight": 20 + }, + { + "block": "tfc:ore/small_native_gold", + "weight": 55 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json index fa3ab8267..a971dfefb 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_graphite.json @@ -17,8 +17,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { @@ -110,8 +110,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_gypsum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_gypsum.json new file mode 100644 index 000000000..bad9a40c4 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_gypsum.json @@ -0,0 +1,136 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 9, + "size": 40, + "rarity": 180, + "density": 0.3, + "min_y": 10, + "max_y": 100, + "random_name": "moon_gypsum", + "blocks": [ + { + "replace": [ + "ad_astra:moon_stone" + ], + "with": [ + { + "block": "gtceu:moon_stone_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:moon_stone_calcite_ore", + "weight": 25 + }, + { + "block": "gtceu:moon_stone_alunite_ore", + "weight": 15 + }, + { + "block": "gtceu:moon_stone_gypsum_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_gypsum_block", + "weight": 1 + }, + { + "block": "gtceu:moon_stone_olivine_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:glacio_stone_calcite_ore", + "weight": 25 + }, + { + "block": "gtceu:glacio_stone_alunite_ore", + "weight": 15 + }, + { + "block": "gtceu:glacio_stone_gypsum_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_gypsum_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_olivine_ore", + "weight": 5 + } + ] + }, + { + "replace": [ + "ad_astra:moon_deepslate" + ], + "with": [ + { + "block": "gtceu:moon_deepslate_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:moon_deepslate_calcite_ore", + "weight": 25 + }, + { + "block": "gtceu:moon_deepslate_alunite_ore", + "weight": 15 + }, + { + "block": "gtceu:moon_deepslate_gypsum_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_gypsum_block", + "weight": 1 + }, + { + "block": "gtceu:moon_deepslate_olivine_ore", + "weight": 5 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 20, + "underground_rarity": 40, + "underground_count": 200, + "blocks": [ + { + "block": "gtceu:borax_indicator", + "weight": 20 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 25 + }, + { + "block": "gtceu:alunite_indicator", + "weight": 15 + }, + { + "block": "gtceu:gypsum_indicator", + "weight": 35 + }, + { + "block": "gtceu:olivine_bud_indicator", + "weight": 5 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json index 22be29ee3..4e29c67f3 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_lubricant.json @@ -119,8 +119,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json index 33d12a989..3f73c02b9 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_manganese.json @@ -34,8 +34,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { @@ -104,8 +104,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json index 93e8e6043..8cc248a86 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_mica.json @@ -31,7 +31,7 @@ "weight": 25 }, { - "block": "gtceu:diorite_pollucite_ore", + "block": "gtceu:diorite_aluminium_ore", "weight": 15 }, { @@ -62,7 +62,7 @@ "weight": 25 }, { - "block": "gtceu:gabbro_pollucite_ore", + "block": "gtceu:gabbro_aluminium_ore", "weight": 15 }, { @@ -93,7 +93,7 @@ "weight": 25 }, { - "block": "gtceu:moon_stone_pollucite_ore", + "block": "gtceu:moon_stone_aluminium_ore", "weight": 15 }, { @@ -124,7 +124,7 @@ "weight": 25 }, { - "block": "gtceu:moon_deepslate_pollucite_ore", + "block": "gtceu:moon_deepslate_aluminium_ore", "weight": 15 }, { @@ -153,7 +153,7 @@ "weight": 25 }, { - "block": "gtceu:pollucite_indicator", + "block": "gtceu:aluminium_indicator", "weight": 15 }, { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json index cd9cd5282..064d537e8 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_molybdenum.json @@ -11,8 +11,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json index 6d53962ff..e9f14a9aa 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_pyrolusite.json @@ -38,8 +38,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json index 833754174..3ecb7b7bf 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_quartz.json @@ -11,8 +11,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json index 137fc6888..ccdf61301 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sapphire.json @@ -12,8 +12,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json index de8075c4e..afdba374b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sheldonite.json @@ -11,8 +11,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json index 6919f3e71..f07416a4c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_sphalerite.json @@ -11,8 +11,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_tetrahedrite.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_tetrahedrite.json new file mode 100644 index 000000000..1be920439 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_tetrahedrite.json @@ -0,0 +1,146 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:cluster_vein", + "config": { + "size": 40, + "rarity": 190, + "density": 0.3, + "min_y": 50, + "max_y": 128, + "random_name": "moon_tetrahedrite", + "blocks": [ + { + "replace": [ + "tfc:rock/raw/dacite" + ], + "with": [ + { + "block": "gtceu:dacite_tetrahedrite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:dacite_copper_ore", + "weight": 15 + }, + { + "block": "gtceu:dacite_stibnite_ore", + "weight": 20 + }, + { + "block": "gtceu:dacite_chalcocite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "ad_astra:glacio_stone" + ], + "with": [ + { + "block": "gtceu:glacio_stone_tetrahedrite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:glacio_stone_copper_ore", + "weight": 15 + }, + { + "block": "gtceu:glacio_stone_stibnite_ore", + "weight": 20 + }, + { + "block": "gtceu:glacio_stone_chalcocite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/andesite" + ], + "with": [ + { + "block": "gtceu:andesite_tetrahedrite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:andesite_copper_ore", + "weight": 15 + }, + { + "block": "gtceu:andesite_stibnite_ore", + "weight": 20 + }, + { + "block": "gtceu:andesite_chalcocite_ore", + "weight": 25 + } + ] + }, + { + "replace": [ + "tfc:rock/raw/rhyolite" + ], + "with": [ + { + "block": "gtceu:rhyolite_tetrahedrite_ore", + "weight": 40 + }, + { + "block": "gtceu:raw_tetrahedrite_block", + "weight": 1 + }, + { + "block": "gtceu:rhyolite_copper_ore", + "weight": 15 + }, + { + "block": "gtceu:rhyolite_stibnite_ore", + "weight": 20 + }, + { + "block": "gtceu:rhyolite_chalcocite_ore", + "weight": 25 + } + ] + } + ], + "indicator": { + "rarity": 12, + "depth": 60, + "underground_rarity": 1, + "underground_count": 1, + "blocks": [ + { + "block": "tfc:ore/small_tetrahedrite", + "weight": 40 + }, + { + "block": "tfc:ore/small_native_copper", + "weight": 15 + }, + { + "block": "gtceu:stibnite_indicator", + "weight": 20 + }, + { + "block": "gtceu:chalcocite_indicator", + "weight": 25 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json index d399fb653..56fe0531a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/moon/vein/moon_topaz.json @@ -12,8 +12,8 @@ "blocks": [ { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/surface/mangrove_tree.json b/kubejs/data/tfg/worldgen/configured_feature/nether/surface/mangrove_tree.json index bb51057d2..ae2906d8e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/surface/mangrove_tree.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/surface/mangrove_tree.json @@ -108,7 +108,7 @@ "trunk_provider": { "type": "minecraft:simple_state_provider", "state": { - "Name": "tfc:wood/wood/mangrove", + "Name": "tfc:wood/log/mangrove", "Properties": { "axis": "y" } diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json index 09470d9cf..cccbd7c71 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_basaltic_sands.json @@ -47,8 +47,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json index 25cd317b0..80c57d36c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_beryllium.json @@ -86,8 +86,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json index d6975cd48..de500d4d1 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_copper.json @@ -88,8 +88,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json index 0dbc417eb..cdb99b60b 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_garnet.json @@ -97,8 +97,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json index da563d976..3558dc62a 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_goethite.json @@ -96,8 +96,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gypsum.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gypsum.json new file mode 100644 index 000000000..bba1bc626 --- /dev/null +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_gypsum.json @@ -0,0 +1,151 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "type": "tfc:disc_vein", + "config": { + "height": 9, + "size": 40, + "rarity": 180, + "density": 0.4, + "min_y": 32, + "max_y": 128, + "random_name": "nether_gypsum", + "blocks": [ + { + "replace": [ + "minecraft:deepslate", + "tfc:mud/silty_loam", + "beneath:soul_clay", + "tfc:dirt/loam", + "tfc:mud/loam", + "tfc:peat", + "tfc:dirt/silty_loam" + ], + "with": [ + { + "block": "gtceu:deepslate_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_borax_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_calcite_block", + "weight": 1 + }, + { + "block": "gtceu:deepslate_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:deepslate_gypsum_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_gypsum_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:dripstone_block" + ], + "with": [ + { + "block": "gtceu:dripstone_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_borax_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_calcite_block", + "weight": 1 + }, + { + "block": "gtceu:dripstone_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:dripstone_gypsum_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_gypsum_block", + "weight": 1 + } + ] + }, + { + "replace": [ + "minecraft:blackstone", + "minecraft:magma_block" + ], + "with": [ + { + "block": "gtceu:pyroxenite_borax_ore", + "weight": 20 + }, + { + "block": "gtceu:raw_borax_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_calcite_ore", + "weight": 30 + }, + { + "block": "gtceu:raw_calcite_block", + "weight": 1 + }, + { + "block": "gtceu:pyroxenite_fullers_earth_ore", + "weight": 15 + }, + { + "block": "gtceu:pyroxenite_gypsum_ore", + "weight": 35 + }, + { + "block": "gtceu:raw_gypsum_block", + "weight": 1 + } + ] + } + ], + "indicator": { + "rarity": 15, + "depth": 1, + "underground_rarity": 40, + "underground_count": 150, + "blocks": [ + { + "block": "gtceu:borax_indicator", + "weight": 20 + }, + { + "block": "gtceu:calcite_indicator", + "weight": 30 + }, + { + "block": "gtceu:fullers_earth_indicator", + "weight": 15 + }, + { + "block": "gtceu:gypsum_indicator", + "weight": 35 + } + ] + } + } +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json index 48b653d6c..0a9d6d30c 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_hematite.json @@ -96,8 +96,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json index 0f02e4e67..0a0c8309e 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_magnetite.json @@ -88,8 +88,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json index b1122ee7d..3143155bd 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_manganese.json @@ -52,8 +52,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json index 4f59be363..b29158861 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_naquadah.json @@ -35,8 +35,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json index 5662185ca..dee894d86 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_olivine.json @@ -52,8 +52,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json index 5b618a691..9405766c9 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_quartz.json @@ -72,8 +72,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json index 5480ee655..d47865f85 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sheldonite.json @@ -88,8 +88,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json index 974dba7fa..b363c5829 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sphalerite.json @@ -48,8 +48,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json index b6e10b202..ef7aba206 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_sulfur.json @@ -42,8 +42,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json index 64607724c..a80881e8d 100644 --- a/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json +++ b/kubejs/data/tfg/worldgen/configured_feature/nether/vein/nether_topaz.json @@ -89,8 +89,8 @@ }, { "replace": [ - "minecraft:basalt", - "tfc:rock/raw/basalt" + "tfc:rock/raw/basalt", + "minecraft:basalt" ], "with": [ { diff --git a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json index 9b093369b..fa4e04717 100644 --- a/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json +++ b/kubejs/data/tfg/worldgen/noise_settings/mars_noise.json @@ -8,7 +8,7 @@ "Name": "ad_astra:mars_stone" }, "default_fluid": { - "Name": "tfg:semiheavy_ammoniacal_water" + "Name": "tfg:fluid/semiheavy_ammoniacal_water" }, "noise": { "min_y": -32, diff --git a/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gypsum.json b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gypsum.json new file mode 100644 index 000000000..d01339c11 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/earth/vein/normal_gypsum.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:earth/vein/normal_gypsum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json index e439f93ce..6ffacad5c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/amber_root.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 50 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json index 5cff0483f..1a4913e22 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/blossom_berry.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 50 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json index 42cd2d5c5..dc42c645f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/bolux_mushroom.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 50 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json index f571295d2..95c6d9943 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/cave_pumpkin.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 50 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json index 3419830cf..af59e4dc0 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/chorus_mushroom.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 50 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json index 298f9b0bd..16d39386f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/crop/shadow_berry.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 50 + "chance": 70 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/hardening.json b/kubejs/data/tfg/worldgen/placed_feature/mars/hardening.json deleted file mode 100644 index eef3d5728..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/hardening.json +++ /dev/null @@ -1,186 +0,0 @@ -{ - "feature": { - "type": "minecraft:replace_single_block", - "config": { - "targets": [ - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "ad_astra:mars_stone" - }, - "state": { - "Name": "tfg:rock/hardened_mars_stone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "ad_astra:venus_stone" - }, - "state": { - "Name": "tfg:rock/hardened_venus_stone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "gtceu:red_granite" - }, - "state": { - "Name": "tfg:rock/hardened_red_granite" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/gabbro" - }, - "state": { - "Name": "tfc:rock/hardened/gabbro" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/rhyolite" - }, - "state": { - "Name": "tfc:rock/hardened/rhyolite" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/basalt" - }, - "state": { - "Name": "tfc:rock/hardened/basalt" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/andesite" - }, - "state": { - "Name": "tfc:rock/hardened/andesite" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/dacite" - }, - "state": { - "Name": "tfc:rock/hardened/dacite" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/diorite" - }, - "state": { - "Name": "tfc:rock/hardened/diorite" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/shale" - }, - "state": { - "Name": "tfc:rock/hardened/shale" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/dolomite" - }, - "state": { - "Name": "tfc:rock/hardened/dolomite" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/limestone" - }, - "state": { - "Name": "tfc:rock/hardened/limestone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/claystone" - }, - "state": { - "Name": "tfc:rock/hardened/claystone" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/conglomerate" - }, - "state": { - "Name": "tfc:rock/hardened/conglomerate" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "tfc:rock/raw/chert" - }, - "state": { - "Name": "tfc:rock/hardened/chert" - } - }, - { - "target": { - "predicate_type": "minecraft:block_match", - "block": "minecraft:dripstone_block" - }, - "state": { - "Name": "tfg:rock/hardened_dripstone" - } - }, - { - "target": { - "predicate_type": "minecraft:tag_match", - "tag": "tfc:can_landslide" - }, - "state": { - "Name": "tfg:rock/hardened_mars_stone" - } - } - ] - } - }, - "placement": [ - { - "type": "minecraft:carving_mask", - "step": "air" - }, - { - "type": "minecraft:environment_scan", - "direction_of_search": "up", - "max_steps": 1, - "target_condition": { - "type": "minecraft:any_of", - "predicates": [ - { - "type": "minecraft:matching_block_tag", - "tag": "ad_astra:mars_stone_replaceables" - }, - { - "type": "minecraft:matching_block_tag", - "tag": "tfc:can_landslide" - } - ] - } - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json b/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json index f1c558897..ec025871f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/semiheavy_ammoniacal_water.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:rarity_filter", - "chance": 30 + "chance": 20 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json index ffc5ef7f8..f1ab0c68f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeridium.json @@ -1,9 +1,9 @@ { - "feature": "tfg:mars/surface/ruscus", + "feature": "tfg:mars/surface/aeridium", "placement": [ { "type": "minecraft:count", - "count": 1 + "count": 2 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/amber_grass.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/amber_grass.json index 758d5e645..d9f0a1579 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/amber_grass.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/amber_grass.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 8 + "count": 10 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json index b464f6c22..bc216736e 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/cave_grass.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 6 + "count": 7 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json index d674231a5..6a1d566b5 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/lutebus.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 2 + "count": 4 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json index 98419b076..d0442c031 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/orango.json @@ -3,7 +3,7 @@ "placement": [ { "type": "minecraft:count", - "count": 2 + "count": 4 }, { "type": "minecraft:in_square" diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/pitcher_plant.json similarity index 50% rename from kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json rename to kubejs/data/tfg/worldgen/placed_feature/mars/surface/pitcher_plant.json index 11e36935f..3f6047989 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_patch.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/pitcher_plant.json @@ -1,23 +1,26 @@ { - "feature": "tfg:mars/surface/aeronos_patch", + "feature": "tfg:mars/surface/pitcher_plant", "placement": [ { "type": "minecraft:rarity_filter", - "chance": 8 + "chance": 1 }, { "type": "minecraft:in_square" }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, { "type": "minecraft:biome" }, { - "type": "tfc:climate", - "min_forest": "sparse" + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" + }, + { + "type": "tfc:near_fluid", + "radius": 6, + "fluids": [ + "tfg:semiheavy_ammoniacal_water" + ] } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json deleted file mode 100644 index e0235e74d..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_huge.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "feature": "tfg:mars/surface/strophar_huge", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 3 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - }, - { - "type": "tfc:climate", - "min_forest": "normal" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json deleted file mode 100644 index 9fe5bec6b..000000000 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/strophar_patch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "feature": "tfg:mars/surface/strophar_patch", - "placement": [ - { - "type": "minecraft:rarity_filter", - "chance": 5 - }, - { - "type": "minecraft:in_square" - }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, - { - "type": "minecraft:biome" - }, - { - "type": "tfc:climate", - "min_forest": "sparse" - } - ] -} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/torchflower.json similarity index 55% rename from kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json rename to kubejs/data/tfg/worldgen/placed_feature/mars/surface/torchflower.json index 7290dc6a9..19d41518f 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/mars/surface/aeronos_huge.json +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/surface/torchflower.json @@ -1,23 +1,19 @@ { - "feature": "tfg:mars/surface/aeronos_huge", + "feature": "tfg:mars/surface/torchflower", "placement": [ { "type": "minecraft:rarity_filter", - "chance": 3 + "chance": 2 }, { "type": "minecraft:in_square" }, - { - "type": "minecraft:heightmap", - "heightmap": "MOTION_BLOCKING" - }, { "type": "minecraft:biome" }, { - "type": "tfc:climate", - "min_forest": "normal" + "type": "minecraft:heightmap", + "heightmap": "WORLD_SURFACE" } ] } \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos.json new file mode 100644 index 000000000..40ddda9f7 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/aeronos", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos_dead.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos_dead.json new file mode 100644 index 000000000..3612b1f27 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos_dead.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/aeronos_dead", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos_old_growth.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos_old_growth.json new file mode 100644 index 000000000..b9d75a7b2 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/aeronos_old_growth.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/aeronos_old_growth", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/alphacene_dead.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/alphacene_dead.json new file mode 100644 index 000000000..b39477429 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/alphacene_dead.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/alphacene_dead", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson.json new file mode 100644 index 000000000..cdec23129 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/crimson", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_amber.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_amber.json new file mode 100644 index 000000000..c85334354 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_amber.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/crimson_amber", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_dead.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_dead.json new file mode 100644 index 000000000..60068ade0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_dead.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/crimson_dead", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_rusticus.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_rusticus.json new file mode 100644 index 000000000..bde3f73d5 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_rusticus.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/crimson_rusticus", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_sangnum.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_sangnum.json new file mode 100644 index 000000000..d0c16ec7e --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/crimson_sangnum.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/crimson_sangnum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar.json new file mode 100644 index 000000000..23e1b2a1e --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/strophar", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar_dead.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar_dead.json new file mode 100644 index 000000000..61b9aa682 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar_dead.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/strophar_dead", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar_old_growth.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar_old_growth.json new file mode 100644 index 000000000..1f6452a24 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/strophar_old_growth.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/strophar_old_growth", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped.json new file mode 100644 index 000000000..cdec23129 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/crimson", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_amber.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_amber.json new file mode 100644 index 000000000..349608694 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_amber.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/warped_amber", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_dead.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_dead.json new file mode 100644 index 000000000..041047393 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_dead.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/warped_dead", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_rusticus.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_rusticus.json new file mode 100644 index 000000000..5a4466843 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_rusticus.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/warped_rusticus", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_sangnum.json b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_sangnum.json new file mode 100644 index 000000000..c873e114b --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/tree/warped_sangnum.json @@ -0,0 +1,4 @@ +{ + "feature": "tfg:mars/tree/warped_sangnum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/mars/vein/mars_hematite.json b/kubejs/data/tfg/worldgen/placed_feature/mars/vein/mars_hematite.json new file mode 100644 index 000000000..dde0de71c --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/mars/vein/mars_hematite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:mars/vein/mars_hematite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_cassiterite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_cassiterite.json new file mode 100644 index 000000000..1afc3113b --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_cassiterite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_cassiterite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_garnet.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_garnet.json new file mode 100644 index 000000000..1b3f77aec --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_garnet.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_garnet", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_gold.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_gold.json new file mode 100644 index 000000000..165774ba0 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_gold.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_gold", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_gypsum.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_gypsum.json new file mode 100644 index 000000000..86b586876 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_gypsum.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_gypsum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_tetrahedrite.json b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_tetrahedrite.json new file mode 100644 index 000000000..8d59dab39 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/vein/moon_tetrahedrite.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:moon/vein/moon_tetrahedrite", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gypsum.json b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gypsum.json new file mode 100644 index 000000000..9818e5b08 --- /dev/null +++ b/kubejs/data/tfg/worldgen/placed_feature/nether/vein/nether_gypsum.json @@ -0,0 +1,5 @@ +{ + "__credits__": "This vein was automatically generated by OresToFieldGuide.", + "feature": "tfg:nether/vein/nether_gypsum", + "placement": [] +} \ No newline at end of file diff --git a/kubejs/data/wan_ancient_beasts/loot_tables/entities/crusher.json b/kubejs/data/wan_ancient_beasts/loot_tables/entities/crusher.json new file mode 100644 index 000000000..41865f871 --- /dev/null +++ b/kubejs/data/wan_ancient_beasts/loot_tables/entities/crusher.json @@ -0,0 +1,65 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_crusher_meat", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 5 + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 3, + "type": "minecraft:uniform" + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "wan_ancient_beasts:crusher_spike", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0, + "max": 2, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/wan_ancient_beasts/loot_tables/entities/glider.json b/kubejs/data/wan_ancient_beasts/loot_tables/entities/glider.json new file mode 100644 index 000000000..90570f5b2 --- /dev/null +++ b/kubejs/data/wan_ancient_beasts/loot_tables/entities/glider.json @@ -0,0 +1,66 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_glider_wings", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 2, + "max": 6 + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 2, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + , + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "wan_ancient_beasts:glider_feather", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0, + "max": 2, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/wan_ancient_beasts/loot_tables/entities/soarer.json b/kubejs/data/wan_ancient_beasts/loot_tables/entities/soarer.json new file mode 100644 index 000000000..2499bd85b --- /dev/null +++ b/kubejs/data/wan_ancient_beasts/loot_tables/entities/soarer.json @@ -0,0 +1,66 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_whole_soarer", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4 + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 1, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + , + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "wan_ancient_beasts:glider_feather", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 0, + "max": 4, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/data/wan_ancient_beasts/loot_tables/entities/walker.json b/kubejs/data/wan_ancient_beasts/loot_tables/entities/walker.json new file mode 100644 index 000000000..9808e1bba --- /dev/null +++ b/kubejs/data/wan_ancient_beasts/loot_tables/entities/walker.json @@ -0,0 +1,45 @@ +{ + "__comment__": "This file was automatically created by mcresources", + "type": "minecraft:entity", + "pools": [ + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "tfg:food/raw_walker_steak", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 10, + "max": 25 + } + } + ] + } + ] + }, + { + "name": "loot_pool", + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "minecraft:bone", + "functions": [ + { + "function": "minecraft:set_count", + "count": { + "min": 4, + "max": 10, + "type": "minecraft:uniform" + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/kubejs/server_scripts/ad_astra/recipes.js b/kubejs/server_scripts/ad_astra/recipes.js index 618a1e1fc..ca80b01df 100644 --- a/kubejs/server_scripts/ad_astra/recipes.js +++ b/kubejs/server_scripts/ad_astra/recipes.js @@ -304,12 +304,18 @@ const registerAdAstraRecipes = (event) => { B: 'tfg:space_suit_fabric', D: 'ad_astra:oxygen_gear' }).id('tfg:space_suit') + + event.shapeless('ad_astra:space_suit', ['ad_astra:space_suit']) + .id('tfg:empty_space_suit') /* event.recipes.gtceu.assembler('ad_astra:netherite_space_suit') .itemInputs('ad_astra:space_suit', '5x #forge:plates/tungsten_steel','5x tfg:better_space_suit_fabric') .itemOutputs('ad_astra:netherite_space_suit') .duration(400) .EUt(GTValues.VA[GTValues.IV]) + + event.shapeless('ad_astra:netherite_space_suit', ['ad_astra:netherite_space_suit']) + .id('tfg:empty_netherite_space_suit') */ event.shaped('ad_astra:space_pants', [ 'BAB', @@ -367,6 +373,9 @@ const registerAdAstraRecipes = (event) => { C: 'gtceu:aluminium_fluid_cell' }).id('tfg:gas_tank') + event.shapeless('ad_astra:gas_tank', ['ad_astra:gas_tank']) + .id('tfg:empty_gas_tank') + event.shaped('ad_astra:large_gas_tank', [ 'ABA', 'ACA', @@ -377,6 +386,9 @@ const registerAdAstraRecipes = (event) => { C: 'gtceu:stainless_steel_fluid_cell' }).id('tfg:large_gas_tank') + event.shapeless('ad_astra:large_gas_tank', ['ad_astra:large_gas_tank']) + .id('tfg:empty_large_gas_tank') + //#endregion //#region Machines @@ -907,13 +919,14 @@ const registerAdAstraRecipes = (event) => { }).id('tfg:shaped/strophar_ladder') - generateGreenHouseRecipe(event, '8x ad_astra:strophar_mushroom', 'tfg:semiheavy_ammoniacal_water', 16000, + generateGreenHouseRecipe(event, '8x tfg:saplings/strophar', 'tfg:semiheavy_ammoniacal_water', 16000, '64x ad_astra:strophar_stem', 'tfg:green_house/strophar_mushroom', 'ad_astra:mars', 8, '16x ad_astra:strophar_cap', GTValues.VA[GTValues.MV]) - generateGreenHouseRecipe(event, '8x ad_astra:aeronos_mushroom', 'tfg:semiheavy_ammoniacal_water', 16000, + generateGreenHouseRecipe(event, '8x tfg:saplings/aeronos', 'tfg:semiheavy_ammoniacal_water', 16000, '64x ad_astra:aeronos_stem', 'tfg:green_house/aeronos_mushroom', 'ad_astra:mars', 8, '16x ad_astra:aeronos_cap', GTValues.VA[GTValues.MV]) - // TODO: needs a sapling - //generateGreenHouseRecipe(event, '8x ___', 16000, '64x ad_astra:glacian_log', 'tfg:green_house/glacian_tree', 'ad_astra:mars', 8, '8x species:alphacene_moss_block', GTValues.VA[GTValues.MV]) + generateGreenHouseRecipe(event, '8x tfg:saplings/glacian', 'tfg:semiheavy_ammoniacal_water', 16000, + '64x ad_astra:glacian_log', 'tfg:green_house/glacian_tree', 'ad_astra:mars', 8, + '8x species:alphacene_moss_block', GTValues.VA[GTValues.MV]) //#endregion } diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index a48b9fbb9..112add8c1 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -113,7 +113,7 @@ const registerAdAstraItemTags = (event) => { // these are log tags event.remove('ad_astra:aeronos_caps', 'ad_astra:aeronos_cap') event.remove('ad_astra:strophar_caps', 'ad_astra:strophar_cap') - + global.AD_ASTRA_WOOD.forEach(wood => { if (wood.log) { @@ -243,6 +243,7 @@ const registerAdAstraBlockTags = (event) => { event.add('tfg:mars_soil', 'tfg:grass/amber_mycelium') event.add('tfg:mars_soil', 'tfg:grass/sangnum_mycelium') event.add('ad_astra:mars_stone_replaceables', '#tfg:mars_soil') + event.add('minecraft:animals_spawnable_on', '#tfg:mars_soil') event.add('tfc:can_carve', '#ad_astra:moon_stone_replaceables') event.add('tfc:can_carve', '#ad_astra:mars_stone_replaceables') @@ -314,6 +315,20 @@ const registerAdAstraBiomeTags = (event) => { event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_dunes') event.add('sandworm_mod:can_spawn_sandworms', 'tfg:mars/martian_deep_desert') + + event.add('tfg:has_dark_sand_particles', 'tfg:mars/martian_dunes') + event.add('tfg:has_dark_sand_particles', 'tfg:mars/martian_deep_desert') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/martian_dune_edge') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/amber_plains') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/amber_hills') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/rusticus_plains') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/rusticus_hills') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/sangnum_plains') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/sangnum_hills') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/martian_oasis') + event.add('tfg:has_medium_sand_particles', 'tfg:mars/martian_mountains') + event.add('tfg:has_light_sand_particles', 'tfg:mars/martian_river') + event.add('tfg:has_light_sand_particles', 'tfg:mars/martian_riverbed') } const registerAdAstraEntityTypeTags = (event) => { @@ -335,7 +350,8 @@ const registerAdAstraEntityTypeTags = (event) => { 'endermanoverhaul:end_enderman', 'endermanoverhaul:end_islands_enderman', - 'minecraft:sniffer', + 'tfg:sniffer', + 'tfg:glacian_ram', 'species:wraptor', 'species:goober', 'species:cruncher', @@ -343,7 +359,14 @@ const registerAdAstraEntityTypeTags = (event) => { 'species:quake', 'endermanoverhaul:crimson_forest_enderman', 'endermanoverhaul:warped_forest_enderman', - 'endermanoverhaul:badlands_enderman' + 'endermanoverhaul:badlands_enderman', + 'wan_ancient_beasts:walker', + 'wan_ancient_beasts:eater', + 'wan_ancient_beasts:crusher', + 'wan_ancient_beasts:soarer', + 'wan_ancient_beasts:glider', + 'wan_ancient_beasts:toxlacanth', + 'wan_ancient_beasts:surfer' ] COLD_ENTITIES.forEach(entity => { @@ -364,6 +387,11 @@ const registerAdAstraEntityTypeTags = (event) => { event.add('tfg:ignores_gravity', 'endermanoverhaul:spirit') event.add('tfg:ignores_gravity', 'species:birt') event.add('tfg:ignores_gravity', 'ad_astra:star_crawler') + + event.add('tfg:ignores_gravity', 'species:wraptor') + event.add('tfg:ignores_gravity', 'wan_ancient_beasts:crusher') + event.add('tfg:ignores_gravity', 'wan_ancient_beasts:soarer') + event.add('tfg:ignores_gravity', 'wan_ancient_beasts:glider') } const registerAdAstraPlacedFeatures = (event) => { @@ -400,6 +428,7 @@ const registerAdAstraPlacedFeatures = (event) => { event.add("tfg:mars_amber_small_plants", "tfg:mars/surface/flammalix") event.add("tfg:mars_amber_small_plants", "tfg:mars/surface/lutebus") event.add("tfg:mars_amber_small_plants", "tfg:mars/surface/orango") + event.add("tfg:mars_amber_small_plants", "tfg:mars/surface/torchflower") event.add("tfg:mars_rusticus_small_plants", "tfg:mars/crop/amber_root") event.add("tfg:mars_rusticus_small_plants", "tfg:mars/crop/blossom_berry") @@ -412,7 +441,9 @@ const registerAdAstraPlacedFeatures = (event) => { event.add("tfg:mars_rusticus_small_plants", "tfg:mars/surface/lamellarium") event.add("tfg:mars_rusticus_small_plants", "tfg:mars/surface/lutebus") event.add("tfg:mars_rusticus_small_plants", "tfg:mars/surface/orango") + event.add("tfg:mars_rusticus_small_plants", "tfg:mars/surface/pitcher_plant") event.add("tfg:mars_rusticus_small_plants", "tfg:mars/surface/ruscus") + event.add("tfg:mars_rusticus_small_plants", "tfg:mars/surface/torchflower") event.add("tfg:mars_sangnum_small_plants", "tfg:mars/crop/blossom_berry") event.add("tfg:mars_sangnum_small_plants", "tfg:mars/crop/bolux_mushroom") @@ -424,26 +455,17 @@ const registerAdAstraPlacedFeatures = (event) => { event.add("tfg:mars_sangnum_small_plants", "tfg:mars/surface/flamaea") event.add("tfg:mars_sangnum_small_plants", "tfg:mars/surface/globulagus") event.add("tfg:mars_sangnum_small_plants", "tfg:mars/surface/lamellarium") + event.add("tfg:mars_sangnum_small_plants", "tfg:mars/surface/pitcher_plant") event.add("tfg:mars_sangnum_small_plants", "tfg:mars/surface/ruscus") event.add("tfg:mars_global_small_plants", "tfg:mars/surface/small_amaranita_mushroom") - // TODO - event.add("tfg:mars_trees", "tfg:mars/surface/strophar_huge") - event.add("tfg:mars_trees", "tfg:mars/surface/aeronos_huge") - event.add("tfg:mars_trees", "species:alphacene_mushroom") - event.add("tfg:mars_global_small_plants", "tfg:mars/surface/aeronos_patch") - event.add("tfg:mars_global_small_plants", "tfg:mars/surface/strophar_patch") - - event.add("tfg:mars_amber_vegetal_decoration", "#tfg:mars_trees") event.add("tfg:mars_amber_vegetal_decoration", "#tfg:mars_amber_small_plants") event.add("tfg:mars_amber_vegetal_decoration", "#tfg:mars_global_small_plants") - event.add("tfg:mars_rusticus_vegetal_decoration", "#tfg:mars_trees") event.add("tfg:mars_rusticus_vegetal_decoration", "#tfg:mars_rusticus_small_plants") event.add("tfg:mars_rusticus_vegetal_decoration", "#tfg:mars_global_small_plants") - event.add("tfg:mars_sangnum_vegetal_decoration", "#tfg:mars_trees") event.add("tfg:mars_sangnum_vegetal_decoration", "#tfg:mars_sangnum_small_plants") event.add("tfg:mars_sangnum_vegetal_decoration", "#tfg:mars_global_small_plants") diff --git a/kubejs/server_scripts/ae2/recipes.js b/kubejs/server_scripts/ae2/recipes.js index 7198628da..60a4f168d 100644 --- a/kubejs/server_scripts/ae2/recipes.js +++ b/kubejs/server_scripts/ae2/recipes.js @@ -17,6 +17,8 @@ const registerAE2Recipes = (event) => { ], mod: 'ae2' }); + event.remove( { output: 'ae2:fe_p2p_tunnel' } ) + // Cutting knives (for renaming things) event.shaped('ae2:certus_quartz_cutting_knife', [ ' A', @@ -1152,7 +1154,7 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => { 'ae2:logic_processor', 'ae2:engineering_processor', 'ae2:calculation_processor', - '#gtceu:circuits/iv', + '#gtceu:circuits/ev', '6x #forge:plates/stainless_steel') .inputFluids(Fluid.of('tfg:fluix', 144*5)) .itemOutputs('ae2:crafting_unit') @@ -1165,7 +1167,7 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => { 'ae2:logic_processor', 'ae2:engineering_processor', 'ae2:calculation_processor', - '#gtceu:circuits/iv', + '#gtceu:circuits/ev', '6x #forge:plates/stainless_steel') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*5)) .itemOutputs('2x ae2:crafting_unit') @@ -1253,57 +1255,57 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => { event.recipes.gtceu.assembler('ae2:interface_mv') .itemInputs( 'gtceu:mv_conveyor_module', - '8x #forge:plates/glass', + '2x #tfc:workbenches', '4x #forge:plates/aluminium', '4x ae2:annihilation_core', '4x ae2:formation_core') .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:interface') - .duration(200) + .duration(20*20) .EUt(GTValues.VA[GTValues.MV]) .cleanroom(CleanroomType.CLEANROOM) - // HV Moon Only - event.recipes.gtceu.assembler('ae2:interface_hv_moon') + // MV Moon Only + event.recipes.gtceu.assembler('ae2:interface_mv_moon') .itemInputs( - 'gtceu:hv_conveyor_module', - '8x #forge:plates/glass', - '4x #forge:plates/stainless_steel', + 'gtceu:mv_conveyor_module', + '2x #tfc:workbenches', + '4x #forge:plates/aluminium', '4x ae2:annihilation_core', '4x ae2:formation_core') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) .itemOutputs('4x ae2:interface') - .duration(200) - .EUt(GTValues.VA[GTValues.HV]) + .duration(20*10) + .EUt(GTValues.VA[GTValues.MV]) .dimension('ad_astra:moon') - // EV - event.recipes.gtceu.assembler('ae2:interface_ev') + // IV + event.recipes.gtceu.assembler('ae2:interface_iv') .itemInputs( - 'gtceu:ev_conveyor_module', - '8x #forge:plates/glass', - '4x #forge:plates/titanium', + 'gtceu:iv_conveyor_module', + '2x #tfc:workbenches', + '4x #forge:plates/tungsten_steel', '16x ae2:annihilation_core', '16x ae2:formation_core') - .inputFluids(Fluid.of('tfg:fluix', 1152)) - .itemOutputs('8x ae2:interface') - .duration(200) - .EUt(GTValues.VA[GTValues.EV]) + .inputFluids(Fluid.of('tfg:fluix', 144*8)) + .itemOutputs('16x ae2:interface') + .duration(20*20) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - // LuV - event.recipes.gtceu.assembler('ae2:interface_luv') + // IV Moon Only + event.recipes.gtceu.assembler('ae2:interface_iv_moon') .itemInputs( - 'gtceu:luv_conveyor_module', - '8x #forge:plates/glass', - '4x #forge:plates/rhodium_plated_palladium', - '32x ae2:annihilation_core', - '32x ae2:formation_core') - .inputFluids(Fluid.of('tfg:fluix', 4608)) + 'gtceu:iv_conveyor_module', + '2x #tfc:workbenches', + '4x #forge:plates/tungsten_steel', + '16x ae2:annihilation_core', + '16x ae2:formation_core') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('32x ae2:interface') - .duration(200) - .EUt(GTValues.VA[GTValues.LuV]) - .cleanroom(CleanroomType.CLEANROOM) + .duration(20*10) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') //#endregion @@ -1320,51 +1322,51 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => { '4x ae2:formation_core') .inputFluids(Fluid.of('tfg:fluix', 144)) .itemOutputs('ae2:pattern_provider') - .duration(800) + .duration(20*20) .EUt(GTValues.VA[GTValues.MV]) .cleanroom(CleanroomType.CLEANROOM) - // HV Moon Only + // MV Moon Only event.recipes.gtceu.assembler('ae2:pattern_provider_hv_moon') .itemInputs( - 'gtceu:hv_robot_arm', + 'gtceu:mv_robot_arm', '2x #tfc:workbenches', - '4x #forge:plates/stainless_steel', + '4x #forge:plates/aluminium', '4x ae2:annihilation_core', '4x ae2:formation_core') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144)) .itemOutputs('4x ae2:pattern_provider') - .duration(200) - .EUt(GTValues.VA[GTValues.HV]) + .duration(20*10) + .EUt(GTValues.VA[GTValues.MV]) .dimension('ad_astra:moon') - // EV + // IV event.recipes.gtceu.assembler('ae2:pattern_provider_ev') .itemInputs( - 'gtceu:ev_robot_arm', + 'gtceu:iv_robot_arm', '2x #tfc:workbenches', - '4x #forge:plates/titanium', + '4x #forge:plates/tungsten_steel', '16x ae2:annihilation_core', '16x ae2:formation_core') - .inputFluids(Fluid.of('tfg:fluix', 1152)) - .itemOutputs('8x ae2:pattern_provider') - .duration(800) - .EUt(GTValues.VA[GTValues.EV]) + .inputFluids(Fluid.of('tfg:fluix', 144*8)) + .itemOutputs('16x ae2:pattern_provider') + .duration(20*20) + .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - // LuV + // IV Moon Only event.recipes.gtceu.assembler('ae2:pattern_provider_luv') .itemInputs( - 'gtceu:luv_robot_arm', + 'gtceu:iv_robot_arm', '2x #tfc:workbenches', - '4x #forge:plates/rhodium_plated_palladium', - '32x ae2:annihilation_core', - '32x ae2:formation_core') - .inputFluids(Fluid.of('tfg:fluix', 4608)) + '4x #forge:plates/tungsten_steel', + '16x ae2:annihilation_core', + '16x ae2:formation_core') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('32x ae2:pattern_provider') - .duration(800) - .EUt(GTValues.VA[GTValues.LuV]) - .cleanroom(CleanroomType.CLEANROOM) + .duration(20*10) + .EUt(GTValues.VA[GTValues.IV]) + .dimension('ad_astra:moon') //#endregion @@ -2150,24 +2152,38 @@ global.MINECRAFT_DYE_NAMES.forEach(dye => { '8x ae2:engineering_processor', '14x gtceu:iv_sensor', 'ae2:logic_processor') - .inputFluids(Fluid.of('gtceu:titanium', 1440)) + .inputFluids(Fluid.of('tfg:fluix', 144*200)) + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*150)) .itemOutputs('ae2:quantum_ring') .duration(900) - .EUt(8300) + .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) // Quantum Link Chamber event.recipes.gtceu.assembly_line('ae2:quantum_link') .itemInputs( '8x ae2:fluix_pearl', - '6x ae2:quartz_vibrant_glass', - '8x ae2:engineering_processor', - '14x gtceu:iv_sensor', - '2x gtceu:hv_lithium_battery') - .inputFluids(Fluid.of('gtceu:titanium', 1088)) + 'gtceu:fusion_glass', + '32x megacells:accumulation_processor', + '32x megacells:accumulation_processor', + '32x ae2:engineering_processor', + '32x ae2:engineering_processor', + '32x ae2:logic_processor', + '32x ae2:logic_processor', + '32x ae2:calculation_processor', + '32x ae2:calculation_processor', + 'gtceu:ruthenium_trinium_americium_neutronate_hex_wire', + '32x gtceu:uv_sensor', + '32x gtceu:uv_emitter', + '8x gtceu:uv_field_generator', + 'gtceu:max_battery') + .inputFluids(Fluid.of('tfg:fluix', 144*2000)) + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*1500)) + .stationResearch(b => b.researchStack(Item.of('minecraft:glass')).EUt(GTValues.VA[GTValues.UV]).CWUt(256)) + .dimension('ad_astra:moon') .itemOutputs('ae2:quantum_link') .duration(700) - .EUt(8300) + .EUt(GTValues.VA[GTValues.UHV]) .cleanroom(CleanroomType.CLEANROOM) // Chemical Reactor diff --git a/kubejs/server_scripts/ae2/tags.js b/kubejs/server_scripts/ae2/tags.js index 316431166..30ad88670 100644 --- a/kubejs/server_scripts/ae2/tags.js +++ b/kubejs/server_scripts/ae2/tags.js @@ -10,6 +10,8 @@ const registerAE2ItemTags = (event) => { event.remove('forge:storage_blocks', 'ae2:quartz_block') event.remove('forge:storage_blocks/certus_quartz', 'ae2:quartz_block') + + event.removeAll('ae2:p2p_attunements/fe_p2p_tunnel') event.add('tfg:certus_quartz_blocks', 'gtceu:certus_quartz_block') event.add('tfg:certus_quartz_blocks', 'ae2:quartz_block') diff --git a/kubejs/server_scripts/afc/recipes.js b/kubejs/server_scripts/afc/recipes.js index 11d12beb8..1ef18f35f 100644 --- a/kubejs/server_scripts/afc/recipes.js +++ b/kubejs/server_scripts/afc/recipes.js @@ -90,9 +90,9 @@ const registerAFCRecipes = (event) => { .bonus(false) .id('afc:anvil/tree_tap') - event.recipes.gtceu.assembler('afc:tree_tap') + event.recipes.gtceu.extruder('afc:tree_tap') .itemInputs('#forge:ingots/copper') - .circuit(3) + .notConsumable('gtceu:bottle_extruder_mold') .itemOutputs('afc:tree_tap') .duration(50) .EUt(7) @@ -291,7 +291,7 @@ const registerAFCRecipes = (event) => { .itemInputs('#tfc:maple_logs') .chancedOutput('afc:maple_sugar', 7500, 0) .chancedOutput('gtceu:plant_ball', 3750, 0) - .chancedOutput('gtceu:wood_dust', 2500, 0) + .chancedOutput('gtceu:hardwood_dust', 2500, 0) .outputFluids(Fluid.of('gtceu:methane', 60), Fluid.of('afc:maple_syrup', 100)) .duration(20*20) .EUt(GTValues.VA[GTValues.MV]) @@ -300,7 +300,7 @@ const registerAFCRecipes = (event) => { .itemInputs('#tfc:birch_logs') .chancedOutput('afc:birch_sugar', 7500, 0) .chancedOutput('gtceu:plant_ball', 3750, 0) - .chancedOutput('gtceu:wood_dust', 2500, 0) + .chancedOutput('gtceu:hardwood_dust', 2500, 0) .outputFluids(Fluid.of('gtceu:methane', 60), Fluid.of('afc:birch_syrup', 100)) .duration(20*20) .EUt(GTValues.VA[GTValues.MV]) diff --git a/kubejs/server_scripts/beneath/recipes.js b/kubejs/server_scripts/beneath/recipes.js index cbe2c6a8f..c28c32fbd 100644 --- a/kubejs/server_scripts/beneath/recipes.js +++ b/kubejs/server_scripts/beneath/recipes.js @@ -68,12 +68,20 @@ const registerBeneathRecipes = (event) => { event.recipes.tfc.landslide('beneath:soul_clay', 'beneath:soul_clay') - generateGreenHouseRecipe(event, '8x minecraft:warped_fungus', 'tfg:semiheavy_ammoniacal_water', 16000, + generateGreenHouseRecipe(event, '8x tfg:saplings/warped', 'tfg:semiheavy_ammoniacal_water', 16000, '64x beneath:wood/log/warped', 'tfg:green_house/warped_fungus', 'ad_astra:mars', 8, - '16x minecraft:warped_wart_block', GTValues.VA[GTValues.MV]) - generateGreenHouseRecipe(event, '8x minecraft:crimson_fungus', 'tfg:semiheavy_ammoniacal_water', 16000, + '32x minecraft:warped_wart_block', GTValues.VA[GTValues.MV]) + generateGreenHouseRecipe(event, '8x tfg:saplings/crimson', 'tfg:semiheavy_ammoniacal_water', 16000, '64x beneath:wood/log/crimson', 'tfg:green_house/crimson_fungus', 'ad_astra:mars', 8, - '16x minecraft:nether_wart_block', GTValues.VA[GTValues.MV]) + '32x minecraft:nether_wart_block', GTValues.VA[GTValues.MV]) + + Ingredient.of('#beneath:mushrooms').stacks.forEach(element => { + const itemId = element.id; + const recipeId = `greenhouse_${itemId.replace(':', '_')}`; + + generateGreenHouseRecipe(event, element.withCount(4), '#tfc:any_fresh_water', 8000, element.withCount(24), + recipeId, 'minecraft:the_nether', 8, element.withCount(4), GTValues.VH[GTValues.LV]); + }); // don't pass in the items like doors, trapdoors etc because beneath already has good recipes for those woodBuilder(event, 'crimson', 'beneath:wood/lumber/crimson', '#tfc:crimson_logs', 'beneath:wood/log/crimson', diff --git a/kubejs/server_scripts/beneath/tags.js b/kubejs/server_scripts/beneath/tags.js index 006a33c3f..df455effa 100644 --- a/kubejs/server_scripts/beneath/tags.js +++ b/kubejs/server_scripts/beneath/tags.js @@ -20,6 +20,11 @@ const registerBeneathBlockTags = (event) => { event.add('beneath:blackstone_decor', 'minecraft:blackstone'); event.remove('beneath:blackstone') + + event.remove('minecraft:leaves', 'beneath:wood/leaves/crimson') + event.remove('minecraft:leaves', 'beneath:wood/leaves/warped') + event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/crimson') + event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/warped') } const registerBeneathItemTags = (event) => { @@ -33,6 +38,13 @@ const registerBeneathItemTags = (event) => { event.add("forge:raw_materials/sylvite", "tfc:ores/sylvite") event.add('forge:ores', 'beneath:ore/nether_cursecoal') event.add('forge:ores', 'beneath:ore/blackstone_sylvite') + + event.add('forge:mushrooms', '#beneath:mushrooms') event.remove('beneath:sparks_on_sulfur') + + event.remove('minecraft:leaves', 'beneath:wood/leaves/crimson') + event.remove('minecraft:leaves', 'beneath:wood/leaves/warped') + event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/crimson') + event.add('tfg:do_not_destroy_in_space', 'beneath:wood/leaves/warped') } \ No newline at end of file diff --git a/kubejs/server_scripts/betterend/tags.js b/kubejs/server_scripts/betterend/tags.js index fbd659bd6..a7cc94002 100644 --- a/kubejs/server_scripts/betterend/tags.js +++ b/kubejs/server_scripts/betterend/tags.js @@ -13,7 +13,7 @@ function registerBetterEndItemTags(event) { event.add('tfc:foods/grains', 'betterend:amber_root_product') event.add('tfc:foods', 'betterend:blossom_berry_product') - event.add('tfc:foods/fruit', 'betterend:blossom_berry_product') + event.add('tfc:foods/fruits', 'betterend:blossom_berry_product') event.add('tfc:foods', 'betterend:bolux_mushroom_product') event.add('tfc:foods/vegetables', 'betterend:bolux_mushroom_product') @@ -24,8 +24,12 @@ function registerBetterEndItemTags(event) { event.add('tfc:foods', 'betterend:cave_pumpkin') event.add('tfc:foods', 'betterend:cave_pumpkin_chunks') - event.add('tfc:foods/fruit', 'betterend:cave_pumpkin_chunks') + event.add('tfc:foods/fruits', 'betterend:cave_pumpkin_chunks') + event.add('tfc:foods', 'betterend:cave_pumpkin_pie_dough') + event.add('tfc:foods', 'betterend:cave_pumpkin_pie_raw') event.add('tfc:foods', 'betterend:cave_pumpkin_pie') + event.add('firmalife:foods/washable', 'betterend:cave_pumpkin_pie_raw') + event.add('firmalife:foods/washable', 'betterend:cave_pumpkin_pie') event.add('tfc:foods', 'betterend:chorus_mushroom_product') event.add('tfc:foods/vegetables', 'betterend:chorus_mushroom_product') @@ -35,7 +39,10 @@ function registerBetterEndItemTags(event) { event.add('forge:mushrooms', 'betterend:chorus_mushroom_cooked') event.add('tfc:foods', 'betterend:shadow_berry_product') - event.add('tfc:foods/fruit', 'betterend:shadow_berry_product') + event.add('tfc:foods/fruits', 'betterend:shadow_berry_product') event.add('tfc:foods', 'betterend:shadow_berry_cooked') - event.add('tfc:foods/fruit', 'betterend:shadow_berry_cooked') + event.add('tfc:foods/fruits', 'betterend:shadow_berry_cooked') + + event.add('forge:mushrooms', 'betterend:flammalix') + event.add('forge:mushrooms', 'betterend:small_amaranita_mushroom') } \ No newline at end of file diff --git a/kubejs/server_scripts/constructionwand/recipes.js b/kubejs/server_scripts/constructionwand/recipes.js index 4cb343b04..735911c33 100644 --- a/kubejs/server_scripts/constructionwand/recipes.js +++ b/kubejs/server_scripts/constructionwand/recipes.js @@ -45,13 +45,12 @@ function registerConstructionwandRecipes(event) { event.shaped('1x constructionwand:infinity_wand', [ ' EB', ' C ', - 'AD ' + 'A ' ], { A: '#forge:rods/polytetrafluoroethylene', C: '#forge:rods/long/aluminium', B: '#forge:double_plates/titanium', - D: '#gtceu:circuits/iv', - E: 'minecraft:nether_star', + E: 'ae2:charged_certus_quartz_crystal', }).id('constructionwand:shaped/infinity_wand') event.shaped('1x constructionwand:core_angel', [ diff --git a/kubejs/server_scripts/create/recipes.js b/kubejs/server_scripts/create/recipes.js index 5d42d6a85..017305501 100644 --- a/kubejs/server_scripts/create/recipes.js +++ b/kubejs/server_scripts/create/recipes.js @@ -922,7 +922,7 @@ const registerCreateRecipes = (event) => { ], { A: 'gtceu:glass_tube', B: '#forge:bolts/steel', - C: 'gtceu:treated_wood_plate', + C: 'gtceu:wood_plate', D: 'gtceu:red_alloy_single_wire', E: '#forge:plates/wrought_iron', F: '#forge:tools/screwdrivers', @@ -931,7 +931,7 @@ const registerCreateRecipes = (event) => { event.recipes.createSequencedAssembly([ '2x create:electron_tube', - ], 'gtceu:treated_wood_plate', [ + ], 'gtceu:wood_plate', [ event.recipes.createDeploying('tfg:unfinished_electron_tube', ['tfg:unfinished_electron_tube', '#forge:plates/wrought_iron']), event.recipes.createDeploying('tfg:unfinished_electron_tube', ['tfg:unfinished_electron_tube', 'gtceu:red_alloy_single_wire']), event.recipes.createDeploying('tfg:unfinished_electron_tube', ['tfg:unfinished_electron_tube', 'gtceu:red_alloy_single_wire']), diff --git a/kubejs/server_scripts/create/tags.js b/kubejs/server_scripts/create/tags.js index 2cdde4e17..a452f380f 100644 --- a/kubejs/server_scripts/create/tags.js +++ b/kubejs/server_scripts/create/tags.js @@ -100,6 +100,8 @@ const registerCreateBlockTags = (event) => { event.add('create:chest_mounted_storage', '#forge:chests/wooden') event.add('create:chest_mounted_storage', 'framedblocks:framed_chest') + + event.add('create:passive_boiler_heaters', 'minecraft:campfire') } diff --git a/kubejs/server_scripts/create_additions/recipes.js b/kubejs/server_scripts/create_additions/recipes.js index 2b761d5f1..da063578e 100644 --- a/kubejs/server_scripts/create_additions/recipes.js +++ b/kubejs/server_scripts/create_additions/recipes.js @@ -113,6 +113,7 @@ const registerCreateAdditionsRecipes = (event) => { processingTime: 20 * 6 }).id(`tfg:vi/lathe/straw`) + // the amount is hardcoded to 100mb because create additions sucks event.custom({ type: 'createaddition:liquid_burning', input: { @@ -126,99 +127,99 @@ const registerCreateAdditionsRecipes = (event) => { type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:creosote', - amount: 160 + amount: 100 }, - burnTime: 10 * 9 * 9 + burnTime: 500 }).id('tfg:createadditions/liquid_burning/creosote') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:biomass', - amount: 40 + amount: 100 }, - burnTime: 10 * 9 * 9 + burnTime: 2000 }).id('tfg:createadditions/liquid_burning/biomass') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:oil', - amount: 200 + amount: 100 }, - burnTime: 10 * 9 * 9 + burnTime: 400 }).id('tfg:createadditions/liquid_burning/oil') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:oil_heavy', - amount: 32 + amount: 100 }, - burnTime: 10 * 9 * 9 + burnTime: 2500 }).id('tfg:createadditions/liquid_burning/oil_heavy') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:sulfuric_heavy_fuel', - amount: 32 + amount: 100 }, - burnTime: 10 * 9 * 9 + burnTime: 2500 }).id('tfg:createadditions/liquid_burning/sulfuric_heavy_fuel') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:heavy_fuel', - amount: 16 + amount: 100 }, - burnTime: 30 * 9 * 9 + burnTime: 7000 }).id('tfg:createadditions/liquid_burning/heavy_fuel') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:fish_oil', - amount: 50 + amount: 100 }, - burnTime: 100 * 9 * 9 + burnTime: 7000 }).id('tfg:createadditions/liquid_burning/fish_oil') event.custom({ type: 'createaddition:liquid_burning', input: { fluid: 'tfc:olive_oil', - amount: 50 + amount: 100 }, - burnTime: 150 * 9 * 9 + burnTime: 7000 }).id('tfg:createadditions/liquid_burning/olive_oil') event.custom({ type: 'createaddition:liquid_burning', input: { fluid: 'firmalife:soybean_oil', - amount: 50 + amount: 100 }, - burnTime: 150 * 9 * 9 + burnTime: 7000 }).id('tfg:createadditions/liquid_burning/soybean_oil') event.custom({ type: 'createaddition:liquid_burning', input: { fluidTag: 'forge:seed_oil', - amount: 50 + amount: 100 }, - burnTime: 150 * 9 * 9 + burnTime: 7000 }).id('tfg:createadditions/liquid_burning/seed_oil') event.custom({ type: 'createaddition:liquid_burning', input: { fluid: 'gtceu:steam', - amount: 256 + amount: 100 }, - burnTime: 4 * 9 * 9 + burnTime: 1 }).id('tfg:createadditions/liquid_burning/steam') //#endregion diff --git a/kubejs/server_scripts/create_hypertube/recipes.js b/kubejs/server_scripts/create_hypertube/recipes.js index 71ceca392..5088c2364 100644 --- a/kubejs/server_scripts/create_hypertube/recipes.js +++ b/kubejs/server_scripts/create_hypertube/recipes.js @@ -6,18 +6,34 @@ function registerCreateHypertubeRecipes(event) { event.recipes.gtceu.assembler('create_hypertube:hypertube') .itemInputs('2x #forge:plates/stainless_steel', '4x ae2:quartz_glass') .itemOutputs('8x create_hypertube:hypertube') - .EUt(512) - .duration(40) + .EUt(GTValues.VA[GTValues.HV]) + .duration(50) + event.recipes.gtceu.assembler('create_hypertube:entrance') .itemInputs('4x #forge:plates/stainless_steel','create:smart_chute' ,'greate:stainless_steel_cogwheel', 'ae2:charged_certus_quartz_crystal') .itemOutputs('create_hypertube:hypertube_entrance') .inputFluids(Fluid.of('gtceu:silicone_rubber', 288)) - .EUt(512) - .duration(80) + .EUt(GTValues.VA[GTValues.HV]) + .duration(100) + event.recipes.gtceu.assembler('create_hypertube:entrance_sbr') .itemInputs('4x #forge:plates/stainless_steel','create:smart_chute' ,'greate:stainless_steel_cogwheel', 'ae2:charged_certus_quartz_crystal') .itemOutputs('create_hypertube:hypertube_entrance') .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 144)) - .EUt(512) - .duration(80) + .EUt(GTValues.VA[GTValues.HV]) + .duration(100) + + event.recipes.gtceu.assembler('create_hypertube:accelerator') + .itemInputs('2x #forge:plates/stainless_steel', 'greate:stainless_steel_cogwheel', 'ae2:fluix_crystal') + .itemOutputs('create_hypertube:hypertube_accelerator') + .inputFluids(Fluid.of('gtceu:silicone_rubber', 288)) + .EUt(GTValues.VA[GTValues.HV]) + .duration(100) + + event.recipes.gtceu.assembler('create_hypertube:accelerator_sbr') + .itemInputs('2x #forge:plates/stainless_steel', 'greate:stainless_steel_cogwheel', 'ae2:fluix_crystal') + .itemOutputs('create_hypertube:hypertube_accelerator') + .inputFluids(Fluid.of('gtceu:styrene_butadiene_rubber', 144)) + .EUt(GTValues.VA[GTValues.HV]) + .duration(100) } diff --git a/kubejs/server_scripts/createdeco/recipes.js b/kubejs/server_scripts/createdeco/recipes.js index 7694e779e..1b43e3787 100644 --- a/kubejs/server_scripts/createdeco/recipes.js +++ b/kubejs/server_scripts/createdeco/recipes.js @@ -165,6 +165,7 @@ const registerCreatedecoRecipes = (event) => { .itemInputs('5x minecraft:brick', powder) .inputFluids(Fluid.of('gtceu:concrete', 144)) .itemOutputs(`4x createdeco:${type}_bricks`) + .circuit(3) .duration(50) .EUt(7) }); @@ -466,4 +467,36 @@ const registerCreatedecoRecipes = (event) => { }).id('tfg:createdeco/shaped/industrial_iron_ladder') // #endregion + + // #region Shipping Containers + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.remove({ id: `createdeco:${color}_shipping_container_from_dyeing_vaults` }) + + event.recipes.gtceu.chemical_bath(`createdeco:${color}_shipping_container`) + .itemInputs('create:item_vault') + .inputFluids(Fluid.of(`tfc:${color}_dye`, 144)) + .itemOutputs(`createdeco:${color}_shipping_container`) + .duration(100) + .EUt(16) + .category(GTRecipeCategories.CHEM_DYES); + + event.recipes.gtceu.chemical_bath(`createdeco:${color}_shipping_container_recolor`) + .itemInputs('#createdeco:shipping_containers') + .inputFluids(Fluid.of(`tfc:${color}_dye`, 144)) + .itemOutputs(`createdeco:${color}_shipping_container`) + .duration(100) + .EUt(16) + .category(GTRecipeCategories.CHEM_DYES); + }) + + event.recipes.gtceu.chemical_bath(`createdeco:bleach_shipping_container`) + .itemInputs('#createdeco:shipping_containers') + .inputFluids(Fluid.of('gtceu:chlorine', 144)) + .itemOutputs('create:item_vault') + .duration(100) + .EUt(16) + .category(GTRecipeCategories.CHEM_DYES); + + // #endregion }; diff --git a/kubejs/server_scripts/createdeco/tags.js b/kubejs/server_scripts/createdeco/tags.js index 1ebab2044..9ab63b54e 100644 --- a/kubejs/server_scripts/createdeco/tags.js +++ b/kubejs/server_scripts/createdeco/tags.js @@ -4,17 +4,14 @@ const metalBars = ['andesite', 'brass', 'iron', 'copper', 'industrial_iron', 'zi const registerCreateDecoItemTags = (event) => { - //#region Hidden Items global.CREATEDECO_DISABLED_ITEMS.forEach(item => { event.removeAllTagsFrom(item) event.add('c:hidden_from_recipe_viewers', item) }); - //#endregion event.remove('createdeco:internal/blocks/iron_blocks', 'minecraft:iron_block') event.remove('createdeco:internal/blocks/industrial_iron_blocks', 'create:industrial_iron_block') - //#region Apply Tags metalBars.forEach(metalBars => { event.add('tfg:metal_bars', `createdeco:${metalBars}_bars`) event.add('tfg:metal_bars', `createdeco:${metalBars}_bars_overlay`) @@ -53,7 +50,10 @@ const registerCreateDecoItemTags = (event) => { event.add("createdeco:internal/blocks/industrial_iron_blocks", "#forge:storage_blocks/steel") event.add("createdeco:internal/blocks/zinc_blocks", "#forge:storage_blocks/zinc") event.add("createdeco:internal/blocks/andesite_blocks", "#forge:storage_blocks/tin_alloy") - //#endregion + + global.MINECRAFT_DYE_NAMES.forEach(color => { + event.add('createdeco:shipping_containers', `createdeco:${color}_shipping_container`) + }) }; const registerCreateDecoBlockTags = (event) => { diff --git a/kubejs/server_scripts/extended_ae2/recipes.js b/kubejs/server_scripts/extended_ae2/recipes.js index 2b7119994..6c6842bac 100644 --- a/kubejs/server_scripts/extended_ae2/recipes.js +++ b/kubejs/server_scripts/extended_ae2/recipes.js @@ -14,58 +14,79 @@ const registerExtendedAE2Recipes = (event) => { //#region Ext Interface - // IV + // IV - event.recipes.gtceu.assembler('expatternprovider:ex_interface_iv') + event.recipes.gtceu.assembler('tfg:ex_interface_iv') .itemInputs( 'gtceu:iv_conveyor_module', '8x gtceu:laminated_glass', - '4x gtceu:tungsten_steel_plate', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor', + '2x megacells:accumulation_processor', '2x #ae2:interface') .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('expatternprovider:ex_interface') .duration(300) .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(1) - // LuV Moon Only + // IV Moon Only - event.recipes.gtceu.assembler('expatternprovider:ex_interface_luv_moon') + event.recipes.gtceu.assembler('tfg:ex_interface_iv_moon') .itemInputs( - 'gtceu:luv_conveyor_module', + 'gtceu:iv_conveyor_module', '8x gtceu:laminated_glass', - '4x #forge:plates/rhodium_plated_palladium', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor', + '2x megacells:accumulation_processor', '2x #ae2:interface') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('2x expatternprovider:ex_interface') .duration(300) - .EUt(GTValues.VA[GTValues.LuV]) + .EUt(GTValues.VA[GTValues.IV]) .dimension('ad_astra:moon') + .circuit(1) // ZPM - event.recipes.gtceu.assembler('expatternprovider:ex_interface_zpm') + event.recipes.gtceu.assembler('tfg:ex_interface_zpm') .itemInputs( 'gtceu:zpm_conveyor_module', '8x gtceu:laminated_glass', '4x #forge:plates/naquadah_alloy', - '32x ae2:annihilation_core', - '32x ae2:formation_core', - 'megacells:accumulation_processor', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor', '16x #ae2:interface') - .inputFluids(Fluid.of('tfg:fluix', 144*16)) - .itemOutputs('8x expatternprovider:ex_interface') + .inputFluids(Fluid.of('tfg:fluix', 144*32)) + .itemOutputs('16x expatternprovider:ex_interface') .duration(300) .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(1) - // Extended Interface Upgrade + // ZPM Moon Only + + event.recipes.gtceu.assembler('tfg:ex_interface_zpm_moon') + .itemInputs( + 'gtceu:zpm_conveyor_module', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor', + '16x #ae2:interface') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*32)) + .itemOutputs('32x expatternprovider:ex_interface') + .duration(300) + .EUt(GTValues.VA[GTValues.ZPM]) + .dimension('ad_astra:moon') + .circuit(1) + + // Interface Upgrade // IV @@ -73,34 +94,34 @@ const registerExtendedAE2Recipes = (event) => { .itemInputs( 'gtceu:iv_conveyor_module', '8x gtceu:laminated_glass', - '4x gtceu:tungsten_steel_plate', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor', - '#ae2:interface') + '2x megacells:accumulation_processor', + '1x #ae2:interface') .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('expatternprovider:interface_upgrade') .duration(300) - .circuit(4) .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(2) - // LuV Moon Only + // IV Moon Only - event.recipes.gtceu.assembler('expatternprovider:interface_upgrade_luv_moon') + event.recipes.gtceu.assembler('expatternprovider:interface_upgrade_iv_moon') .itemInputs( - 'gtceu:luv_conveyor_module', + 'gtceu:iv_conveyor_module', '8x gtceu:laminated_glass', - '4x #forge:plates/rhodium_plated_palladium', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor') + '2x megacells:accumulation_processor') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('2x expatternprovider:interface_upgrade') .duration(300) - .circuit(4) - .EUt(GTValues.VA[GTValues.LuV]) + .EUt(GTValues.VA[GTValues.IV]) .dimension('ad_astra:moon') + .circuit(2) // ZPM @@ -109,16 +130,33 @@ const registerExtendedAE2Recipes = (event) => { 'gtceu:zpm_conveyor_module', '8x gtceu:laminated_glass', '4x #forge:plates/naquadah_alloy', - '32x ae2:annihilation_core', - '32x ae2:formation_core', - 'megacells:accumulation_processor', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor', '8x #ae2:interface') - .inputFluids(Fluid.of('tfg:fluix', 144*16)) - .itemOutputs('8x expatternprovider:interface_upgrade') + .inputFluids(Fluid.of('tfg:fluix', 144*32)) + .itemOutputs('16x expatternprovider:interface_upgrade') .duration(300) - .circuit(4) .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(2) + + // ZPM Moon Only + + event.recipes.gtceu.assembler('expatternprovider:interface_upgrade_zpm_moon') + .itemInputs( + 'gtceu:zpm_conveyor_module', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*32)) + .itemOutputs('32x expatternprovider:interface_upgrade') + .duration(300) + .EUt(GTValues.VA[GTValues.ZPM]) + .dimension('ad_astra:moon') + .circuit(2) //#endregion @@ -126,106 +164,143 @@ const registerExtendedAE2Recipes = (event) => { // IV - event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_luv') + event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_iv') .itemInputs( '4x #expatternprovider:extended_interface', '4x megacells:accumulation_processor', 'gtceu:iv_robot_arm', 'gtceu:iv_fluid_regulator', '4x #forge:dense_plates/tungsten_steel', - '#gtceu:circuits/iv') + '#gtceu:circuits/luv') .inputFluids(Fluid.of('tfg:fluix', 144*9)) .itemOutputs("expatternprovider:oversize_interface") .duration(300) .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) - // LuV + // IV Moon - event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_zpm') + event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_iv_moon') .itemInputs( '4x #expatternprovider:extended_interface', '4x megacells:accumulation_processor', - 'gtceu:luv_robot_arm', - 'gtceu:luv_fluid_regulator', - '4x #forge:dense_plates/rhodium_plated_palladium', + 'gtceu:iv_robot_arm', + 'gtceu:iv_fluid_regulator', + '4x #forge:dense_plates/tungsten_steel', '#gtceu:circuits/luv') - .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*4)) + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*9)) .itemOutputs("4x expatternprovider:oversize_interface") .duration(300) - .EUt(GTValues.VA[GTValues.LuV]) + .EUt(GTValues.VA[GTValues.IV]) .dimension('ad_astra:moon') // ZPM - event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_uv') + event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_zpm') .itemInputs( '8x #expatternprovider:extended_interface', '4x megacells:accumulation_processor', 'gtceu:zpm_robot_arm', 'gtceu:zpm_fluid_regulator', '4x #forge:dense_plates/naquadah_alloy', - '#gtceu:circuits/zpm') + '#gtceu:circuits/uv') .inputFluids(Fluid.of('tfg:fluix', 144*18)) .itemOutputs("8x expatternprovider:oversize_interface") .duration(300) .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) + // ZPM Moon + + event.recipes.gtceu.assembly_line('expatternprovider:oversize_interface_zpm_moon') + .itemInputs( + '8x #expatternprovider:extended_interface', + '4x megacells:accumulation_processor', + 'gtceu:zpm_robot_arm', + 'gtceu:zpm_fluid_regulator', + '4x #forge:dense_plates/naquadah_alloy', + '#gtceu:circuits/uv') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*18)) + .itemOutputs("16x expatternprovider:oversize_interface") + .duration(300) + .EUt(GTValues.VA[GTValues.ZPM]) + .dimension('ad_astra:moon') + //#endregion //#region Ext Pattern Provider // IV - event.recipes.gtceu.assembler('expatternprovider:ex_pattern_provider_iv') + event.recipes.gtceu.assembler('tfg:ex_pattern_provider_iv') .itemInputs( 'gtceu:iv_robot_arm', '8x gtceu:laminated_glass', - '4x gtceu:tungsten_steel_plate', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor', + '2x megacells:accumulation_processor', '2x #ae2:pattern_provider') .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('expatternprovider:ex_pattern_provider') .duration(300) .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(1) - // LuV Moon Only + // IV Moon Only - event.recipes.gtceu.assembler('expatternprovider:ex_pattern_provider_moon') + event.recipes.gtceu.assembler('tfg:ex_pattern_provider_iv_moon') .itemInputs( - 'gtceu:luv_robot_arm', + 'gtceu:iv_robot_arm', '8x gtceu:laminated_glass', - '4x #forge:plates/rhodium_plated_palladium', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor', + '2x megacells:accumulation_processor', '2x #ae2:pattern_provider') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('2x expatternprovider:ex_pattern_provider') .duration(300) - .EUt(GTValues.VA[GTValues.LuV]) + .EUt(GTValues.VA[GTValues.IV]) .dimension('ad_astra:moon') + .circuit(1) // ZPM - event.recipes.gtceu.assembler('expatternprovider:ex_pattern_provider_zpm') + event.recipes.gtceu.assembler('tfg:ex_pattern_provider_zpm') .itemInputs( 'gtceu:zpm_robot_arm', '8x gtceu:laminated_glass', '4x #forge:plates/naquadah_alloy', - '32x ae2:annihilation_core', - '32x ae2:formation_core', - 'megacells:accumulation_processor', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor', '16x #ae2:pattern_provider') - .inputFluids(Fluid.of('tfg:fluix', 144*16)) - .itemOutputs('8x expatternprovider:ex_pattern_provider') + .inputFluids(Fluid.of('tfg:fluix', 144*32)) + .itemOutputs('16x expatternprovider:ex_pattern_provider') .duration(300) .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(1) + + // ZPM Moon Only + + event.recipes.gtceu.assembler('tfg:ex_pattern_provider_zpm_moon') + .itemInputs( + 'gtceu:zpm_robot_arm', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor', + '16x #ae2:pattern_provider') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*32)) + .itemOutputs('32x expatternprovider:ex_pattern_provider') + .duration(300) + .EUt(GTValues.VA[GTValues.ZPM]) + .dimension('ad_astra:moon') + .circuit(1) // Pattern Provider Upgrade @@ -235,34 +310,34 @@ const registerExtendedAE2Recipes = (event) => { .itemInputs( 'gtceu:iv_robot_arm', '8x gtceu:laminated_glass', - '4x gtceu:tungsten_steel_plate', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor', - '#ae2:pattern_provider') + '2x megacells:accumulation_processor', + '1x #ae2:pattern_provider') .inputFluids(Fluid.of('tfg:fluix', 144*8)) .itemOutputs('expatternprovider:pattern_provider_upgrade') .duration(300) - .circuit(4) .EUt(GTValues.VA[GTValues.IV]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(2) - // LuV Moon Only + // IV Moon Only - event.recipes.gtceu.assembler('expatternprovider:pattern_provider_upgrade_luv_moon') + event.recipes.gtceu.assembler('expatternprovider:pattern_provider_upgrade_iv_moon') .itemInputs( - 'gtceu:luv_robot_arm', + 'gtceu:iv_robot_arm', '8x gtceu:laminated_glass', - '4x #forge:plates/rhodium_plated_palladium', + '4x #forge:plates/tungsten_steel', '4x ae2:annihilation_core', '4x ae2:formation_core', - 'megacells:accumulation_processor') + '2x megacells:accumulation_processor') .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*8)) .itemOutputs('2x expatternprovider:pattern_provider_upgrade') .duration(300) - .circuit(4) - .EUt(GTValues.VA[GTValues.LuV]) + .EUt(GTValues.VA[GTValues.IV]) .dimension('ad_astra:moon') + .circuit(2) // ZPM @@ -271,16 +346,33 @@ const registerExtendedAE2Recipes = (event) => { 'gtceu:zpm_robot_arm', '8x gtceu:laminated_glass', '4x #forge:plates/naquadah_alloy', - '32x ae2:annihilation_core', - '32x ae2:formation_core', - 'megacells:accumulation_processor', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor', '8x #ae2:pattern_provider') - .inputFluids(Fluid.of('tfg:fluix', 144*16)) - .itemOutputs('8x expatternprovider:pattern_provider_upgrade') + .inputFluids(Fluid.of('tfg:fluix', 144*32)) + .itemOutputs('16x expatternprovider:pattern_provider_upgrade') .duration(300) - .circuit(4) .EUt(GTValues.VA[GTValues.ZPM]) .cleanroom(CleanroomType.CLEANROOM) + .circuit(2) + + // ZPM Moon Only + + event.recipes.gtceu.assembler('expatternprovider:pattern_provider_upgrade_zpm_moon') + .itemInputs( + 'gtceu:zpm_robot_arm', + '8x gtceu:laminated_glass', + '4x #forge:plates/naquadah_alloy', + '16x ae2:annihilation_core', + '16x ae2:formation_core', + '8x megacells:accumulation_processor') + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*32)) + .itemOutputs('32x expatternprovider:pattern_provider_upgrade') + .duration(300) + .EUt(GTValues.VA[GTValues.ZPM]) + .dimension('ad_astra:moon') + .circuit(2) //#endregion diff --git a/kubejs/server_scripts/firmalife/recipes.js b/kubejs/server_scripts/firmalife/recipes.js index 8e29ab7da..15e27c0d3 100644 --- a/kubejs/server_scripts/firmalife/recipes.js +++ b/kubejs/server_scripts/firmalife/recipes.js @@ -164,6 +164,13 @@ const registerFirmaLifeRecipes = (event) => { .duration(30) .EUt(GTValues.VA[GTValues.ULV]) + event.recipes.gtceu.alloy_smelter('pie_pan') + .itemInputs('#forge:ingots/wrought_iron') + .notConsumable('gtceu:cylinder_casting_mold') + .itemOutputs('6x firmalife:pie_pan') + .EUt(GTValues.VA[GTValues.ULV]) + .duration(100) + event.replaceInput({ id: 'firmalife:crafting/bottle_label' }, 'firmalife:beeswax', '#forge:wax') //#endregion @@ -192,10 +199,10 @@ const registerFirmaLifeRecipes = (event) => { //#region МÐĩÐīÐ―Ð°Ņ / Copper - event.recipes.gtceu.bender('tfg:firmalife/sprinkler_electric_only') + event.recipes.gtceu.extruder('tfg:firmalife/sprinkler_electric_only') .itemInputs('#forge:plates/copper') + .notConsumable('tfg:small_casing_extruder_mold') .itemOutputs('firmalife:sprinkler') - .circuit(4) .duration(60) .EUt(8) @@ -470,13 +477,13 @@ const registerFirmaLifeRecipes = (event) => { // ÐĄÐĩОÐĩÐ―Ð° Ņ„Ņ€ŅƒÐšŅ‚ÐūÐē global.FIRMALIFE_GREENHOUSE_FRUIT_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, '#tfg:clean_water', element.fluid_amount, element.output, + generateGreenHouseRecipe(event, element.input, '#tfc:any_fresh_water', element.fluid_amount, element.output, element.name, 'minecraft:overworld', 8, null, GTValues.VA[GTValues.LV]) }) // ÐĄÐĩОÐĩÐ―Ð° ŅÐģÐūÐī global.FIRMALIFE_GREENHOUSE_BERRY_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, '#tfg:clean_water', element.fluid_amount, element.output, + generateGreenHouseRecipe(event, element.input, '#tfc:any_fresh_water', element.fluid_amount, element.output, element.name, null, 8, null, GTValues.VA[GTValues.LV]) }) @@ -533,18 +540,18 @@ const registerFirmaLifeRecipes = (event) => { .duration(200) event.recipes.firmalife.mixing_bowl() - .itemIngredients(['#tfg:wood_dusts', 'tfc:glue']) - .outputItem('tfg:chipboard_composite') + .itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', 'tfc:glue']) + .outputItem('2x tfg:chipboard_composite') .id('tfg:mixing_bowl/chipboard_composite_glue') event.recipes.firmalife.mixing_bowl() - .itemIngredients(['#tfg:wood_dusts', 'gtceu:sticky_resin']) - .outputItem('tfg:chipboard_composite') + .itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', '#tfg:wood_dusts', '#tfg:wood_dusts', 'gtceu:sticky_resin']) + .outputItem('4x tfg:chipboard_composite') .id('tfg:mixing_bowl/chipboard_composite_resin') event.recipes.firmalife.mixing_bowl() - .itemIngredients(['#tfg:wood_dusts', '#forge:wax']) - .outputItem('tfg:chipboard_composite') + .itemIngredients(['#tfg:wood_dusts', '#tfg:wood_dusts', '#forge:wax']) + .outputItem('2x tfg:chipboard_composite') .id('tfg:mixing_bowl/chipboard_composite_wax') // Dough @@ -574,14 +581,14 @@ const registerFirmaLifeRecipes = (event) => { 'firmalife:mixing_bowl' ]).id(`tfg:shapeless/${grain}_dough_3`) - event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`4x tfc:food/${grain}_dough`).copyFood(), [ + event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`2x tfc:food/${grain}_dough`).copyFood(), [ 'firmalife:spoon', TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), TFC.ingredient.fluid(TFC.fluidStackIngredient('minecraft:water', 100)), 'firmalife:mixing_bowl' ]).id(`tfg:shapeless/${grain}_flatbread_dough`) - event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`8x tfc:food/${grain}_dough`).copyFood(), [ + event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`4x tfc:food/${grain}_dough`).copyFood(), [ 'firmalife:spoon', TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), @@ -589,7 +596,7 @@ const registerFirmaLifeRecipes = (event) => { 'firmalife:mixing_bowl' ]).id(`tfg:shapeless/${grain}_flatbread_dough_2`) - event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`12x tfc:food/${grain}_dough`).copyFood(), [ + event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`6x tfc:food/${grain}_dough`).copyFood(), [ 'firmalife:spoon', TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), @@ -598,7 +605,7 @@ const registerFirmaLifeRecipes = (event) => { 'firmalife:mixing_bowl' ]).id(`tfg:shapeless/${grain}_flatbread_dough_3`) - event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`16x tfc:food/${grain}_dough`).copyFood(), [ + event.recipes.tfc.advanced_shapeless_crafting(TFC.isp.of(`8x tfc:food/${grain}_dough`).copyFood(), [ 'firmalife:spoon', TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), TFC.ingredient.notRotten(`tfc:food/${grain}_flour`), @@ -736,4 +743,11 @@ const registerFirmaLifeRecipes = (event) => { Fluid.of('afc:birch_syrup', 1000)) .outputItem('createaddition:honey_cake') .id('tfg:mixing_bowl/birch_honey_cake') + + event.remove({ id: 'firmalife:mixing_bowl/chocolate_ice_cream' }) + event.recipes.firmalife.mixing_bowl() + .ingredients([TFC.ingredient.notRotten('firmalife:food/vanilla_ice_cream')], + Fluid.of('tfcchannelcasting:milk_chocolate', 100)) + .outputItem(TFC.isp.of('firmalife:food/chocolate_ice_cream').copyFood()) + .id('tfg:mixing_bowl/chocolate_ice_cream') } diff --git a/kubejs/server_scripts/firmalife/tags.js b/kubejs/server_scripts/firmalife/tags.js index be575eae0..36da0e53d 100644 --- a/kubejs/server_scripts/firmalife/tags.js +++ b/kubejs/server_scripts/firmalife/tags.js @@ -18,10 +18,10 @@ const registerFirmaLifeItemTags = (event) => { event.add('tfc:foods/usable_in_salad', 'firmalife:food/pickled_egg') + event.add('tfc:fluxstone', 'firmalife:hollow_shell') + // ÐĢÐīаÐŧÐĩÐ―ÐļÐĩ Ņ‚ÐĩÐģÐūÐē ҃ Ņ€ŅƒÐī event.removeAllTagsFrom("/tfc:ore/[^*]+/[^*]+/") - - } const registerFirmaLifeBlockTags = (event) => { diff --git a/kubejs/server_scripts/greate/recipes.js b/kubejs/server_scripts/greate/recipes.js index c6cb6ddf9..122eb5c9e 100644 --- a/kubejs/server_scripts/greate/recipes.js +++ b/kubejs/server_scripts/greate/recipes.js @@ -414,7 +414,7 @@ function registerGreateRecipes(event) { 'FE ' ], { A: '#gtceu:circuits/ulv', - B: 'gtceu:black_steel_buzz_saw_blade', + B: 'gtceu:cobalt_brass_buzz_saw_blade', C: 'greate:steel_cogwheel', D: 'gtceu:ulv_machine_hull', E: 'greate:steel_shaft', @@ -422,7 +422,7 @@ function registerGreateRecipes(event) { }).id('greate:shaped/steel_mechanical_saw') event.recipes.gtceu.assembler('greate:steel_mechanical_saw') - .itemInputs('gtceu:ulv_machine_hull', 'greate:steel_shaft', '2x #gtceu:circuits/ulv', 'gtceu:black_steel_buzz_saw_blade', '2x greate:steel_cogwheel') + .itemInputs('gtceu:ulv_machine_hull', 'greate:steel_shaft', '2x #gtceu:circuits/ulv', 'gtceu:cobalt_brass_buzz_saw_blade', '2x greate:steel_cogwheel') .itemOutputs('greate:steel_mechanical_saw') .duration(200) .EUt(GTValues.VA[GTValues.ULV]) @@ -637,14 +637,14 @@ function registerGreateRecipes(event) { A: '#gtceu:circuits/mv', B: 'greate:aluminium_shaft', C: 'gtceu:mv_machine_hull', - D: '#forge:plates/vanadium_steel', + D: '#forge:plates/cobalt_brass', E: 'gtceu:aluminium_whisk', F: '#forge:tools/wrenches', G: '#forge:tools/hammers' }).id('greate:shaped/aluminium_mechanical_mixer') event.recipes.gtceu.assembler('greate:aluminium_mechanical_mixer') - .itemInputs('greate:aluminium_shaft', '2x #gtceu:circuits/mv', 'gtceu:mv_machine_hull', 'gtceu:aluminium_whisk', '2x #forge:plates/vanadium_steel') + .itemInputs('greate:aluminium_shaft', '2x #gtceu:circuits/mv', 'gtceu:mv_machine_hull', 'gtceu:aluminium_whisk', '2x #forge:plates/cobalt_brass') .itemOutputs('greate:aluminium_mechanical_mixer') .duration(200) .EUt(GTValues.VA[GTValues.ULV]) @@ -657,14 +657,14 @@ function registerGreateRecipes(event) { A: '#gtceu:circuits/hv', B: 'greate:stainless_steel_shaft', C: 'gtceu:hv_machine_hull', - D: '#forge:plates/blue_alloy', + D: '#forge:plates/vanadium_steel', E: 'gtceu:stainless_steel_whisk', F: '#forge:tools/wrenches', G: '#forge:tools/hammers' }).id('greate:shaped/stainless_steel_mechanical_mixer') event.recipes.gtceu.assembler('greate:stainless_steel_mechanical_mixer') - .itemInputs('greate:stainless_steel_shaft', '2x #gtceu:circuits/hv', 'gtceu:hv_machine_hull', 'gtceu:stainless_steel_whisk', '2x #forge:plates/blue_alloy') + .itemInputs('greate:stainless_steel_shaft', '2x #gtceu:circuits/hv', 'gtceu:hv_machine_hull', 'gtceu:stainless_steel_whisk', '2x #forge:plates/vanadium_steel') .itemOutputs('greate:stainless_steel_mechanical_mixer') .duration(200) .EUt(GTValues.VA[GTValues.ULV]) @@ -677,14 +677,14 @@ function registerGreateRecipes(event) { A: '#gtceu:circuits/ev', B: 'greate:titanium_shaft', C: 'gtceu:ev_machine_hull', - D: '#forge:plates/ultimet', + D: '#forge:plates/blue_alloy', E: 'gtceu:titanium_whisk', F: '#forge:tools/wrenches', G: '#forge:tools/hammers' }).id('greate:shaped/titanium_mechanical_mixer') event.recipes.gtceu.assembler('greate:titanium_mechanical_mixer') - .itemInputs('greate:titanium_shaft', '2x #gtceu:circuits/ev', 'gtceu:ev_machine_hull', 'gtceu:titanium_whisk', '2x #forge:plates/ultimet') + .itemInputs('greate:titanium_shaft', '2x #gtceu:circuits/ev', 'gtceu:ev_machine_hull', 'gtceu:titanium_whisk', '2x #forge:plates/blue_alloy') .itemOutputs('greate:titanium_mechanical_mixer') .duration(200) .EUt(GTValues.VA[GTValues.ULV]) @@ -704,13 +704,6 @@ function registerGreateRecipes(event) { D: '#forge:rods/long/steel' }).id('gtceu:shaped/steel_whisk') - event.recipes.gtceu.assembler('gtceu:steel_whisk') - .itemInputs('#forge:rings/steel', '4x #forge:rods/long/steel') - .itemOutputs('gtceu:steel_whisk') - .circuit(2) - .duration(50) - .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.extruder('gtceu:steel_whisk') .itemInputs('4x #forge:ingots/steel') .notConsumable('tfg:whisk_extruder_mold') @@ -729,13 +722,6 @@ function registerGreateRecipes(event) { D: '#forge:rods/long/aluminium' }).id('gtceu:shaped/aluminium_whisk') - event.recipes.gtceu.assembler('gtceu:aluminium_whisk') - .itemInputs('#forge:rings/aluminium', '4x #forge:rods/long/aluminium') - .itemOutputs('gtceu:aluminium_whisk') - .circuit(2) - .duration(50) - .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.extruder('gtceu:aluminium_whisk') .itemInputs('4x #forge:ingots/aluminium') .notConsumable('tfg:whisk_extruder_mold') @@ -754,13 +740,6 @@ function registerGreateRecipes(event) { D: '#forge:rods/long/stainless_steel' }).id('gtceu:shaped/stainless_steel_whisk') - event.recipes.gtceu.assembler('gtceu:stainless_steel_whisk') - .itemInputs('#forge:rings/stainless_steel', '4x #forge:rods/long/stainless_steel') - .itemOutputs('gtceu:stainless_steel_whisk') - .circuit(2) - .duration(50) - .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.extruder('gtceu:stainless_steel_whisk') .itemInputs('4x #forge:ingots/stainless_steel') .notConsumable('tfg:whisk_extruder_mold') @@ -779,13 +758,6 @@ function registerGreateRecipes(event) { D: '#forge:rods/long/titanium' }).id('gtceu:shaped/titanium_whisk') - event.recipes.gtceu.assembler('gtceu:titanium_whisk') - .itemInputs('#forge:rings/titanium', '4x #forge:rods/long/titanium') - .itemOutputs('gtceu:titanium_whisk') - .circuit(2) - .duration(50) - .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.extruder('gtceu:titanium_whisk') .itemInputs('4x #forge:ingots/titanium') .notConsumable('tfg:whisk_extruder_mold') @@ -793,6 +765,78 @@ function registerGreateRecipes(event) { .duration(GTMaterials.Titanium.getMass() * 3) .EUt(GTValues.VA[GTValues.MV]) + event.shaped('gtceu:tungsten_steel_whisk', [ + 'ABC', + 'D D', + 'D D' + ], { + A: '#forge:tools/hammers', + B: '#forge:rings/tungsten_steel', + C: '#forge:tools/wrenches', + D: '#forge:rods/long/tungsten_steel' + }).id('gtceu:shaped/tungsten_steel_whisk') + + event.recipes.gtceu.extruder('gtceu:tungsten_steel_whisk') + .itemInputs('4x #forge:ingots/tungsten_steel') + .notConsumable('tfg:whisk_extruder_mold') + .itemOutputs('gtceu:tungsten_steel_whisk') + .duration(GTMaterials.TungstenSteel.getMass() * 3) + .EUt(GTValues.VA[GTValues.MV]) + + event.shaped('gtceu:rhodium_plated_palladium_whisk', [ + 'ABC', + 'D D', + 'D D' + ], { + A: '#forge:tools/hammers', + B: '#forge:rings/rhodium_plated_palladium', + C: '#forge:tools/wrenches', + D: '#forge:rods/long/rhodium_plated_palladium' + }).id('gtceu:shaped/rhodium_plated_palladium_whisk') + + event.recipes.gtceu.extruder('gtceu:rhodium_plated_palladium_whisk') + .itemInputs('4x #forge:ingots/rhodium_plated_palladium') + .notConsumable('tfg:whisk_extruder_mold') + .itemOutputs('gtceu:rhodium_plated_palladium_whisk') + .duration(GTMaterials.RhodiumPlatedPalladium.getMass() * 3) + .EUt(GTValues.VA[GTValues.MV]) + + event.shaped('gtceu:naquadah_alloy_whisk', [ + 'ABC', + 'D D', + 'D D' + ], { + A: '#forge:tools/hammers', + B: '#forge:rings/naquadah_alloy', + C: '#forge:tools/wrenches', + D: '#forge:rods/long/naquadah_alloy' + }).id('gtceu:shaped/naquadah_alloy_whisk') + + event.recipes.gtceu.extruder('gtceu:naquadah_alloy_whisk') + .itemInputs('4x #forge:ingots/naquadah_alloy') + .notConsumable('tfg:whisk_extruder_mold') + .itemOutputs('gtceu:naquadah_alloy_whisk') + .duration(GTMaterials.NaquadahAlloy.getMass() * 3) + .EUt(GTValues.VA[GTValues.MV]) + + event.shaped('gtceu:darmstadtium_whisk', [ + 'ABC', + 'D D', + 'D D' + ], { + A: '#forge:tools/hammers', + B: '#forge:rings/darmstadtium', + C: '#forge:tools/wrenches', + D: '#forge:rods/long/darmstadtium' + }).id('gtceu:shaped/darmstadtium_whisk') + + event.recipes.gtceu.extruder('gtceu:darmstadtium_whisk') + .itemInputs('4x #forge:ingots/darmstadtium') + .notConsumable('tfg:whisk_extruder_mold') + .itemOutputs('gtceu:darmstadtium_whisk') + .duration(GTMaterials.Darmstadtium.getMass() * 3) + .EUt(GTValues.VA[GTValues.MV]) + // #endregion // #region Presses diff --git a/kubejs/server_scripts/greate/recipes.recycling.js b/kubejs/server_scripts/greate/recipes.recycling.js index 5f5c66785..a42c8e9de 100644 --- a/kubejs/server_scripts/greate/recipes.recycling.js +++ b/kubejs/server_scripts/greate/recipes.recycling.js @@ -381,7 +381,7 @@ function registerGreateRecyclingRecipes(event) { .itemInputs('greate:steel_mechanical_saw') .itemOutputs( ChemicalHelper.get(TagPrefix.dust, GTMaterials.WroughtIron, 8), - ChemicalHelper.get(TagPrefix.dust, GTMaterials.BlackSteel, 2), + ChemicalHelper.get(TagPrefix.dust, GTMaterials.CobaltBrass, 2), ChemicalHelper.get(TagPrefix.dust, GTMaterials.Copper, 4)) .duration(GTMaterials.CobaltBrass.getMass() * 16) .category(GTRecipeCategories.MACERATOR_RECYCLING) @@ -391,7 +391,7 @@ function registerGreateRecyclingRecipes(event) { .itemInputs('greate:steel_mechanical_saw') .itemOutputs( ChemicalHelper.get(TagPrefix.ingot, GTMaterials.WroughtIron, 8), - ChemicalHelper.get(TagPrefix.ingot, GTMaterials.BlackSteel, 2), + ChemicalHelper.get(TagPrefix.ingot, GTMaterials.CobaltBrass, 2), ChemicalHelper.get(TagPrefix.ingot, GTMaterials.AnnealedCopper, 4)) .duration(GTMaterials.CobaltBrass.getMass() * 16) .category(GTRecipeCategories.ARC_FURNACE_RECYCLING) diff --git a/kubejs/server_scripts/gregtech/data.js b/kubejs/server_scripts/gregtech/data.js index 115b7fada..1721efdff 100644 --- a/kubejs/server_scripts/gregtech/data.js +++ b/kubejs/server_scripts/gregtech/data.js @@ -122,77 +122,6 @@ const registerGTCEUMetals = (event) => { event.metal('gtceu:aluminium_silicate', 1540, 0.00857, '#forge:ingots/aluminium_silicate', null, null, 1, 'tfg:aluminium_silicate') } - -const registerGTCEUBedrockOreVeins = (event) => { - - // Tin, Magnesium - event.add('tfg:moon_tin', vein => { - vein.weight(75) - .size(2) - .yield(1, 4) - .material(GTMaterials.Cassiterite, 5) - .material(GTMaterials.Tin, 2) - .material(GTMaterials.Olivine, 1) - .dimensions('ad_astra:moon') - }) - - // Iron, Gold, Magnesium - event.add('tfg:moon_magnetite', vein => { - vein.weight(75) - .size(2) - .yield(1, 4) - .material(GTMaterials.Magnetite, 8) - .material(GTMaterials.Gold, 3) - .material(GTMaterials.Olivine, 1) - .dimensions('ad_astra:moon') - }) - - // Copper, Arsenic, Tin - event.add('tfg:moon_copper', vein => { - vein.weight(100) - .size(2) - .yield(1, 4) - .material(GTMaterials.Chalcopyrite, 10) - .material(GTMaterials.Zeolite, 4) - .material(GTMaterials.Cassiterite, 3) - .material(GTMaterials.Realgar, 2) - .dimensions('ad_astra:moon') - }) - - // Certus Quartz, Barium - event.add('tfg:moon_certus', vein => { - vein.weight(20) - .size(1) - .yield(1, 2) - .material(GTMaterials.CertusQuartz, 6) - .material(GTMaterials.Barite, 2) - .material(GTMaterials.Quartzite, 7) - .dimensions('ad_astra:moon') - }) - - // Asbestos, Tin, Calcium - event.add('tfg:moon_asbestos', vein => { - vein.weight(100) - .size(2) - .yield(1, 5) - .material(GTMaterials.Asbestos, 3) - .material(GTMaterials.CassiteriteSand, 4) - .material(GTMaterials.Diatomite, 1) - .dimensions('ad_astra:moon') - }) - - // Mica - Talc Silicon Aluminium Potassium Fluorine Caesium - event.add('tfg:moon_mica', vein => { - vein.weight(50) - .size(1) - .yield(1, 3) - .material(GTMaterials.Mica, 5) - .material(GTMaterials.Kyanite, 2) - .material(GTMaterials.Pollucite, 1) - .dimensions('ad_astra:moon') - }) -} - function registerGTCEUBedrockFluidVeins(event) { event.add('tfg:moon_helium_3', vein => { @@ -227,4 +156,152 @@ function registerGTCEUBedrockFluidVeins(event) { vein.depletionChance(1) vein.depletedYield(10) }) + + // Mars Fluid Vein - Credit to Monifactory + + const Registries = Java.loadClass("net.minecraft.core.registries.Registries") + const ResourceKey = Java.loadClass("net.minecraft.resources.ResourceKey") + const martianOasisResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/martian_oasis") + const martianAmberHillsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/amber_hills") + const martianAmberPlainsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/amber_plains") + const martianMountainsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/martian_mountains") + const martianRusticusHillsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/rusticus_hills") + const martianRusticusPlainsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/rusticus_plains") + const martianSangnumHillsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/sangnum_hills") + const martianSangnumPlainsResourceKey = ResourceKey.create(Registries.BIOME, "tfg:mars/sangnum_plains") + + event.add('tfg:semiheavy_ammoniacal_water', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:semiheavy_ammoniacal_water').fluid) + vein.weight(100) + vein.minimumYield(200) + vein.maximumYield(400) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(15) + }) + + event.add('tfg:liquid_carbon_dioxide', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('gtceu:liquid_carbon_dioxide').fluid) + vein.weight(15) + vein.minimumYield(20) + vein.maximumYield(350) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + // Heavy Ammonical Water in Specific Biome Credit to Monifactory from https://github.com/ThePansmith/Monifactory/blob/main/kubejs/server_scripts/worldgen/fluidVeins.js + + event.add('tfg:heavy_ammoniacal_water_oasis', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(350, martianOasisResourceKey) + vein.weight(0) + vein.minimumYield(300) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(20) + }) + + event.add('tfg:heavy_ammoniacal_water_amber_hills', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianAmberHillsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + event.add('tfg:heavy_ammoniacal_water_amber_plains', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianAmberPlainsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + event.add('tfg:heavy_ammoniacal_water_mountains', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianMountainsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + event.add('tfg:heavy_ammoniacal_water_rusticus_hills', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianRusticusHillsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + event.add('tfg:heavy_ammoniacal_water_rusticus_plains', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianRusticusPlainsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + event.add('tfg:heavy_ammoniacal_water_sangnum_hills', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianSangnumHillsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + event.add('tfg:heavy_ammoniacal_water_sangnum_plains', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('tfg:heavy_ammoniacal_water').fluid) + vein.biomes(20, martianSangnumPlainsResourceKey) + vein.weight(0) + vein.minimumYield(100) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(5) + }) + + // Ammonia + + event.add('tfg:ammonia_mars_oasis', vein => { + vein.dimensions('ad_astra:mars') + vein.fluid(() => Fluid.of('gtceu:ammonia').fluid) + vein.biomes(400, martianOasisResourceKey) + vein.weight(0) + vein.minimumYield(300) + vein.maximumYield(650) + vein.depletionAmount(1) + vein.depletionChance(20) + vein.depletedYield(20) + }) + } \ No newline at end of file diff --git a/kubejs/server_scripts/gregtech/recipes.js b/kubejs/server_scripts/gregtech/recipes.js index 088597a16..2b09e8271 100644 --- a/kubejs/server_scripts/gregtech/recipes.js +++ b/kubejs/server_scripts/gregtech/recipes.js @@ -128,8 +128,9 @@ const registerGTCEURecipes = (event) => { event.recipes.tfc.barrel_sealed(2000) .outputItem('gtceu:treated_wood_dust') - .inputs('tfg:chipboard_composite', TFC.fluidStackIngredient('#forge:creosote', 50)) - .id('tfg:barrel/treated_chipboard_composite') + .inputs('#tfg:wood_dusts', TFC.fluidStackIngredient('#forge:creosote', 50)) + .id('tfg:barrel/treated_wood_dust') + //#endregion //#region Ð’Ņ‹Ņ…ÐūÐī: КаÐŋÐŧŅ Ņ€ÐĩзÐļÐ―Ņ‹ @@ -525,10 +526,14 @@ const registerGTCEURecipes = (event) => { .EUt(5) // Ð˜ŅÐŋŅ€Ð°ÐēÐŧÐĩÐ―ÐļÐĩ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ð° ÐŋŅ‹ÐŧÐļ ҁÐĩŅ€ÐĩÐąŅ€Ð° ҁ҂ÐĩŅ€ÐŧÐļÐ―Ðģа - generateMixerRecipe(event, ['#forge:dusts/copper', '4x #forge:dusts/silver'], [], '5x gtceu:sterling_silver_dust', 1, [], 500, 7, 64, 'sterling_silver') + event.remove({ id: 'gtceu:mixer/sterling_silver' }) + generateMixerRecipe(event, ['#forge:dusts/copper', '4x #forge:dusts/silver'], [], '5x gtceu:sterling_silver_dust', + 1, [], 500, 7, 64, 'gtceu:mixer/sterling_silver') // Ð˜ŅÐŋŅ€Ð°ÐēÐŧÐĩÐ―ÐļÐĩ Ņ€Ðĩ҆ÐĩÐŋŅ‚Ð° ÐŋŅ‹ÐŧÐļ Ņ€ÐūзÐūÐēÐūÐđ ÐąŅ€ÐūÐ―Ð·Ņ‹ - generateMixerRecipe(event, ['#forge:dusts/copper', '4x #forge:dusts/gold'], [], '5x gtceu:rose_gold_dust', 3, [], 500, 7, 64, 'rose_gold') + event.remove({ id: 'gtceu:mixer/rose_gold' }) + generateMixerRecipe(event, ['#forge:dusts/copper', '4x #forge:dusts/gold'], [], '5x gtceu:rose_gold_dust', + 3, [], 500, 7, 64, 'gtceu:mixer/rose_gold') //#region РÐĩ҆ÐĩÐŋŅ‚ ULV ОÐļÐšŅ€Ðūҁ҅ÐĩÐžŅ‹ @@ -1287,9 +1292,9 @@ const registerGTCEURecipes = (event) => { .EUt(GTValues.VH[GTValues.EV]) event.recipes.gtceu.large_chemical_reactor('tfg:solar_coolant_t2') - .inputFluids(Fluid.of('tfg:solar_coolant', 1000), Fluid.of('gtceu:argon', 1000)) + .inputFluids(Fluid.of('tfg:solar_coolant', 8000), Fluid.of('gtceu:argon', 1000)) .itemInputs(Item.of('#forge:aerogels')) - .outputFluids(Fluid.of('tfg:solar_coolant_tier2', 1000)) + .outputFluids(Fluid.of('tfg:solar_coolant_tier2', 8000)) .duration(20*15) .EUt(GTValues.VH[GTValues.IV]) @@ -1358,7 +1363,7 @@ const registerGTCEURecipes = (event) => { 'ADA', 'BCB' ], { - A: '#gtceu:circuits/iv', + A: '#gtceu:circuits/ev', B: 'gtceu:ev_electric_motor', C: 'gtceu:aluminium_single_cable', D: 'gtceu:ev_centrifuge', @@ -1374,12 +1379,19 @@ const registerGTCEURecipes = (event) => { .EUt(GTValues.VA[GTValues.LV]) // Buttons - event.replaceOutput({ id: 'gtceu:cutter/blackstone_button' }, 'minecraft:polished_blackstone_button', '6x minecraft:polished_blackstone_button') - event.replaceOutput({ id: 'gtceu:cutter/blackstone_button_water' }, 'minecraft:polished_blackstone_button', '6x minecraft:polished_blackstone_button') - event.replaceOutput({ id: 'gtceu:cutter/blackstone_button_distilled_water' }, 'minecraft:polished_blackstone_button', '6x minecraft:polished_blackstone_button') removeCutterRecipe(event, 'blackstone_button') removeCutterRecipe(event, 'blackstone_button_water') removeCutterRecipe(event, 'blackstone_button_distilled_water') + removeCutterRecipe(event, 'cut_polished_blackstone_brickslab_into_button') + removeCutterRecipe(event, 'cut_polished_blackstone_brickslab_into_button_water') + removeCutterRecipe(event, 'cut_polished_blackstone_brickslab_into_button_distilled_water') + + event.recipes.gtceu.cutter('tfg:blackstone_button') + .itemInputs('minecraft:polished_blackstone_pressure_plate') + .itemOutputs('6x minecraft:polished_blackstone_button') + .EUt(7) + .duration(100) + event.replaceOutput({ id: 'gtceu:cutter/bamboo_button' }, 'minecraft:bamboo_button', '6x minecraft:bamboo_button') event.replaceOutput({ id: 'gtceu:cutter/bamboo_button_water' }, 'minecraft:bamboo_button', '6x minecraft:bamboo_button') @@ -1388,4 +1400,36 @@ const registerGTCEURecipes = (event) => { event.replaceOutput({ id: 'gtceu:cutter/treated_button' }, 'gtceu:treated_wood_button', '6x gtceu:treated_wood_button') event.replaceOutput({ id: 'gtceu:cutter/treated_button_water' }, 'gtceu:treated_wood_button', '6x gtceu:treated_wood_button') event.replaceOutput({ id: 'gtceu:cutter/treated_button_distilled_water' }, 'gtceu:treated_wood_button', '6x gtceu:treated_wood_button') + + //#region Replace Recipe + + event.remove({ id : 'gtceu:assembly_line/me_pattern_buffer_proxy'}) + event.recipes.gtceu.assembly_line('tfg:me_pattern_buffer_proxy') + .itemInputs( + 'gtceu:luv_machine_hull', + '2x gtceu:luv_sensor', + '#gtceu:circuits/luv', + 'gtceu:fusion_glass', + '2x ae2:quantum_ring', + '32x gtceu:fine_europium_wire', + '32x gtceu:fine_europium_wire', + '16x megacells:accumulation_processor') + .inputFluids(Fluid.of('gtceu:lubricant', 500)) + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 144*4)) + .stationResearch(b => b.researchStack(Item.of('gtceu:me_pattern_buffer')).EUt(GTValues.VA[GTValues.LuV]).CWUt(32)) + .itemOutputs('gtceu:me_pattern_buffer_proxy') + .duration(30*20) + .EUt(GTValues.VA[GTValues.ZPM]) + + event.replaceInput({ id: 'gtceu:assembly_line/me_pattern_buffer' }, 'ae2:pattern_provider', '3x expatternprovider:ex_pattern_provider') + event.replaceInput({ id: 'gtceu:assembly_line/me_pattern_buffer' }, 'ae2:interface', '3x expatternprovider:oversize_interface') + + event.replaceInput({ id: 'gtceu:shaped/large_combustion_engine' }, '#gtceu:circuits/iv', '#gtceu:circuits/ev') + event.replaceInput({ id: 'gtceu:shaped/nano_chestplate_advanced' }, '#gtceu:circuits/iv', '#gtceu:circuits/ev') + event.replaceInput({ id: 'gtceu:assembler/ev_large_miner' }, '#gtceu:circuits/iv', '#gtceu:circuits/ev') + + //# Circuit Board + + event.replaceInput({ id: 'gtceu:assembler/phenolic_board' }, '#tfg:wood_dusts', 'tfg:high_density_treated_fiberboard') + } diff --git a/kubejs/server_scripts/gregtech/recipes.machines.js b/kubejs/server_scripts/gregtech/recipes.machines.js index 183feaa64..4938903fc 100644 --- a/kubejs/server_scripts/gregtech/recipes.machines.js +++ b/kubejs/server_scripts/gregtech/recipes.machines.js @@ -690,38 +690,6 @@ function registerGTCEuMachineRecipes(event) { ["scannerResearch(java.util.function.UnaryOperator)"](b => b.researchStack(Item.of('gtceu:computer_monitor_cover')).EUt(GTValues.VA[GTValues.IV]).duration(120 * 20)) - event.remove({ id: 'gtceu:assembly_line/me_pattern_buffer' }) - event.recipes.gtceu.assembly_line('me_pattern_buffer') - .itemInputs('gtceu:luv_dual_input_hatch', - 'gtceu:luv_emitter', - '4x #gtceu:circuits/luv', - '3x ae2:pattern_provider', - '3x ae2:interface', - '4x ae2:speed_card', - '2x ae2:capacity_card', - '64x #forge:fine_wires/europium', - '32x #forge:fine_wires/europium') - .inputFluids(Fluid.of('gtceu:soldering_alloy', 576), Fluid.of('gtceu:lubricant', 500)) - .itemOutputs('gtceu:me_pattern_buffer') - .duration(30 * 20) - .EUt(GTValues.VA[GTValues.LuV]) - ["scannerResearch(java.util.function.UnaryOperator)"](b => - b.researchStack(Item.of('gtceu:luv_dual_input_hatch')).EUt(GTValues.VA[GTValues.LuV]).duration(60 * 20)) - - event.remove({ id: 'gtceu:assembly_line/me_pattern_buffer_proxy' }) - event.recipes.gtceu.assembly_line('me_pattern_buffer_proxy') - .itemInputs('gtceu:luv_machine_hull', - '2x gtceu:luv_sensor', - '#gtceu:circuits/luv', - 'ae2:quantum_link', - '2x ae2:quantum_ring', - '64x #forge:fine_wires/europium') - .inputFluids(Fluid.of('gtceu:soldering_alloy', 576), Fluid.of('gtceu:lubricant', 500)) - .itemOutputs('gtceu:me_pattern_buffer_proxy') - .duration(30 * 20) - .EUt(GTValues.VA[GTValues.ZPM]) - .stationResearch(b => b.researchStack(Item.of('gtceu:me_pattern_buffer')).EUt(GTValues.VA[GTValues.LuV]).CWUt(32)) - event.remove({ id: 'gtceu:assembly_line/ultimate_battery' }) event.recipes.gtceu.assembly_line('ultimate_battery') .itemInputs('16x #forge:double_plates/darmstadtium', @@ -896,48 +864,7 @@ function registerGTCEuMachineRecipes(event) { event.replaceOutput({ id: 'gtceu:macerator/macerate_steam_input_hatch' }, 'gtceu:steel_dust', '6x gtceu:steel_dust') event.replaceOutput({ id: 'gtceu:arc_furnace/arc_steam_input_hatch' }, 'gtceu:steel_block', '6x gtceu:steel_ingot') - // #region Bedrock Miner - - event.recipes.gtceu.assembler('gtceu:mv_bedrock_miner') - .itemInputs('1x gtceu:hv_machine_hull', - '4x #forge:frames/steel', - '4x #gtceu:circuits/iv', - '4x gtceu:hv_electric_motor', - '4x gtceu:hv_robot_arm', - '4x gtceu:hv_conveyor_module', - '4x #forge:gears/blue_steel') - .itemOutputs('gtceu:mv_bedrock_ore_miner') - .duration(400) - .EUt(GTValues.VA[GTValues.HV]) - .circuit(2) - - event.recipes.gtceu.assembler('gtceu:hv_bedrock_miner') - .itemInputs('1x gtceu:ev_machine_hull', - '4x #forge:frames/titanium', - '4x #gtceu:circuits/luv', - '4x gtceu:luv_electric_motor', - '4x gtceu:luv_robot_arm', - '4x gtceu:luv_conveyor_module', - '4x #forge:gears/ruridit') - .itemOutputs('gtceu:hv_bedrock_ore_miner') - .duration(400) - .EUt(GTValues.VA[GTValues.IV]) - .circuit(2) - - event.recipes.gtceu.assembler('gtceu:ev_bedrock_miner') - .itemInputs('1x gtceu:iv_machine_hull', - '4x #forge:frames/tungsten_steel', - '4x #gtceu:circuits/zpm', - '4x gtceu:zpm_electric_motor', - '4x gtceu:zpm_robot_arm', - '4x gtceu:zpm_conveyor_module', - '4x #forge:gears/osmiridium') - .itemOutputs('gtceu:ev_bedrock_ore_miner') - .duration(400) - .EUt(GTValues.VA[GTValues.ZPM]) - .circuit(2) - - //#endregion + //#region Chipboard Composite event.recipes.gtceu.mixer('gtceu:chipboard_composite_wax') .itemInputs('2x #tfg:wood_dusts', @@ -968,23 +895,43 @@ function registerGTCEuMachineRecipes(event) { .duration(10) .EUt(GTValues.VA[GTValues.LV]) - event.recipes.gtceu.chemical_bath('gtceu:treated_chipboard_composite') - .itemInputs('1x tfg:chipboard_composite') - .inputFluids(Fluid.of('gtceu:creosote', 50)) - .itemOutputs('gtceu:treated_wood_dust') - .duration(100) - .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.compressor('gtceu:wood_mdf') .itemInputs('1x tfg:chipboard_composite') .itemOutputs('gtceu:wood_plate') .duration(200) .EUt(GTValues.VA[GTValues.ULV]) - event.recipes.gtceu.compressor('gtceu:treated_wood_mdf') - .itemInputs('1x gtceu:treated_wood_dust') - .itemOutputs('gtceu:treated_wood_plate') - .duration(200) + event.recipes.gtceu.chemical_bath('gtceu:treated_chipboard_composite') + .itemInputs('1x tfg:chipboard_composite') + .inputFluids(Fluid.of('gtceu:creosote', 50)) + .itemOutputs('tfg:treated_chipboard_composite') + .duration(100) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.chemical_bath('gtceu:bath_high_density_treated_fiberboard') + .itemInputs('1x gtceu:wood_plate') + .inputFluids(Fluid.of('gtceu:creosote', 50)) + .itemOutputs('tfg:high_density_treated_fiberboard') + .duration(100) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.chemical_bath('gtceu:bath_treated_wood_dust') + .itemInputs('#tfg:wood_dusts') + .inputFluids(Fluid.of('gtceu:creosote', 50)) + .itemOutputs('gtceu:treated_wood_dust') + .duration(100) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.compressor('tfg:compressed_treated_chipboard_composite') + .itemInputs('tfg:treated_chipboard_composite') + .itemOutputs('tfg:high_density_treated_fiberboard') + .duration(200) + .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.gtceu.assembler('tfg:resin_circuit_assembler') + .itemInputs('gtceu:wood_plate', '2x gtceu:sticky_resin') + .itemOutputs('gtceu:resin_circuit_board') + .duration(20*10) .EUt(GTValues.VA[GTValues.ULV]) //#region New Casings @@ -1027,6 +974,30 @@ function registerGTCEuMachineRecipes(event) { .duration(2.5 * 20) .EUt(16) + event.recipes.gtceu.assembler('tfg:casings/machine_casing_stainless_evaporation') + .itemInputs('gtceu:clean_machine_casing', '4x gtceu:annealed_copper_double_wire') + .inputFluids(Fluid.of('gtceu:polyvinyl_chloride', 288)) + .itemOutputs('tfg:casings/machine_casing_stainless_evaporation') + .circuit(4) + .duration(2.5 * 20) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.assembler('tfg:casings/machine_casing_mars') + .itemInputs('gtceu:clean_machine_casing', '4x #forge:double_wires/kanthal') + .inputFluids(Fluid.of('gtceu:polybenzimidazole', 288)) + .itemOutputs('tfg:casings/machine_casing_mars') + .circuit(4) + .duration(2.5 * 20) + .EUt(GTValues.VA[GTValues.HV]) + + event.recipes.gtceu.assembler('gtceu:atomic_casing') + .itemInputs('4x #forge:dense_plates/lead', '2x #forge:plates/rtm_alloy', '#forge:frames/titanium') + .inputFluids(Fluid.of('gtceu:polyvinyl_butyral', 288)) + .itemOutputs('2x gtceu:atomic_casing') + .circuit(4) + .duration(2.5 * 20) + .EUt(GTValues.VA[GTValues.HV]) + //#endregion //#region Large Solar Panel @@ -1089,38 +1060,41 @@ function registerGTCEuMachineRecipes(event) { // Solar T1 - event.recipes.gtceu.large_solar_panel('solar_panel_t1_cheap') - .notConsumable('tfg:photo_cell_t1') + event.recipes.gtceu.large_solar_panel('solar_panel_t1_emergency') + .chancedInput('tfg:photo_cell_t1', 100, 0) .duration(20 * 20) .daytime(false) .dimension('ad_astra:moon') - .EUt(-(GTValues.V[GTValues.HV]), 2) + .EUt(-((GTValues.V[GTValues.HV])), 2) .circuit(1) event.recipes.gtceu.large_solar_panel('solar_panel_t1') - .chancedInput('tfg:photo_cell_t1', 500, 0) + .notConsumable('tfg:photo_cell_t1') + .perTick(true) + .chancedFluidInput('tfg:compressed_trimix_3 4', 5000, 0) + .perTick(false) .duration(20 * 20) .daytime(false) .dimension('ad_astra:moon') - .EUt(-((GTValues.V[GTValues.EV])), 2) + .EUt(-(GTValues.V[GTValues.EV]), 2) .circuit(2) // Solar T2 - event.recipes.gtceu.large_solar_panel_tier2('solar_panel_t2_cheap') - .chancedInput('ad_astra:photovoltaic_etrium_cell', 500, 0) + event.recipes.gtceu.large_solar_panel_tier2('solar_panel_t2_emergency') + .chancedInput('ad_astra:photovoltaic_etrium_cell', 100, 0) .duration(20 * 20) .daytime(false) .dimension('ad_astra:moon') .EUt(-(GTValues.V[GTValues.EV]), 2) .circuit(1) - event.recipes.gtceu.large_solar_panel_tier2('solar_panel_t2') + event.recipes.gtceu.large_solar_panel_tier2('solar_panel_t2_strong') .notConsumable('ad_astra:photovoltaic_etrium_cell') .perTick(true) .chancedFluidInput('tfg:solar_coolant 10', 5000, 0) - .inputFluids('tfg:cryogenized_fluix 40') - .outputFluids('tfg:fluix 10') + .inputFluids('tfg:cryogenized_fluix 4') + .outputFluids('tfg:fluix 1') .perTick(false) .duration(20 * 20) .daytime(false) @@ -1128,22 +1102,33 @@ function registerGTCEuMachineRecipes(event) { .EUt(-(GTValues.V[GTValues.IV]), 2) .circuit(2) + event.recipes.gtceu.large_solar_panel_tier2('solar_panel_t2_cheap') + .notConsumable('ad_astra:photovoltaic_etrium_cell') + .perTick(true) + .inputFluids('tfg:compressed_trimix_3 1') + .perTick(false) + .duration(20 * 20) + .daytime(false) + .dimension('ad_astra:moon') + .EUt(-(GTValues.V[GTValues.EV]), 2) + .circuit(3) + // Solar T3 - event.recipes.gtceu.large_solar_panel_tier3('solar_panel_t3_cheap') - .chancedInput('ad_astra:photovoltaic_vesnium_cell', 500, 0) + event.recipes.gtceu.large_solar_panel_tier3('solar_panel_t3_emergency') + .chancedInput('ad_astra:photovoltaic_vesnium_cell', 100, 0) .duration(20 * 20) .daytime(false) .dimension('ad_astra:moon') .EUt(-(GTValues.V[GTValues.IV]), 2) .circuit(1) - event.recipes.gtceu.large_solar_panel_tier3('solar_panel_t3') + event.recipes.gtceu.large_solar_panel_tier3('solar_panel_t3_strong') .notConsumable('ad_astra:photovoltaic_vesnium_cell') .perTick(true) .chancedFluidInput('tfg:solar_coolant_tier2 10', 5000, 0) - .inputFluids('tfg:cryogenized_fluix 40') - .outputFluids('tfg:fluix 10') + .inputFluids('tfg:cryogenized_fluix 4') + .outputFluids('tfg:fluix 1') .perTick(false) .duration(20 * 20) .daytime(false) @@ -1151,4 +1136,162 @@ function registerGTCEuMachineRecipes(event) { .EUt(-(GTValues.V[GTValues.LuV]), 2) .circuit(2) + event.recipes.gtceu.large_solar_panel_tier3('solar_panel_t3_cheap') + .notConsumable('ad_astra:photovoltaic_vesnium_cell') + .perTick(true) + .chancedFluidInput('tfg:solar_coolant 10', 5000, 0) + .inputFluids('tfg:cryogenized_fluix 4') + .outputFluids('tfg:fluix 1') + .perTick(false) + .duration(20 * 20) + .daytime(false) + .dimension('ad_astra:moon') + .EUt(-(GTValues.V[GTValues.IV]), 2) + .circuit(2) + + //#endregion + + //#region Mars Ore Line + + // Multiblock + + /* LOCKED UNTIL VENUS + + event.shaped( + 'gtceu:extraterrestrial_ore_fabricator', + [ 'USU', + 'WZW', + 'PTP'], + { + S: 'tfg:casings/machine_casing_vacuum_engine_intake', + Z: 'gtceu:iv_machine_hull', + W: '#gtceu:circuits/iv', + U: '#forge:double_plates/stellite_100', + T: '#forge:single_cables/platinum', + P: 'gtceu:iv_electric_pump' + } + ).id('gtceu:shaped/extraterrestrial_ore_fabricator') + + */ + + event.recipes.gtceu.assembler('tfg:ostrum_harvester') + .itemInputs( + '1x gtceu:ev_machine_hull', + '4x #gtceu:circuits/ev', + '4x gtceu:ev_electric_motor', + '4x #forge:rotors/black_steel', + '4x gtceu:ev_electric_pump', + '4x #forge:gears/desh') + .itemOutputs('gtceu:ostrum_harvester') + .duration(400) + .EUt(GTValues.VA[GTValues.EV]) + .circuit(2) + + event.recipes.gtceu.assembler('tfg:moon_dust_harvester') + .itemInputs( + '1x gtceu:hv_machine_hull', + '4x #gtceu:circuits/hv', + '4x gtceu:hv_electric_motor', + '4x #forge:rotors/titanium', + '4x gtceu:hv_electric_pump', + '4x #forge:gears/rocket_alloy_t1') + .itemOutputs('gtceu:moon_dust_harvester') + .duration(400) + .EUt(GTValues.VA[GTValues.HV]) + .circuit(2) + + // Vacuum Intake + + event.shaped( + 'tfg:casings/machine_casing_vacuum_engine_intake', + [ 'USU', + 'WZW', + 'UTU'], + { + S: '#forge:tools/hammers', + T: '#forge:tools/wrenches', + W: '#forge:rotors/ultimet', + U: 'gtceu:ultimet_normal_item_pipe', + Z: 'gtceu:inert_machine_casing' + } + ).id('tfg:shaped/casing_machine_casing_vacuum_engine_intake') + + event.recipes.gtceu.assembler('tfg:casings/machine_casing_vacuum_engine_intake') + .itemInputs( + '2x #forge:rotors/ultimet', + '4x gtceu:ultimet_normal_item_pipe', + '1x gtceu:inert_machine_casing') + .itemOutputs('tfg:casings/machine_casing_vacuum_engine_intake') + .duration(50) + .EUt(GTValues.VH[GTValues.LV]) + .circuit(2) + + // Stainless Evaporation Tower - LOCKED UNTIL VENUS + + /* + + event.shaped( + 'gtceu:evaporation_tower', + [ 'TUT', + 'WZW', + 'TUT'], + { + T: '#gtceu:circuits/ev', + W: 'gtceu:hv_electric_pump', + U: '#forge:double_wires/kanthal', + Z: 'gtceu:hv_machine_hull' + } + ).id('tfg:shaped/evaporation_tower') + + */ + + //#endregion + + //#region Nuclear Controler - LOCKED UNTIL MARS + + /* + + event.shaped( + 'gtceu:fission_reactor', + [ 'TUT', + 'WZW', + 'TUT'], + { + T: 'gtceu:atomic_casing', + W: '#gtceu:circuits/ev', + U: 'gtceu:hv_field_generator', + Z: 'gtceu:ev_machine_hull' + } + ).id('tfg:shaped/fission_reactor') + + event.shaped( + 'gtceu:nuclear_fuel_factory', + [ 'TUT', + 'WZW', + 'TBT'], + { + T: 'gtceu:atomic_casing', + W: '#gtceu:circuits/ev', + U: 'gtceu:ev_emitter', + Z: 'gtceu:ev_machine_hull', + B: 'gtceu:ev_robot_arm' + } + ).id('tfg:shaped/nuclear_fuel_factory') + + event.shaped( + 'gtceu:heat_exchanger', + [ 'TUT', + 'WZW', + 'TBT'], + { + T: 'gtceu:high_temperature_smelting_casing', + W: '#gtceu:circuits/ev', + U: 'gtceu:ev_sensor', + Z: 'gtceu:ev_machine_hull', + B: 'gtceu:ev_fluid_regulator' + } + ).id('tfg:shaped/heat_exchanger') + + */ + } \ No newline at end of file diff --git a/kubejs/server_scripts/gregtech/recipes.materials.js b/kubejs/server_scripts/gregtech/recipes.materials.js index b62db6537..b98be1958 100644 --- a/kubejs/server_scripts/gregtech/recipes.materials.js +++ b/kubejs/server_scripts/gregtech/recipes.materials.js @@ -368,6 +368,15 @@ function registerGTCEUMetalRecipes(event) { .duration(material.getMass()) .category(GTRecipeCategories.ORE_CRUSHING) .EUt(GTValues.VA[GTValues.ULV]) + + let tfcName = material.getName(); + if (material === GTMaterials.Bismuth) + tfcName = "bismuthinite"; + else if (material === GTMaterials.YellowLimonite) + tfcName = "limonite"; + + event.recipes.tfc.quern(smallDust, smallOre) + .id(`tfc:quern/small_${tfcName}`) } /** @@ -385,6 +394,9 @@ function registerGTCEUMetalRecipes(event) { .duration(material.getMass()) .category(GTRecipeCategories.ORE_CRUSHING) .EUt(GTValues.VA[GTValues.ULV]) + + event.recipes.tfc.quern(smallDust, smallNativeOre) + .id(`tfc:quern/small_native_${material.getName()}`) } /** @@ -436,7 +448,7 @@ function registerGTCEUMetalRecipes(event) { let hammerRecipe = event.recipes.gtceu.forge_hammer(`hammer_poor_raw_${material.getName()}_to_crushed_ore`) .itemInputs(poorOreItem) .category(GTRecipeCategories.ORE_FORGING) - .duration(10) + .duration(100) .EUt(16) if (material.hasProperty(PropertyKey.GEM)) { @@ -506,7 +518,7 @@ function registerGTCEUMetalRecipes(event) { let hammerRecipe = event.recipes.gtceu.forge_hammer(`hammer_raw_${material.getName()}_to_crushed_ore`) .itemInputs(normalOreItem) .category(GTRecipeCategories.ORE_FORGING) - .duration(10) + .duration(100) .EUt(16) if (material.hasProperty(PropertyKey.GEM)) { @@ -568,7 +580,7 @@ function registerGTCEUMetalRecipes(event) { let hammerRecipe = event.recipes.gtceu.forge_hammer(`hammer_rich_raw_${material.getName()}_to_crushed_ore`) .itemInputs(richOreItem) .category(GTRecipeCategories.ORE_FORGING) - .duration(10) + .duration(100) .EUt(16) if (material.hasProperty(PropertyKey.GEM)) { @@ -775,7 +787,7 @@ function registerGTCEUMetalRecipes(event) { .id(`shapeless/mortar_chipped_${material.getName()}`) let amount = 9; - if (material === GTMaterials.NetherQuartz || material === GTMaterials.Amethyst) + if (material === GTMaterials.NetherQuartz || material === GTMaterials.CertusQuartz || material === GTMaterials.Amethyst) amount = 4; event.recipes.greate.pressing(ChemicalHelper.get(TagPrefix.gem, material, amount), ChemicalHelper.get(TagPrefix.block, material, 1)) @@ -1155,7 +1167,8 @@ function registerGTCEUMetalRecipes(event) { if (material === GTMaterials.get("andesite_alloy") || material === GTMaterials.get("refined_radiance") || material === GTMaterials.get("shadow_steel") - || material === GTMaterials.get("chromatic_compound")) + || material === GTMaterials.get("chromatic_compound") + || material === GTMaterials.DamascusSteel) { return; } const toolProperty = material.getProperty(PropertyKey.TOOL) diff --git a/kubejs/server_scripts/gregtech/recipes.removes.js b/kubejs/server_scripts/gregtech/recipes.removes.js index db93fb94c..b668b69c1 100644 --- a/kubejs/server_scripts/gregtech/recipes.removes.js +++ b/kubejs/server_scripts/gregtech/recipes.removes.js @@ -642,16 +642,7 @@ function removeGTCEURecipes(event) { removeMaceratorRecipe(event, 'macerate_brick_wall') removeMaceratorRecipe(event, 'macerate_flower_pot') - removeMaceratorRecipe(event, 'macerate_treated_wood_fence_gate') - removeMaceratorRecipe(event, 'macerate_long_treated_wood_rod') - removeMaceratorRecipe(event, 'macerate_treated_wood_normal_fluid_pipe') - removeMaceratorRecipe(event, 'macerate_treated_wood_large_fluid_pipe') - removeMaceratorRecipe(event, 'macerate_treated_wood_small_fluid_pipe') - removeMaceratorRecipe(event, 'macerate_treated_wood_door') - removeMaceratorRecipe(event, 'macerate_treated_wood_frame') - removeMaceratorRecipe(event, 'macerate_treated_wood_fence') - removeMaceratorRecipe(event, 'macerate_treated_wood_boat') - removeMaceratorRecipe(event, 'macerate_treated_wood_chest_boat') + removeMaceratorRecipe(event, 'macerate_marble') event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__fireclay' }) event.remove({ id: 'gtceu:centrifuge/decomposition_centrifuging__ender_eye' }) @@ -723,7 +714,6 @@ function removeGTCEURecipes(event) { // Remove old treated plank and wood plank recipe event.remove({ id: 'gtceu:compressor/compress_plate_dust_wood' }) - event.remove({ id: 'gtceu:compressor/compress_plate_dust_treated_wood'}) // Remove Default Pressure Plate Recipes const MC_PRESSURE_PLATES = [ @@ -738,7 +728,7 @@ function removeGTCEURecipes(event) { event.remove({ id: `gtceu:assembler/${material}_pressure_plate` }) }) - event.remove({ output: 'gtceu:damascus_steel_crowbar'}) + event.remove({ id: /^gtceu:.*damascus_steel.*/ }) //removes metal armor const armor = [ diff --git a/kubejs/server_scripts/gregtech/recipes.tfcmetals.js b/kubejs/server_scripts/gregtech/recipes.tfcmetals.js index 18afc77a1..ee1ecd260 100644 --- a/kubejs/server_scripts/gregtech/recipes.tfcmetals.js +++ b/kubejs/server_scripts/gregtech/recipes.tfcmetals.js @@ -43,7 +43,6 @@ function registerGTCEuTFCMetalsRecipes(event) { event.remove({ id: 'gtceu:electric_blast_furnace/blast_black_bronze' }) event.remove({ id: 'gtceu:electric_blast_furnace/blast_black_bronze_gas' }) event.remove({ id: 'gtceu:vacuum_freezer/cool_hot_black_bronze_ingot' }) - event.remove({ id: 'gtceu:vacuum_freezer/black_bronze' }) event.remove({ id: 'gtceu:electric_blast_furnace/blast_sterling_silver' }) event.remove({ id: 'gtceu:electric_blast_furnace/blast_sterling_silver_gas' }) event.remove({ id: 'gtceu:electric_blast_furnace/blast_rose_gold' }) diff --git a/kubejs/server_scripts/gregtech/tags.js b/kubejs/server_scripts/gregtech/tags.js index f62501506..5831cf73a 100644 --- a/kubejs/server_scripts/gregtech/tags.js +++ b/kubejs/server_scripts/gregtech/tags.js @@ -56,6 +56,8 @@ const registerGTCEUItemTags = (event) => { event.remove('minecraft:planks', 'gtceu:treated_wood_planks') event.remove('minecraft:planks', 'gtceu:treated_wood_plate') + event.remove('minecraft:planks', 'gtceu:wood_plate') + event.add('tfg:sugars', 'minecraft:sugar') event.add('tfg:sugars', 'afc:birch_sugar') event.add('tfg:sugars', 'afc:maple_sugar') diff --git a/kubejs/server_scripts/main_server_script.js b/kubejs/server_scripts/main_server_script.js index 919180713..46f6bc168 100644 --- a/kubejs/server_scripts/main_server_script.js +++ b/kubejs/server_scripts/main_server_script.js @@ -51,6 +51,7 @@ ServerEvents.tags('item', event => { registerTFGItemTags(event) registerTFCLunchboxItemTags(event) registerVintageImprovementsItemTags(event) + registerWABItemTags(event) }) /** @@ -85,6 +86,7 @@ ServerEvents.tags('block', event => { registerTFCBlockTags(event) registerTFGBlockTags(event) registerVintageImprovementsBlockTags(event) + registerWABBlockTags(event) }) /** @@ -103,6 +105,10 @@ ServerEvents.tags('fluid', event => { registerVintageImprovementsFluidTags(event) }) +ServerEvents.tags('worldgen/configured_feature', event => { + registerTFGConfiguredFeatures(event) +}) + /** * ÐĄÐūÐąŅ‹Ņ‚ÐļÐĩ Ņ€ÐĩÐģÐļŅŅ‚Ņ€Ð°Ņ†ÐļÐļ Ņ‚ÐĩÐģÐūÐē ŅŅ‚Ņ€ŅƒÐšŅ‚ŅƒŅ€. */ @@ -156,6 +162,7 @@ TFCEvents.data(event => { registerTFCDataForTFCLunchbox(event) registerTFCDataForTFG(event) registerTFCDataForWaterFlasks(event) + registerWABFoodData(event) }) /** @@ -180,10 +187,6 @@ GTCEuServerEvents.oreVeins(event => { event.removeAll() }) -GTCEuServerEvents.bedrockOreVeins(event => { - registerGTCEUBedrockOreVeins(event) -}) - GTCEuServerEvents.fluidVeins(event => { registerGTCEUBedrockFluidVeins(event) }) @@ -259,6 +262,7 @@ ServerEvents.recipes(event => { registerTreeTapRecipes(event) registerVintageImprovementsRecipes(event) registerWaterFlasksRecipes(event) + registerWABRecipes(event) }) TaCZServerEvents.gunIndexLoad((event) => { diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index 6f7b2a40a..5b96b8489 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -147,14 +147,21 @@ const registerMinecraftRecipes = (event) => { event.recipes.gtceu.chemical_bath('paper_from_papyrus_distilled') .itemInputs('tfc:papyrus') .inputFluids(Fluid.of('gtceu:distilled_water', 100)) - .itemOutputs('minecraft:paper') + .itemOutputs('4x tfc:soaked_papyrus_strip') .duration(100) .EUt(7) event.recipes.gtceu.chemical_bath('paper_from_papyrus') .itemInputs('tfc:papyrus') .inputFluids("#tfg:clean_water 100") + .itemOutputs('4x tfc:soaked_papyrus_strip') + .duration(100) + .EUt(7) + + event.recipes.gtceu.assembler('papyrus_strips') + .itemInputs('4x tfc:soaked_papyrus_strip') .itemOutputs('minecraft:paper') + .circuit(1) .duration(100) .EUt(7) @@ -288,34 +295,6 @@ const registerMinecraftRecipes = (event) => { //#endregion - //#region Ð’Ņ‹Ņ…ÐūÐī: ЗÐūÐŧÐūŅ‚ÐūÐĩ ŅÐąÐŧÐūКÐū - - event.recipes.gtceu.chemical_reactor('golden_apple') - .itemInputs('tfc:food/green_apple', '8x #forge:ingots/gold') - .itemOutputs('minecraft:golden_apple') - .duration(50) - .EUt(30) - - event.recipes.gtceu.large_chemical_reactor('golden_apple') - .itemInputs('tfc:food/green_apple', '8x #forge:ingots/gold') - .itemOutputs('minecraft:golden_apple') - .duration(50) - .EUt(30) - - event.recipes.gtceu.chemical_reactor('golden_apple_1') - .itemInputs('tfc:food/red_apple', '8x #forge:ingots/gold') - .itemOutputs('minecraft:golden_apple') - .duration(50) - .EUt(30) - - event.recipes.gtceu.large_chemical_reactor('golden_apple_1') - .itemInputs('tfc:food/red_apple', '8x #forge:ingots/gold') - .itemOutputs('minecraft:golden_apple') - .duration(50) - .EUt(30) - - //#endregion - //#region Ð’Ņ‹Ņ…ÐūÐī: КÐūОÐŋÐ°Ņ€Ð°Ņ‚ÐūŅ€ // КÐūОÐŋÐ°Ņ€Ð°Ņ‚ÐūŅ€ @@ -818,13 +797,6 @@ const registerMinecraftRecipes = (event) => { B: 'minecraft:brick' }).id('tfc:crafting/bricks') - event.recipes.gtceu.assembler('minecraft:bricks') - .itemInputs('5x minecraft:brick') - .inputFluids(Fluid.of('gtceu:concrete', 144)) - .itemOutputs(`4x minecraft:bricks`) - .duration(50) - .EUt(7) - //#endregion //#region Ð’Ņ‹Ņ…ÐūÐī: ЭÐŧÐļŅ‚Ņ€Ð° @@ -1143,4 +1115,17 @@ const registerMinecraftRecipes = (event) => { .duration(50) .EUt(2) }) + + // Greenhouse + generateGreenHouseRecipe(event, '8x minecraft:bamboo', '#tfc:any_fresh_water', 4000, + '64x minecraft:bamboo', 'bamboo', 'minecraft:overworld', 8, + '8x minecraft:bamboo', GTValues.VA[GTValues.LV]) + + generateGreenHouseRecipe(event, '4x minecraft:red_mushroom', '#tfc:any_fresh_water', 4000, + '24x minecraft:red_mushroom', 'red_mushroom', 'minecraft:the_nether', 8, + '4x minecraft:red_mushroom', GTValues.VA[GTValues.LV]) + + generateGreenHouseRecipe(event, '4x minecraft:brown_mushroom', '#tfc:any_fresh_water', 4000, + '24x minecraft:brown_mushroom', 'brown_mushroom', 'minecraft:the_nether', 8, + '4x minecraft:brown_mushroom', GTValues.VA[GTValues.LV]) } diff --git a/kubejs/server_scripts/minecraft/tags.js b/kubejs/server_scripts/minecraft/tags.js index 3e6d0e5e2..94fc5ed0d 100644 --- a/kubejs/server_scripts/minecraft/tags.js +++ b/kubejs/server_scripts/minecraft/tags.js @@ -54,6 +54,9 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:foods/usable_in_salad', 'minecraft:glow_berries') event.add('tfc:foods/usable_in_salad', 'minecraft:chorus_fruit') event.add('tfc:foods/usable_in_salad', 'minecraft:popped_chorus_fruit') + + event.add('tfc:rabbit_food', 'minecraft:chorus_fruit') + event.add('tfc:rabbit_food', 'minecraft:popped_chorus_fruit') event.add('tfc:rock/raw', 'minecraft:deepslate') event.add('tfc:rock/raw', 'minecraft:blackstone') @@ -83,6 +86,8 @@ const registerMinecraftItemTags = (event) => { event.add('tfc:compost_greens', 'minecraft:warped_wart_block') event.add('forge:dyes/black', 'minecraft:ink_sac') + + event.add('tfc:hematitic_sand', 'minecraft:red_sand') } const registerMinecraftBlockTags = (event) => { @@ -152,6 +157,25 @@ const registerMinecraftBlockTags = (event) => { event.add('tfg:brick_stairs', 'minecraft:blackstone_stairs') event.add('tfg:brick_slabs', 'minecraft:blackstone_slab') event.add('tfg:brick_walls', 'minecraft:blackstone_wall') + + event.add('tfc:bloomery_insulation', 'minecraft:polished_deepslate'); + event.add('tfc:forge_insulation', 'minecraft:polished_deepslate'); + event.add('tfc:bloomery_insulation', 'minecraft:polished_blackstone'); + event.add('tfc:forge_insulation', 'minecraft:polished_blackstone'); + event.add('tfc:bloomery_insulation', 'minecraft:deepslate_tiles'); + event.add('tfc:forge_insulation', 'minecraft:deepslate_tiles'); + event.add('tfc:bloomery_insulation', 'minecraft:cracked_deepslate_tiles'); + event.add('tfc:forge_insulation', 'minecraft:cracked_deepslate_tiles'); + event.add('tfc:bloomery_insulation', 'minecraft:chiseled_deepslate'); + event.add('tfc:forge_insulation', 'minecraft:chiseled_deepslate'); + event.add('tfc:bloomery_insulation', 'minecraft:chiseled_polished_blackstone'); + event.add('tfc:forge_insulation', 'minecraft:chiseled_polished_blackstone'); + event.add('tfc:bloomery_insulation', 'minecraft:gilded_blackstone'); + event.add('tfc:forge_insulation', 'minecraft:gilded_blackstone'); + event.add('tfc:bloomery_insulation', 'minecraft:basalt'); + event.add('tfc:forge_insulation', 'minecraft:basalt'); + event.add('tfc:bloomery_insulation', 'minecraft:smooth_basalt'); + event.add('tfc:forge_insulation', 'minecraft:smooth_basalt'); //#region diff --git a/kubejs/server_scripts/railways/recipes.locometal.js b/kubejs/server_scripts/railways/recipes.locometal.js index 1dcf3dfda..46394b419 100644 --- a/kubejs/server_scripts/railways/recipes.locometal.js +++ b/kubejs/server_scripts/railways/recipes.locometal.js @@ -22,10 +22,10 @@ const locometalBase = { const registerRailwaysLocometalRecipes = (event) => { for (let locometal in locometalBase) { - event.recipes.create.cutting(`8x railways:${locometal}`, '#forge:storage_blocks/iron').processingTime(200); - event.recipes.create.cutting(`16x railways:${locometal}`, '#forge:storage_blocks/wrought_iron').processingTime(200); - event.recipes.create.cutting(`24x railways:${locometal}`, '#forge:storage_blocks/steel').processingTime(200); - event.recipes.create.cutting(`railways:${locometal}`, `#railways:palettes/cycle_groups/base`).processingTime(20); + event.stonecutting(`8x railways:${locometal}`, '#forge:storage_blocks/iron'); + event.stonecutting(`16x railways:${locometal}`, '#forge:storage_blocks/wrought_iron'); + event.stonecutting(`24x railways:${locometal}`, '#forge:storage_blocks/steel'); + event.stonecutting(`railways:${locometal}`, `#railways:palettes/cycle_groups/base`); event.recipes.gtceu.chemical_bath(`tfg:undying/locometal/${locometal}`) .itemInputs(Item.of(locometalDyeGroups[`${locometal}`], 1)) .inputFluids(Fluid.of(`gtceu:chlorine`, 18)) @@ -35,9 +35,27 @@ const registerRailwaysLocometalRecipes = (event) => { .category(GTRecipeCategories.CHEM_DYES) } - event.recipes.create.item_application(`railways:iron_wrapped_locometal`, [`#railways:palettes/cycle_groups/base`, '#forge:plates/wrought_iron']); - event.recipes.create.item_application(`railways:copper_wrapped_locometal`, [`#railways:palettes/cycle_groups/base`, '#forge:plates/copper']); - event.recipes.create.item_application(`railways:brass_wrapped_locometal`, [`#railways:palettes/cycle_groups/base`, '#forge:plates/brass']) + event.recipes.gtceu.chemical_bath(`railways:iron_wrapped_locometal`) + .itemInputs(`#railways:palettes/cycle_groups/base`) + .inputFluids('gtceu:wrought_iron 18') + .itemOutputs('railways:iron_wrapped_locometal') + .duration(20) + .EUt(24) + .category(GTRecipeCategories.CHEM_DYES); + event.recipes.gtceu.chemical_bath(`railways:copper_wrapped_locometal`) + .itemInputs(`#railways:palettes/cycle_groups/base`) + .inputFluids('gtceu:copper 18') + .itemOutputs('railways:copper_wrapped_locometal') + .duration(20) + .EUt(24) + .category(GTRecipeCategories.CHEM_DYES); + event.recipes.gtceu.chemical_bath(`railways:brass_wrapped_locometal`) + .itemInputs(`#railways:palettes/cycle_groups/base`) + .inputFluids('gtceu:brass 18') + .itemOutputs('railways:brass_wrapped_locometal') + .duration(20) + .EUt(24) + .category(GTRecipeCategories.CHEM_DYES); event.recipes.gtceu.chemical_bath(`tfg:undying/brass_wrapped_locometal`) .itemInputs('#railways:palettes/dye_groups/brass_wrapped_slashed') @@ -99,9 +117,28 @@ const registerRailwaysLocometalRecipes = (event) => { .EUt(24) .category(GTRecipeCategories.CHEM_DYES); }; - event.recipes.create.item_application(`railways:${dye}_iron_wrapped_locometal`, [`#railways:palettes/cycle_groups/${dye}`, '#forge:plates/wrought_iron']); - event.recipes.create.item_application(`railways:${dye}_copper_wrapped_locometal`, [`#railways:palettes/cycle_groups/${dye}`, '#forge:plates/copper']); - event.recipes.create.item_application(`railways:${dye}_brass_wrapped_locometal`, [`#railways:palettes/cycle_groups/${dye}`, '#forge:plates/brass']); + + event.recipes.gtceu.chemical_bath(`railways:${dye}_iron_wrapped_locometal`) + .itemInputs(`#railways:palettes/cycle_groups/${dye}`) + .inputFluids('gtceu:wrought_iron 18') + .itemOutputs(`railways:${dye}_iron_wrapped_locometal`) + .duration(20) + .EUt(24) + .category(GTRecipeCategories.CHEM_DYES); + event.recipes.gtceu.chemical_bath(`railways:${dye}_copper_wrapped_locometal`) + .itemInputs(`#railways:palettes/cycle_groups/${dye}`) + .inputFluids('gtceu:copper 18') + .itemOutputs(`railways:${dye}_copper_wrapped_locometal`) + .duration(20) + .EUt(24) + .category(GTRecipeCategories.CHEM_DYES); + event.recipes.gtceu.chemical_bath(`railways:${dye}_brass_wrapped_locometal`) + .itemInputs(`#railways:palettes/cycle_groups/${dye}`) + .inputFluids('gtceu:brass 18') + .itemOutputs(`railways:${dye}_brass_wrapped_locometal`) + .duration(20) + .EUt(24) + .category(GTRecipeCategories.CHEM_DYES); event.recipes.gtceu.chemical_bath(`tfg:brass_locometal_bathing/${dye}`) .itemInputs('#railways:palettes/dye_groups/brass_wrapped_slashed') diff --git a/kubejs/server_scripts/species/recipes.js b/kubejs/server_scripts/species/recipes.js index fcc33d8c4..2f3a5fa2e 100644 --- a/kubejs/server_scripts/species/recipes.js +++ b/kubejs/server_scripts/species/recipes.js @@ -66,5 +66,7 @@ function registerSpeciesRecipes(event) { B: 'firmaciv:rope_coil' }).id('tfg:shaped/harpoon') - // TODO: birtday cake + generateGreenHouseRecipe(event, '8x tfg:saplings/alphacene', 'tfg:semiheavy_ammoniacal_water', 16000, + '64x species:alphacene_mushroom_block', 'tfg:green_house/alphacene_mushroom', 'ad_astra:mars', 8, + '8x minecraft:mushroom_stem', GTValues.VA[GTValues.MV]) } \ No newline at end of file diff --git a/kubejs/server_scripts/species/tags.js b/kubejs/server_scripts/species/tags.js index 7fa969ebb..1cf9597a5 100644 --- a/kubejs/server_scripts/species/tags.js +++ b/kubejs/server_scripts/species/tags.js @@ -7,6 +7,8 @@ const registerSpeciesBlockTags = (event) => { }) event.removeAll('species:wraptor_nesting_blocks') + + event.add('species:petrified_egg_hatch', '#tfcambiental:warm_stuff') } const registerSpeciesItemTags = (event) => { @@ -17,4 +19,10 @@ const registerSpeciesItemTags = (event) => { event.add('forge:eggs', 'species:birt_egg') event.add('firmalife:foods/raw_eggs', 'species:birt_egg') -} \ No newline at end of file + + event.add('species:goober_breed_items', 'betterend:flammalix') + event.add('species:goober_breed_items', 'betterend:small_amaranita_mushroom') + event.add('species:goober_breed_items', 'betterend:bolux_mushroom_product') + event.add('species:goober_breed_items', 'betterend:chorus_mushroom_product') + event.add('species:cruncher_eats', '#tfc:foods/meat') +} diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index a84f4fe8a..4539c2c63 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -57,31 +57,31 @@ const registerTFCRecipes = (event) => { // ДÐĩŅ€ÐĩÐēÐū global.TFC_WOOD_TYPES.forEach(wood => { - generateGreenHouseRecipe(event, `8x tfc:wood/sapling/${wood}`, '#tfg:clean_water', 16000, `64x tfc:wood/log/${wood}`, - `tfg:greenhouse/${wood}`, 'minecraft:overworld', 16, null, GTValues.VH[GTValues.LV]) + generateGreenHouseRecipe(event, `8x tfc:wood/sapling/${wood}`, '#tfc:any_fresh_water', 16000, `64x tfc:wood/log/${wood}`, + `tfg:greenhouse/${wood}`, 'minecraft:overworld', 16, `32x tfc:wood/sapling/${wood}`, GTValues.VH[GTValues.LV]) }) global.AFC_SAPLINGS.forEach(x => { - generateGreenHouseRecipe(event, `8x afc:wood/sapling/${x.sapling}`, '#tfg:clean_water', 16000, `64x ${x.log}`, - `tfg:greenhouse/${x.sapling}`, 'minecraft:overworld', 16, null, GTValues.VH[GTValues.LV]) + generateGreenHouseRecipe(event, `8x afc:wood/sapling/${x.sapling}`, '#tfc:any_fresh_water', 16000, `64x ${x.log}`, + `tfg:greenhouse/${x.sapling}`, 'minecraft:overworld', 16, `32x afc:wood/sapling/${x.sapling}`, GTValues.VH[GTValues.LV]) }) // ÐĄÐĩОÐĩÐ―Ð° Ņ„Ņ€ŅƒÐšŅ‚ÐūÐē global.TFC_GREENHOUSE_FRUIT_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, '#tfg:clean_water', element.fluid_amount, element.output, - element.name, 'minecraft:overworld', 8, null, GTValues.VH[GTValues.LV]) + generateGreenHouseRecipe(event, element.input, '#tfc:any_fresh_water', element.fluid_amount, element.output, + element.name, 'minecraft:overworld', 8, element.input, GTValues.VH[GTValues.LV]) }) // ÐĄÐĩОÐĩÐ―Ð° ÐūÐēÐū҉ÐĩÐđ global.TFC_GREENHOUSE_VEGETABLE_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, '#tfg:clean_water', element.fluid_amount, element.output, - element.name, null, 8, null, GTValues.VH[GTValues.LV]) + generateGreenHouseRecipe(event, element.input, '#tfc:any_fresh_water', element.fluid_amount, element.output, + element.name, null, 8, element.input, GTValues.VH[GTValues.LV]) }) // ÐĄÐĩОÐĩÐ―Ð° ŅÐģÐūÐī global.TFC_GREENHOUSE_BERRY_RECIPE_COMPONENTS.forEach(element => { - generateGreenHouseRecipe(event, element.input, '#tfg:clean_water', element.fluid_amount, element.output, - element.name, null, 8, null, GTValues.VH[GTValues.LV]) + generateGreenHouseRecipe(event, element.input, '#tfc:any_fresh_water', element.fluid_amount, element.output, + element.name, null, 8, element.input, GTValues.VH[GTValues.LV]) }) // Ð Ð°ŅŅ‚ÐĩÐ―ÐļŅ @@ -89,8 +89,8 @@ const registerTFCRecipes = (event) => { const itemId = element.id; const recipeId = `greenhouse_${itemId.replace(':', '_')}`; - generateGreenHouseRecipe(event, itemId, '#tfg:clean_water', 8000, `8x ${itemId}`, - recipeId, null, 8, null, GTValues.VH[GTValues.LV]); + generateGreenHouseRecipe(event, itemId, '#tfc:any_fresh_water', 8000, `8x ${itemId}`, + recipeId, null, 8, `16x ${itemId}`, GTValues.VH[GTValues.LV]); }); //#endregion @@ -208,16 +208,6 @@ const registerTFCRecipes = (event) => { generateMixerRecipe(event, '#forge:dusts/sodium_hydroxide', "#tfg:clean_water 1000", [], null, Fluid.of('tfc:lye', 1000), 100, 2, 64, 'lye_from_sodium_hydroxide') - event.recipes.tfc.pot([], Fluid.of('tfc:lye', 1000), 100, 80) - .itemOutput('gtceu:sodium_hydroxide_dust') - .id('tfg:pot/sodium_hydroxide') - - event.recipes.firmalife.vat() - .inputFluid(Fluid.of('tfc:lye', 1000)) - .outputItem('gtceu:sodium_hydroxide_dust') - .length(100) - .temperature(80) - event.recipes.gtceu.distillery('lye_to_sodium_hydroxide') .inputFluids('tfc:lye 1000') .itemOutputs('gtceu:sodium_hydroxide_dust') diff --git a/kubejs/server_scripts/tfc/recipes.machines.js b/kubejs/server_scripts/tfc/recipes.machines.js index c9e5cd79b..7402f708c 100644 --- a/kubejs/server_scripts/tfc/recipes.machines.js +++ b/kubejs/server_scripts/tfc/recipes.machines.js @@ -419,4 +419,12 @@ function registerTFCMachineRecipes(event) { processingTime: 50 }).id(`tfg:vi/lathe/stripping_${wood}_wood`) }) + + + event.recipes.gtceu.extruder('tfg:wrought_iron_grill_electric_only') + .itemInputs('2x #forge:plates/wrought_iron') + .notConsumable('tfg:large_casing_extruder_mold') + .itemOutputs('tfc:wrought_iron_grill') + .duration(60) + .EUt(8) } diff --git a/kubejs/server_scripts/tfc/recipes.metals.js b/kubejs/server_scripts/tfc/recipes.metals.js index d201eb609..a1026e886 100644 --- a/kubejs/server_scripts/tfc/recipes.metals.js +++ b/kubejs/server_scripts/tfc/recipes.metals.js @@ -116,52 +116,58 @@ function registerTFCMetalsRecipes(event) { event.recipes.gtceu.forge_hammer('tfg/refined_bloom') .itemInputs('tfc:raw_iron_bloom') .itemOutputs('tfc:refined_iron_bloom') - .duration(400) + .duration(200) .EUt(4) // ÐĢÐšŅ€ÐĩÐŋÐŧÐĩÐ―Ð―Ð°Ņ ÐšŅ€ÐļŅ†Ð° -> ÐĄÐŧÐļŅ‚ÐūК КÐūÐēÐ°Ð―Ð―ÐūÐģÐū ÐķÐĩÐŧÐĩза event.recipes.gtceu.forge_hammer('tfg/wrought_iron_ingot') .itemInputs('tfc:refined_iron_bloom') .itemOutputs('gtceu:wrought_iron_ingot') - .duration(400) + .duration(200) .EUt(4) // Ð§ŅƒÐģŅƒÐ― -> Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ŅŅ‚Ð°ÐŧҌ event.recipes.gtceu.forge_hammer('tfg/high_carbon_steel') .itemInputs('tfc:metal/ingot/pig_iron') .itemOutputs('tfc:metal/ingot/high_carbon_steel') - .duration(500) + .duration(300) .EUt(4) // Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ŅŅ‚Ð°ÐŧҌ -> CŅ‚Ð°ÐŧҌ event.recipes.gtceu.forge_hammer('tfg/steel') .itemInputs('tfc:metal/ingot/high_carbon_steel') .itemOutputs('gtceu:steel_ingot') - .duration(500) + .duration(300) .EUt(4) // Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ҇ÐĩŅ€Ð―Ð°Ņ ŅŅ‚Ð°ÐŧҌ -> ҇ÐĩŅ€Ð―Ð°Ņ ŅŅ‚Ð°ÐŧҌ event.recipes.gtceu.forge_hammer('tfg/black_steel') .itemInputs('tfc:metal/ingot/high_carbon_black_steel') .itemOutputs('tfc:metal/ingot/black_steel') - .duration(600) + .duration(300) .EUt(4) // Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ҁÐļÐ―ŅŅ ŅŅ‚Ð°ÐŧҌ -> ҁÐļÐ―ŅŅ ŅŅ‚Ð°ÐŧҌ event.recipes.gtceu.forge_hammer('tfg/blue_steel') .itemInputs('tfc:metal/ingot/high_carbon_blue_steel') .itemOutputs('tfc:metal/ingot/blue_steel') - .duration(700) + .duration(400) .EUt(4) // Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ÐšŅ€Ð°ŅÐ―Ð°Ņ ŅŅ‚Ð°ÐŧҌ -> ÐšŅ€Ð°ŅÐ―Ð°Ņ ŅŅ‚Ð°ÐŧҌ event.recipes.gtceu.forge_hammer('tfg/red_steel') .itemInputs('tfc:metal/ingot/high_carbon_red_steel') .itemOutputs('tfc:metal/ingot/red_steel') - .duration(700) + .duration(400) .EUt(4) // ÐĄÐŧÐ°ÐąÐ°Ņ ŅŅ‚Ð°ÐŧҌ + Ð§ŅƒÐģŅƒÐ― -> Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ҇ÐĩŅ€Ð―Ð°Ņ ŅŅ‚Ð°ÐŧҌ + event.recipes.greate.compacting('tfc:metal/ingot/high_carbon_black_steel', + ['tfc:metal/ingot/weak_steel', 'tfc:metal/ingot/pig_iron', 'tfc:powder/flux']) + .heated() + .recipeTier(1) + .id(`greate:compacting/high_carbon_black_steel`) + event.recipes.gtceu.alloy_smelter('tfg/high_carbon_black_steel') .itemInputs('tfc:metal/ingot/weak_steel', 'tfc:metal/ingot/pig_iron') .itemOutputs('2x tfc:metal/ingot/high_carbon_black_steel') @@ -169,6 +175,12 @@ function registerTFCMetalsRecipes(event) { .EUt(4) // ÐĄÐŧÐ°ÐąÐ°Ņ ҁÐļÐ―ŅŅ ŅŅ‚Ð°ÐŧҌ + ЧÐĩŅ€Ð―Ð°Ņ ŅŅ‚Ð°ÐŧҌ -> Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ҁÐļÐ―ŅŅ ŅŅ‚Ð°ÐŧҌ + event.recipes.greate.compacting('tfc:metal/ingot/high_carbon_blue_steel', + ['tfc:metal/ingot/weak_blue_steel', 'tfc:metal/ingot/black_steel', 'tfc:powder/flux']) + .heated() + .recipeTier(1) + .id(`greate:compacting/high_carbon_blue_steel`) + event.recipes.gtceu.alloy_smelter('tfg/high_carbon_blue_steel') .itemInputs('tfc:metal/ingot/weak_blue_steel', 'tfc:metal/ingot/black_steel') .itemOutputs('2x tfc:metal/ingot/high_carbon_blue_steel') @@ -176,12 +188,52 @@ function registerTFCMetalsRecipes(event) { .EUt(4) // ÐĄÐŧÐ°ÐąÐ°Ņ ÐšŅ€Ð°ŅÐ―Ð°Ņ ŅŅ‚Ð°ÐŧҌ + ЧÐĩŅ€Ð―Ð°Ņ ŅŅ‚Ð°ÐŧҌ -> Ð’Ņ‹ŅÐūКÐū҃ÐģÐŧÐĩŅ€ÐūÐīÐ―Ð°Ņ ÐšŅ€Ð°ŅÐ―Ð°Ņ ŅŅ‚Ð°ÐŧҌ + event.recipes.greate.compacting('tfc:metal/ingot/high_carbon_red_steel', + ['tfc:metal/ingot/weak_red_steel', 'tfc:metal/ingot/black_steel', 'tfc:powder/flux']) + .heated() + .recipeTier(1) + .id(`greate:compacting/high_carbon_red_steel`) + event.recipes.gtceu.alloy_smelter('tfg/high_carbon_red_steel') .itemInputs('tfc:metal/ingot/weak_red_steel', 'tfc:metal/ingot/black_steel') .itemOutputs('2x tfc:metal/ingot/high_carbon_red_steel') .duration(700) .EUt(4) + // Rose Gold + Sterling Silver + const copper_types = [ + "#forge:ingots/copper", + "#forge:dusts/copper", + "#forge:ingots/annealed_copper", + "#forge:dusts/annealed_copper" + ]; + const gold_types = [ + "#forge:ingots/gold", + "#forge:dusts/gold" + ]; + const silver_types = [ + "#forge:ingots/silver", + "#forge:dusts/silver" + ]; + + copper_types.forEach(copper_types_array => { + gold_types.forEach(gold_types_array => { + event.recipes.gtceu.alloy_smelter(`rose_gold_from_${copper_types_array.replace(/:/g, "/").replace(/#/g, "")}_and_${gold_types_array.replace(/:/g, "/").replace(/#/g, "")}`) + .itemInputs(Ingredient.of(copper_types_array).withCount(1), Ingredient.of(gold_types_array).withCount(4)) + .itemOutputs(ChemicalHelper.get(TagPrefix.ingot, GTMaterials.RoseGold, 5)) + .duration(20*10) + .EUt(GTValues.VA[GTValues.LV]) + }); + silver_types.forEach(silver_types_array => { + event.recipes.gtceu.alloy_smelter(`sterling_silver_from_${copper_types_array.replace(/:/g, "/").replace(/#/g, "")}_and_${silver_types_array.replace(/:/g, "/").replace(/#/g, "")}`) + .itemInputs(Ingredient.of(copper_types_array).withCount(1), Ingredient.of(silver_types_array).withCount(4)) + .itemOutputs(ChemicalHelper.get(TagPrefix.ingot, GTMaterials.SterlingSilver, 5)) + .duration(20*10) + .EUt(GTValues.VA[GTValues.LV]) + }); + }); + + const TFC_INTERMEDIATE_METALS = [ { metal: 'pig_iron', meltTemp: 1535 }, diff --git a/kubejs/server_scripts/tfc/recipes.removes.js b/kubejs/server_scripts/tfc/recipes.removes.js index 95ee811ee..95af557e8 100644 --- a/kubejs/server_scripts/tfc/recipes.removes.js +++ b/kubejs/server_scripts/tfc/recipes.removes.js @@ -150,6 +150,7 @@ function removeTFCRecipes(event) { event.remove({ id: 'tfc:crafting/vanilla/redstone/minecart' }) event.remove({ id: 'tfc:crafting/cake' }) event.remove({ id: 'tfc:crafting/pumpkin_chunks' }) + event.remove({ id: 'tfc:crafting/alabaster_brick' }) event.remove({ id: /^tfc:crafting\/dough\/.*/ }) diff --git a/kubejs/server_scripts/tfc/tags.js b/kubejs/server_scripts/tfc/tags.js index 3a474067a..1d8b81b14 100644 --- a/kubejs/server_scripts/tfc/tags.js +++ b/kubejs/server_scripts/tfc/tags.js @@ -59,6 +59,7 @@ const registerTFCItemTags = (event) => { event.add('tfc:usable_on_tool_rack', 'waterflasks:iron_flask') event.add('tfc:usable_on_tool_rack', 'waterflasks:red_steel_flask') event.add('tfc:usable_on_tool_rack', 'tfc:wool_cloth') + event.add('tfc:usable_on_tool_rack', 'firmalife:mixing_bowl') // Ð˜Ð―ÐģŅ€ÐĩÐīÐļÐĩÐ―Ņ‚Ņ‹ ÐīÐŧŅ заКÐēÐ°ŅÐšÐļ event.add('tfg:ferments_to_rennet', 'tfc:food/soybean') @@ -129,7 +130,6 @@ const registerTFCItemTags = (event) => { event.add('tfc:steam_bloomery_basic_fuels', 'minecraft:coal') event.add('tfc:steam_bloomery_basic_fuels', 'minecraft:charcoal') event.add('tfc:steam_bloomery_basic_fuels', 'gtceu:rich_raw_coal') - event.add('tfc:steam_bloomery_basic_fuels', 'gtceu:rich_raw_coal') event.add('tfc:steam_bloomery_basic_fuels', 'gtceu:raw_coal') event.add('tfc:steam_bloomery_basic_fuels', 'gtceu:poor_raw_coal') event.add('tfc:steam_bloomery_basic_fuels', 'gtceu:coal_dust') @@ -323,6 +323,13 @@ const registerTFCItemTags = (event) => { event.add('tfc:forge_invisible_whitelist', 'greate:aluminum_mechanical_pump') event.add('tfc:forge_invisible_whitelist', 'greate:stainless_steel_mechanical_pump') event.add('tfc:forge_invisible_whitelist', 'greate:titanium_mechanical_pump') + + event.add('forge:mushrooms', 'tfc:plant/artists_conk') + + global.TFC_STONE_TYPES.forEach(stone => { + event.add('minecraft:stone_buttons', `tfc:rock/button/${stone}`) + event.add('minecraft:buttons', `tfc:rock/button/${stone}`) + }) } const registerTFCBlockTags = (event) => { @@ -440,6 +447,11 @@ const registerTFCBlockTags = (event) => { const brick_blacklist = ('drying|slab|stairs|wall|additionalplacements'); event.add('tfc:bloomery_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); event.add('tfc:forge_insulation', `/^(?=.*brick)(?!.*(${brick_blacklist})).*/`); + + global.TFC_STONE_TYPES.forEach(stone => { + event.add('minecraft:stone_buttons', `tfc:rock/button/${stone}`) + event.add('minecraft:buttons', `tfc:rock/button/${stone}`) + }) } const registerTFCFluidTags = (event) => { diff --git a/kubejs/server_scripts/tfg/data.js b/kubejs/server_scripts/tfg/data.js index 0a89ca871..561dc4d85 100644 --- a/kubejs/server_scripts/tfg/data.js +++ b/kubejs/server_scripts/tfg/data.js @@ -128,7 +128,7 @@ const registerTFGFoodData = (event) => { }) event.foodItem('tfg:food/raw_moon_rabbit', food => { - food.hunger(4) + food.hunger(3) food.protein(2.0) food.decayModifier(3) }) @@ -140,6 +140,125 @@ const registerTFGFoodData = (event) => { food.decayModifier(2.25) }) + event.foodItem('tfg:food/raw_glacian_mutton', food => { + food.hunger(3) + food.protein(2.0) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_glacian_mutton', food => { + food.hunger(6) + food.saturation(3) + food.protein(5) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_sniffer_beef', food => { + food.hunger(3) + food.protein(2.0) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_sniffer_beef', food => { + food.hunger(6) + food.saturation(4) + food.protein(7) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_wraptor', food => { + food.hunger(3) + food.protein(2.0) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_wraptor', food => { + food.hunger(6) + food.saturation(4) + food.protein(5) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_springling_chops', food => { + food.hunger(2) + food.protein(1.5) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_springling_chops', food => { + food.hunger(4) + food.saturation(3) + food.protein(5) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_walker_steak', food => { + food.hunger(3) + food.protein(2.0) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_walker_steak', food => { + food.hunger(6) + food.saturation(3) + food.protein(8) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_glider_wings', food => { + food.hunger(1) + food.protein(1.5) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_glider_wings', food => { + food.hunger(3) + food.saturation(3) + food.protein(3) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_whole_soarer', food => { + food.hunger(3) + food.protein(2.0) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_whole_soarer', food => { + food.hunger(6) + food.saturation(6) + food.protein(4) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_crusher_meat', food => { + food.hunger(3) + food.protein(1.5) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_crusher_meat', food => { + food.hunger(5) + food.saturation(6) + food.protein(4) + food.decayModifier(1.5) + }) + + event.foodItem('tfg:food/raw_goober_meat', food => { + food.hunger(2) + food.protein(3.0) + food.decayModifier(3) + }) + + event.foodItem('tfg:food/cooked_goober_meat', food => { + food.hunger(4) + food.saturation(3) + food.protein(6) + food.decayModifier(1.5) + }) + + + // high-tech food global.FOOD_FRUIT.forEach(fruit => { @@ -202,18 +321,28 @@ const registerTFGFoodData = (event) => { event.foodItem('betterend:cave_pumpkin_chunks', food => { food.hunger(4) food.saturation(1) - food.decayModifier(1.5) + food.decayModifier(2.5) food.water(5) - food.fruit(0.75) + food.fruit(0.8) + }) + + event.foodItem('betterend:cave_pumpkin_pie_dough', food => { + food.hunger(2) + food.decayModifier(3) + }) + + event.foodItem('betterend:cave_pumpkin_pie_raw', food => { + food.hunger(2) + food.decayModifier(3) }) event.foodItem('betterend:cave_pumpkin_pie', food => { food.hunger(4) - food.saturation(3) - food.decayModifier(2.5) + food.saturation(4) + food.decayModifier(2) food.water(5) - food.fruit(2) - food.grain(1.5) + food.fruit(4) + food.grain(2) }) event.foodItem('betterend:chorus_mushroom_product', food => { @@ -425,7 +554,7 @@ const registerTFGFLPlanters = (event) => { 'betterend:block/blossom_berry_seed_0', 'betterend:block/blossom_berry_seed_1', 'betterend:block/blossom_berry_seed_2', - 'betterend:block/blossom_berry_seed_3' // TODO + 'betterend:block/blossom_berry_seed_3' ], null ) @@ -440,7 +569,6 @@ const registerTFGFLPlanters = (event) => { 'betterend:bolux_mushroom_product', 'phosphorous', [ - // TODO: all 'betterend:block/bolux_mushroom_greenhouse_0', 'betterend:block/bolux_mushroom_greenhouse_1', 'betterend:block/bolux_mushroom_greenhouse_2', @@ -477,13 +605,13 @@ const registerTFGFLPlanters = (event) => { 'betterend:cave_pumpkin', 'phosphorous', [ - // TODO: all 'betterend:block/cave_pumpkin_greenhouse_0', 'betterend:block/cave_pumpkin_greenhouse_1', 'betterend:block/cave_pumpkin_greenhouse_2', 'betterend:block/cave_pumpkin_greenhouse_3' ], - 'betterend:block/cave_pumpkin_greenhouse_fruit' + //'betterend:block/cave_pumpkin_greenhouse_fruit' + 'betterend:block/cave_pumpkin_top' // TODO: check ) event.firmalifePlantable( @@ -496,7 +624,6 @@ const registerTFGFLPlanters = (event) => { 'betterend:shadow_berry_product', 'potassium', [ - // TODO: all 'betterend:block/shadow_berry_greenhouse_0', 'betterend:block/shadow_berry_greenhouse_1', 'betterend:block/shadow_berry_greenhouse_2', @@ -504,4 +631,4 @@ const registerTFGFLPlanters = (event) => { ], null ) -} \ No newline at end of file +} diff --git a/kubejs/server_scripts/tfg/events.chunks.js b/kubejs/server_scripts/tfg/events.chunks.js index a1aa0ecf9..ad12db91c 100644 --- a/kubejs/server_scripts/tfg/events.chunks.js +++ b/kubejs/server_scripts/tfg/events.chunks.js @@ -2,6 +2,7 @@ "use strict"; const $HeightMap = Java.loadClass("net.minecraft.world.level.levelgen.Heightmap") +const $ForestType = Java.loadClass("net.dries007.tfc.world.chunkdata.ForestType") const ROCK_LAYER_HEIGHT = 40; @@ -37,11 +38,11 @@ TFCEvents.createChunkDataProvider('mars', event => { const rain = TFC.misc.lerpFloatLayer(0, 0, 0, 0); const tempLayer = TFC.misc.newOpenSimplex2D(event.worldSeed + 4621678939469) - .spread(0.2) + .spread(0.002) .octaves(3) .scaled(70, 90) const forestLayer = TFC.misc.newOpenSimplex2D(event.worldSeed + 98713856895664) - .spread(0.8) + .spread(0.0002) .terraces(9) .affine(6, 12) .scaled(6, 18, 0, 1) @@ -70,12 +71,23 @@ TFCEvents.createChunkDataProvider('mars', event => { tempLayer.noise(x + 15, z + 15) ); + let forestType = $ForestType.NONE; + const forestTypeNoise = forestLayer.noise(x, z); + if (forestTypeNoise < 0.2) + forestType = $ForestType.OLD_GROWTH; + else if (forestTypeNoise < 0.4) + forestType = $ForestType.NORMAL; + else if (forestTypeNoise < 0.6) + forestType = $ForestType.EDGE; + else if (forestTypeNoise < 0.8) + forestType = $ForestType.SPARSE; + data.generatePartial( rain, temp, - forestLayer.noise(x, z) * 4, // Kube accepts ordinal numbers for enum constants + forestType, forestLayer.noise(x * 78423 + 869, z), - forestLayer.noise(x, z * 651349 - 698763) + forestTypeNoise //forestLayer.noise(x, z * 651349 - 698763) ); }); diff --git a/kubejs/server_scripts/tfg/events.forests.js b/kubejs/server_scripts/tfg/events.forests.js new file mode 100644 index 000000000..7e1551a4e --- /dev/null +++ b/kubejs/server_scripts/tfg/events.forests.js @@ -0,0 +1,130 @@ +// priority: 0 +"use strict"; + +TFCEvents.worldgenData(event => { + + event.forest('tfg:mars_forest', '#tfg:mars_forest_entries', + [ + event.forestTypesMapEntry('none', [1, 3], 0, 0, 0, false, false, 0), + event.forestTypesMapEntry('sparse', [2, 5], 6, 0.08, 0, true, false, null), + event.forestTypesMapEntry('edge', 5, 15, 0.1, 1, true, true, [0, 1]), + event.forestTypesMapEntry('normal', 10, 25, 0.1, 1, true, true, [1, 2]), + event.forestTypesMapEntry('old_growth', 15, 40, 0.2, 1, true, true, [1, 2]) + ], + false, + placement => {} + ) + + event.forestEntry('tfg:mars/crimson_forest_entry', + climate => {}, // TODO: climate variation? + 'beneath:wood/wood/crimson', // bush log + 'beneath:wood/leaves/crimson', // bush leaves + 'beneath:wood/log/crimson', // fallen log + 'beneath:wood/fallen_leaves/crimson', // fallen leaves + [ // ground cover + 'minecraft:crimson_fungus', + 'beneath:wood/fallen_leaves/crimson', + 'beneath:wood/twig/crimson', + 'tfc:groundcover/feather', + 'tfc:groundcover/stick' + ], + 'tfg:mars/tree/crimson', // tree feature + 'tfg:mars/tree/crimson_dead', // dead tree feature + 'tfg:mars/tree/crimson', // old growth tree feature + null, // krummholz + null, // chance for old growth + null, // chance for old growth in non-old growth forests + null, // chance for a fallen tree + null, // chance for a dead tree + null, // true to spawn on ocean floor, false for world surface + placement => {} + ) + + event.forestEntry('tfg:mars/warped_forest_entry', + climate => {}, + 'beneath:wood/wood/warped', + 'beneath:wood/leaves/warped', + 'beneath:wood/log/warped', + 'beneath:wood/fallen_leaves/warped', + [ + 'minecraft:warped_fungus', + 'beneath:wood/fallen_leaves/warped', + 'beneath:wood/twig/warped', + 'tfc:groundcover/feather', + 'tfc:groundcover/stick' + ], + 'tfg:mars/tree/warped', + 'tfg:mars/tree/warped_dead', + 'tfg:mars/tree/warped', + null, null, null, null, null, null, + placement => {} + ) + + event.forestEntry('tfg:mars/aeronos_forest_entry', + climate => {}, + 'ad_astra:aeronos_stem', + 'ad_astra:aeronos_cap', + 'ad_astra:aeronos_stem', + null, + [ + "ad_astra:aeronos_mushroom", + 'beneath:wood/fallen_leaves/crimson', + 'beneath:wood/twig/crimson', + 'tfc:groundcover/feather', + 'tfc:groundcover/stick' + ], + 'tfg:mars/tree/aeronos', + 'tfg:mars/tree/aeronos_dead', + 'tfg:mars/tree/aeronos_old_growth', + null, null, null, null, null, null, + placement => {} + ) + + event.forestEntry('tfg:mars/strophar_forest_entry', + climate => {}, + 'ad_astra:strophar_stem', + 'ad_astra:strophar_cap', + null, + null, + [ + "ad_astra:strophar_mushroom", + 'beneath:wood/fallen_leaves/warped', + 'beneath:wood/twig/warped', + 'tfc:groundcover/feather', + 'tfc:groundcover/stick' + ], + 'tfg:mars/tree/strophar', + 'tfg:mars/tree/strophar_dead', + 'tfg:mars/tree/strophar_old_growth', + null, null, null, null, null, null, + placement => {} + ) + + event.forestEntry('tfg:mars/alphacene_forest_entry', + climate => {}, + 'minecraft:mushroom_stem', + 'species:alphacene_mushroom_block', + 'minecraft:mushroom_stem', + null, + [ + "species:alphacene_mushroom", + 'beneath:wood/fallen_leaves/crimson', + 'beneath:wood/twig/crimson', + 'tfc:groundcover/feather', + 'tfc:groundcover/stick' + ], + 'species:alphacene_mushroom', + 'tfg:mars/tree/alphacene_dead', + 'species:alphacene_mushroom', + null, null, null, null, null, null, + placement => {} + ) +}) + +function registerTFGForestConfiguredFeatures(event) { + event.add('tfg:mars_forest_entries', 'tfg:mars/crimson_forest_entry') + event.add('tfg:mars_forest_entries', 'tfg:mars/warped_forest_entry') + event.add('tfg:mars_forest_entries', 'tfg:mars/aeronos_forest_entry') + event.add('tfg:mars_forest_entries', 'tfg:mars/strophar_forest_entry') + event.add('tfg:mars_forest_entries', 'tfg:mars/alphacene_forest_entry') +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/events.js b/kubejs/server_scripts/tfg/events.js index cc193ed06..77bd5d5f9 100644 --- a/kubejs/server_scripts/tfg/events.js +++ b/kubejs/server_scripts/tfg/events.js @@ -526,4 +526,23 @@ BlockEvents.rightClicked(event => { transformBlockWithItem(event, `tfc:rock/mossy_cobble/${stone}_wall`, `tfc:rock/cobble/${stone}_wall`, 'tfc:groundcover/pumice', true, 1, 'minecraft:item.axe.wax_off', 'minecraft:item_slime', true); }); }); -//#endregion \ No newline at end of file + +// Makes scythes, hoes, and knives take damage when cutting grass +BlockEvents.broken('tfc:mineable_with_sharp_tool', event => { + let player = event.player; + let toolUsed = player.mainHandItem; + + if (!toolUsed.hasTag('tfc:sharp_tools')) { + return; + } + + if (!player.isCreative()) { + toolUsed.damageValue++; + if (toolUsed.damageValue >= toolUsed.maxDamage) { + event.server.runCommandSilent(`playsound minecraft:item.shield.break player ${player.username} ${player.x} ${player.y} ${player.z} 1 1 1`); + toolUsed.count--; + } + } +}); + +//#endregion diff --git a/kubejs/server_scripts/tfg/json_tool.armor_trim.js b/kubejs/server_scripts/tfg/json_tool.armor_trim.js index 813fb4143..4f66e02ce 100644 --- a/kubejs/server_scripts/tfg/json_tool.armor_trim.js +++ b/kubejs/server_scripts/tfg/json_tool.armor_trim.js @@ -2,63 +2,67 @@ //priority: 0 "use strict"; +/* + * Set this const to true only when you need to run the tool because you added a new material. + * It does not need to be enabled all the time. + */ +const enableTool = false; + //#region Assign materials -////////////////////////////// -////////////////////////////// //Assign a new material here with the name of the material, the hex color for the name display, the item id that is used during smithing, and an index number that should be !!!unique!!! const materials = [ //Gems - {materialName: 'almandine_tfc', nameColor: '#7b1112', itemName: 'gtceu:exquisite_almandine_gem', indexNumber: 0.11, lang_en_us: 'Almandine'}, - {materialName: 'andradite_tfc', nameColor: '#c29d1e', itemName: 'gtceu:exquisite_andradite_gem', indexNumber: 0.12, lang_en_us: 'Andradite'}, - {materialName: 'blue_topaz_tfc', nameColor: '#a7c1c6', itemName: 'gtceu:exquisite_blue_topaz_gem', indexNumber: 0.13, lang_en_us: 'Blue Topaz'}, - {materialName: 'cinnabar_tfc', nameColor: '#c2274a', itemName: 'gtceu:exquisite_cinnabar_gem', indexNumber: 0.14, lang_en_us: 'Cinnabar'}, - {materialName: 'coal_tfc', nameColor: '#2b2f32', itemName: 'gtceu:exquisite_coal_gem', indexNumber: 0.15, lang_en_us: 'Coal'}, - {materialName: 'diamond_tfc', nameColor: '#98c2c6', itemName: 'gtceu:exquisite_diamond_gem', indexNumber: 0.16, lang_en_us: 'Diamond'}, - {materialName: 'emerald_tfc', nameColor: '#11c254', itemName: 'gtceu:exquisite_emerald_gem', indexNumber: 0.17, lang_en_us: 'Emerald'}, - {materialName: 'green_sapphire_tfc', nameColor: '#75af89', itemName: 'gtceu:exquisite_green_sapphire_gem', indexNumber: 0.18, lang_en_us: 'Green Sapphire'}, - {materialName: 'grossular_tfc', nameColor: '#c28b5c', itemName: 'gtceu:exquisite_grossular_gem', indexNumber: 0.19, lang_en_us: 'Grossular'}, - {materialName: 'rutile_tfc', nameColor: '#681c05', itemName: 'gtceu:exquisite_rutile_gem', indexNumber: 0.191, lang_en_us: 'Rutile'}, - {materialName: 'lazurite_tfc', nameColor: '#1e29bb', itemName: 'gtceu:exquisite_lazurite_gem', indexNumber: 0.192, lang_en_us: 'Lazurite'}, - {materialName: 'pyrope_tfc', nameColor: '#b11344', itemName: 'gtceu:exquisite_pyrope_gem', indexNumber: 0.193, lang_en_us: 'Pyrope'}, - {materialName: 'rock_salt_tfc', nameColor: '#c2b2af', itemName: 'gtceu:exquisite_rock_salt_gem', indexNumber: 0.194, lang_en_us: 'Rock Salt'}, - {materialName: 'ruby_tfc', nameColor: '#a41b0c', itemName: 'gtceu:exquisite_ruby_gem', indexNumber: 0.195, lang_en_us: 'Ruby'}, - {materialName: 'salt_tfc', nameColor: '#bebec2', itemName: 'gtceu:exquisite_salt_gem', indexNumber: 0.196, lang_en_us: 'salt'}, - {materialName: 'sapphire_tfc', nameColor: '#2628b0', itemName: 'gtceu:exquisite_sapphire_gem', indexNumber: 0.197, lang_en_us: 'Sapphire'}, - {materialName: 'sodalite_tfc', nameColor: '#2e40c6', itemName: 'gtceu:exquisite_sodalite_gem', indexNumber: 0.198, lang_en_us: 'Sodalite'}, - {materialName: 'coke_tfc', nameColor: '#424847', itemName: 'gtceu:exquisite_coke_gem', indexNumber: 0.199, lang_en_us: 'Coke'}, - {materialName: 'spessartine_tfc', nameColor: '#c28017', itemName: 'gtceu:exquisite_spessartine_gem', indexNumber: 0.181, lang_en_us: 'Spessartine'}, - {materialName: 'topaz_tfc', nameColor: '#b1a42d', itemName: 'gtceu:exquisite_topaz_gem', indexNumber: 0.182, lang_en_us: 'Topaz'}, - {materialName: 'uvarovite_tfc', nameColor: '#22b43b', itemName: 'gtceu:exquisite_uvarovite_gem', indexNumber: 0.183, lang_en_us: 'Uvarovite'}, - {materialName: 'nether_quartz_tfc', nameColor: '#bdb6b0', itemName: 'gtceu:exquisite_nether_quartz_gem', indexNumber: 0.184, lang_en_us: 'Nether Quartz'}, - {materialName: 'certus_quartz_tfc', nameColor: '#8ca4c4', itemName: 'gtceu:exquisite_certus_quartz_gem', indexNumber: 0.185, lang_en_us: 'Certus Quartz'}, - {materialName: 'quartzite_tfc', nameColor: '#b8bab8', itemName: 'gtceu:exquisite_quartzite_gem', indexNumber: 0.186, lang_en_us: 'Quartzite'}, - {materialName: 'realgar_tfc', nameColor: '#c22e28', itemName: 'gtceu:exquisite_realgar_gem', indexNumber: 0.187, lang_en_us: 'Realgar'}, - {materialName: 'malachite_tfc', nameColor: '#00b789', itemName: 'gtceu:exquisite_malachite_gem', indexNumber: 0.188, lang_en_us: 'Malachite'}, - {materialName: 'glass_tfc', nameColor: '#c2c2c6', itemName: 'gtceu:exquisite_glass_gem', indexNumber: 0.189, lang_en_us: 'Glass'}, - {materialName: 'olivine_tfc', nameColor: '#7fad03', itemName: 'gtceu:exquisite_olivine_gem', indexNumber: 0.171, lang_en_us: 'Olivine'}, - {materialName: 'opal_tfc', nameColor: '#bdadb6', itemName: 'gtceu:exquisite_opal_gem', indexNumber: 0.172, lang_en_us: 'Opal'}, - {materialName: 'amethyst_tfc', nameColor: '#9b78ba', itemName: 'gtceu:exquisite_amethyst_gem', indexNumber: 0.173, lang_en_us: 'Amethyst'}, - // {materialName: 'echo_shard_tfc', nameColor: '#002123', itemName: 'gtceu:exquisite_echo_shard_gem', indexNumber: 0.174, lang_en_us: 'Echo Shard'}, // disabled - {materialName: 'lapis_tfc', nameColor: '#6581c6', itemName: 'gtceu:exquisite_lapis_gem', indexNumber: 0.175, lang_en_us: 'Lapis'}, - {materialName: 'apatite_tfc', nameColor: '#059cbb', itemName: 'gtceu:exquisite_apatite_gem', indexNumber: 0.176, lang_en_us: 'Apatite'}, - {materialName: 'red_garnet_tfc', nameColor: '#710910', itemName: 'gtceu:exquisite_red_garnet_gem', indexNumber: 0.177, lang_en_us: 'Red Garnet'}, - {materialName: 'yellow_garnet_tfc', nameColor: '#bbc207', itemName: 'gtceu:exquisite_yellow_garnet_gem', indexNumber: 0.178, lang_en_us: 'Yellow Garnet'}, - {materialName: 'monazite_tfc', nameColor: '#9eb576', itemName: 'gtceu:exquisite_monazite_gem', indexNumber: 0.179, lang_en_us: 'Monazite'}, - {materialName: 'rose_quartz_tfc', nameColor: '#ba3458', itemName: 'gtceu:exquisite_rose_quartz_gem', indexNumber: 0.161, lang_en_us: 'Rose Quartz'}, - {materialName: 'fluix_tfc', nameColor: '#53458d', itemName: 'tfg:exquisite_fluix_gem', indexNumber: 0.162, lang_en_us: 'Fluix'}, + {materialName: 'almandine_tfc', nameColor: '#7b1112', itemName: 'gtceu:exquisite_almandine_gem', indexNumber: 0.11}, + {materialName: 'andradite_tfc', nameColor: '#c29d1e', itemName: 'gtceu:exquisite_andradite_gem', indexNumber: 0.12}, + {materialName: 'blue_topaz_tfc', nameColor: '#a7c1c6', itemName: 'gtceu:exquisite_blue_topaz_gem', indexNumber: 0.13}, + {materialName: 'cinnabar_tfc', nameColor: '#c2274a', itemName: 'gtceu:exquisite_cinnabar_gem', indexNumber: 0.14}, + {materialName: 'coal_tfc', nameColor: '#2b2f32', itemName: 'gtceu:exquisite_coal_gem', indexNumber: 0.15}, + {materialName: 'diamond_tfc', nameColor: '#98c2c6', itemName: 'gtceu:exquisite_diamond_gem', indexNumber: 0.16}, + {materialName: 'emerald_tfc', nameColor: '#11c254', itemName: 'gtceu:exquisite_emerald_gem', indexNumber: 0.17}, + {materialName: 'green_sapphire_tfc', nameColor: '#75af89', itemName: 'gtceu:exquisite_green_sapphire_gem', indexNumber: 0.18}, + {materialName: 'grossular_tfc', nameColor: '#c28b5c', itemName: 'gtceu:exquisite_grossular_gem', indexNumber: 0.19}, + {materialName: 'rutile_tfc', nameColor: '#681c05', itemName: 'gtceu:exquisite_rutile_gem', indexNumber: 0.191}, + {materialName: 'lazurite_tfc', nameColor: '#1e29bb', itemName: 'gtceu:exquisite_lazurite_gem', indexNumber: 0.192}, + {materialName: 'pyrope_tfc', nameColor: '#b11344', itemName: 'gtceu:exquisite_pyrope_gem', indexNumber: 0.193}, + {materialName: 'rock_salt_tfc', nameColor: '#c2b2af', itemName: 'gtceu:exquisite_rock_salt_gem', indexNumber: 0.194}, + {materialName: 'ruby_tfc', nameColor: '#a41b0c', itemName: 'gtceu:exquisite_ruby_gem', indexNumber: 0.195}, + {materialName: 'salt_tfc', nameColor: '#bebec2', itemName: 'gtceu:exquisite_salt_gem', indexNumber: 0.196}, + {materialName: 'sapphire_tfc', nameColor: '#2628b0', itemName: 'gtceu:exquisite_sapphire_gem', indexNumber: 0.197}, + {materialName: 'sodalite_tfc', nameColor: '#2e40c6', itemName: 'gtceu:exquisite_sodalite_gem', indexNumber: 0.198}, + {materialName: 'coke_tfc', nameColor: '#424847', itemName: 'gtceu:exquisite_coke_gem', indexNumber: 0.199}, + {materialName: 'spessartine_tfc', nameColor: '#c28017', itemName: 'gtceu:exquisite_spessartine_gem', indexNumber: 0.181}, + {materialName: 'topaz_tfc', nameColor: '#b1a42d', itemName: 'gtceu:exquisite_topaz_gem', indexNumber: 0.182}, + {materialName: 'uvarovite_tfc', nameColor: '#22b43b', itemName: 'gtceu:exquisite_uvarovite_gem', indexNumber: 0.183}, + {materialName: 'nether_quartz_tfc', nameColor: '#bdb6b0', itemName: 'gtceu:exquisite_nether_quartz_gem', indexNumber: 0.184}, + {materialName: 'certus_quartz_tfc', nameColor: '#8ca4c4', itemName: 'gtceu:exquisite_certus_quartz_gem', indexNumber: 0.185}, + {materialName: 'quartzite_tfc', nameColor: '#b8bab8', itemName: 'gtceu:exquisite_quartzite_gem', indexNumber: 0.186}, + {materialName: 'realgar_tfc', nameColor: '#c22e28', itemName: 'gtceu:exquisite_realgar_gem', indexNumber: 0.187}, + {materialName: 'malachite_tfc', nameColor: '#00b789', itemName: 'gtceu:exquisite_malachite_gem', indexNumber: 0.188}, + {materialName: 'glass_tfc', nameColor: '#c2c2c6', itemName: 'gtceu:exquisite_glass_gem', indexNumber: 0.189}, + {materialName: 'olivine_tfc', nameColor: '#7fad03', itemName: 'gtceu:exquisite_olivine_gem', indexNumber: 0.171}, + {materialName: 'opal_tfc', nameColor: '#bdadb6', itemName: 'gtceu:exquisite_opal_gem', indexNumber: 0.172}, + {materialName: 'amethyst_tfc', nameColor: '#9b78ba', itemName: 'gtceu:exquisite_amethyst_gem', indexNumber: 0.173}, + // {materialName: 'echo_shard_tfc', nameColor: '#002123', itemName: 'gtceu:exquisite_echo_shard_gem', indexNumber: 0.174}, // disabled + {materialName: 'lapis_tfc', nameColor: '#6581c6', itemName: 'gtceu:exquisite_lapis_gem', indexNumber: 0.175}, + {materialName: 'apatite_tfc', nameColor: '#059cbb', itemName: 'gtceu:exquisite_apatite_gem', indexNumber: 0.176}, + {materialName: 'red_garnet_tfc', nameColor: '#710910', itemName: 'gtceu:exquisite_red_garnet_gem', indexNumber: 0.177}, + {materialName: 'yellow_garnet_tfc', nameColor: '#bbc207', itemName: 'gtceu:exquisite_yellow_garnet_gem', indexNumber: 0.178}, + {materialName: 'monazite_tfc', nameColor: '#9eb576', itemName: 'gtceu:exquisite_monazite_gem', indexNumber: 0.179}, + {materialName: 'rose_quartz_tfc', nameColor: '#ba3458', itemName: 'gtceu:exquisite_rose_quartz_gem', indexNumber: 0.161}, + {materialName: 'fluix_tfc', nameColor: '#53458d', itemName: 'tfg:exquisite_fluix_gem', indexNumber: 0.162}, //Metals - {materialName: 'silver_tfc', nameColor: '#d8d8f4', itemName: 'vintageimprovements:silver_sheet', indexNumber: 0.162, lang_en_us: 'Silver'}, - {materialName: 'sterling_silver_tfc', nameColor: '#eae5d3', itemName: 'gtceu:sterling_silver_plate', indexNumber: 0.163, lang_en_us: 'Sterling Silver'}, - {materialName: 'gold_tfc', nameColor: '#ede65b', itemName: 'create:golden_sheet', indexNumber: 0.164, lang_en_us: 'Gold'}, - {materialName: 'rose_gold_tfc', nameColor: '#eddedb', itemName: 'vintageimprovements:rose_gold_sheet', indexNumber: 0.165, lang_en_us: 'Rose Gold'}, - {materialName: 'nickel_tfc', nameColor: '#bfd1ea', itemName: 'vintageimprovements:nickel_sheet', indexNumber: 0.166, lang_en_us: 'Nickel'}, - {materialName: 'platinum_tfc', nameColor: '#d8cea1', itemName: 'vintageimprovements:platinum_sheet', indexNumber: 0.167, lang_en_us: 'Platinum'}, - {materialName: 'titanium_tfc', nameColor: '#c496d8', itemName: 'gtceu:titanium_plate', indexNumber: 0.168, lang_en_us: 'Titanium'}, - {materialName: 'bismuth_tfc', nameColor: '#607c79', itemName: 'gtceu:bismuth_plate', indexNumber: 0.169, lang_en_us: 'Bismuth'}, - {materialName: 'neutronium_tfc', nameColor: '#d7d7db', itemName: 'gtceu:neutronium_plate', indexNumber: 0.151, lang_en_us: 'Neutronium'}, + {materialName: 'silver_tfc', nameColor: '#d8d8f4', itemName: 'vintageimprovements:silver_sheet', indexNumber: 0.162}, + {materialName: 'sterling_silver_tfc', nameColor: '#eae5d3', itemName: 'gtceu:sterling_silver_plate', indexNumber: 0.163}, + {materialName: 'gold_tfc', nameColor: '#ede65b', itemName: 'create:golden_sheet', indexNumber: 0.164}, + {materialName: 'rose_gold_tfc', nameColor: '#eddedb', itemName: 'vintageimprovements:rose_gold_sheet', indexNumber: 0.165}, + {materialName: 'nickel_tfc', nameColor: '#bfd1ea', itemName: 'vintageimprovements:nickel_sheet', indexNumber: 0.166}, + {materialName: 'platinum_tfc', nameColor: '#d8cea1', itemName: 'vintageimprovements:platinum_sheet', indexNumber: 0.167}, + {materialName: 'titanium_tfc', nameColor: '#c496d8', itemName: 'gtceu:titanium_plate', indexNumber: 0.168}, + {materialName: 'bismuth_tfc', nameColor: '#607c79', itemName: 'gtceu:bismuth_plate', indexNumber: 0.169}, + {materialName: 'neutronium_tfc', nameColor: '#d7d7db', itemName: 'gtceu:neutronium_plate', indexNumber: 0.151}, //Other - {materialName: 'pyrite_tfc', nameColor: '#a75e10', itemName: 'gtceu:rich_raw_pyrite', indexNumber: 0.152, lang_en_us: 'Pyrite'}, - {materialName: 'redx_tfc', nameColor: '#a06156', itemName: 'morered:red_alloy_wire', indexNumber: 0.153, lang_en_us: 'RedX'} + {materialName: 'pyrite_tfc', nameColor: '#a75e10', itemName: 'gtceu:rich_raw_pyrite', indexNumber: 0.152}, + {materialName: 'redx_tfc', nameColor: '#a06156', itemName: 'morered:red_alloy_wire', indexNumber: 0.153} ] ///////////////////////////// ///////////////////////////// @@ -75,136 +79,143 @@ function registerTFGTrimTags(event) { //#region Trim Item Atlas //Automatically creates armor_trims.json file -const trimfilePath = 'kubejs/assets/minecraft/atlases/armor_trims.json'; -let trimdata = JsonIO.read(trimfilePath) || {}; -trimdata["sources"] = trimdata["sources"] || []; +if (enableTool) { -let trimsource = trimdata["sources"].find(s => s.type === "paletted_permutations"); + const trimfilePath = 'kubejs/assets/minecraft/atlases/armor_trims.json'; + let trimdata = JsonIO.read(trimfilePath) || {}; + trimdata["sources"] = trimdata["sources"] || []; -if (!trimsource) { - trimsource = { - type: "paletted_permutations", - textures: [ - "trims/models/armor/coast", - "trims/models/armor/coast_leggings", - "trims/models/armor/sentry", - "trims/models/armor/sentry_leggings", - "trims/models/armor/dune", - "trims/models/armor/dune_leggings", - "trims/models/armor/wild", - "trims/models/armor/wild_leggings", - "trims/models/armor/ward", - "trims/models/armor/ward_leggings", - "trims/models/armor/eye", - "trims/models/armor/eye_leggings", - "trims/models/armor/vex", - "trims/models/armor/vex_leggings", - "trims/models/armor/tide", - "trims/models/armor/tide_leggings", - "trims/models/armor/snout", - "trims/models/armor/snout_leggings", - "trims/models/armor/rib", - "trims/models/armor/rib_leggings", - "trims/models/armor/spire", - "trims/models/armor/spire_leggings", - "trims/models/armor/wayfinder", - "trims/models/armor/wayfinder_leggings", - "trims/models/armor/shaper", - "trims/models/armor/shaper_leggings", - "trims/models/armor/silence", - "trims/models/armor/silence_leggings", - "trims/models/armor/raiser", - "trims/models/armor/raiser_leggings", - "trims/models/armor/host", - "trims/models/armor/host_leggings" - ], - palette_key: "trims/color_palettes/trim_palette", - permutations: {} - }; - trimdata["sources"].push(trimsource); -} + let trimsource = trimdata["sources"].find(s => s.type === "paletted_permutations"); -trimsource.permutations = trimsource.permutations || {}; + if (!trimsource) { + trimsource = { + type: "paletted_permutations", + textures: [ + "trims/models/armor/coast", + "trims/models/armor/coast_leggings", + "trims/models/armor/sentry", + "trims/models/armor/sentry_leggings", + "trims/models/armor/dune", + "trims/models/armor/dune_leggings", + "trims/models/armor/wild", + "trims/models/armor/wild_leggings", + "trims/models/armor/ward", + "trims/models/armor/ward_leggings", + "trims/models/armor/eye", + "trims/models/armor/eye_leggings", + "trims/models/armor/vex", + "trims/models/armor/vex_leggings", + "trims/models/armor/tide", + "trims/models/armor/tide_leggings", + "trims/models/armor/snout", + "trims/models/armor/snout_leggings", + "trims/models/armor/rib", + "trims/models/armor/rib_leggings", + "trims/models/armor/spire", + "trims/models/armor/spire_leggings", + "trims/models/armor/wayfinder", + "trims/models/armor/wayfinder_leggings", + "trims/models/armor/shaper", + "trims/models/armor/shaper_leggings", + "trims/models/armor/silence", + "trims/models/armor/silence_leggings", + "trims/models/armor/raiser", + "trims/models/armor/raiser_leggings", + "trims/models/armor/host", + "trims/models/armor/host_leggings" + ], + palette_key: "trims/color_palettes/trim_palette", + permutations: {} + }; + trimdata["sources"].push(trimsource); + } -materials.forEach(material => { - trimsource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; -}); -JsonIO.write(trimfilePath, trimdata); -//#endregion + trimsource.permutations = trimsource.permutations || {}; -//#region Trim Block Atlas -//Automatically creates blocks.json file -const blockfilePath = 'kubejs/assets/minecraft/atlases/blocks.json'; -let blockdata = JsonIO.read(blockfilePath) || {}; -blockdata["sources"] = blockdata["sources"] || []; - -let blocksource = blockdata["sources"].find(s => s.type === "paletted_permutations"); - -if (!blocksource) { - blocksource = { - type: "paletted_permutations", - textures: [ - "trims/items/leggings_trim", - "trims/items/chestplate_trim", - "trims/items/helmet_trim", - "trims/items/boots_trim", - "tfc:item/helmet_trim", - "tfc:item/chestplate_trim", - "tfc:item/greaves_trim", - "tfc:item/boots_trim" - ], - palette_key: "trims/color_palettes/trim_palette", - permutations: {} - }; - blockdata["sources"].push(blocksource); -} - -blocksource.permutations = blocksource.permutations || {}; - -materials.forEach(material => { - blocksource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; -}); -JsonIO.write(blockfilePath, blockdata); -//#endregion - -//#region Trim Material Data -//Automatically creates material.json files -materials.forEach(material => { - const trimfilepaths = [ - `kubejs/data/minecraft/trim_material/${material.materialName}.json`, - `kubejs/data/tfc/trim_material/${material.materialName}.json` - ]; - - const newtrimdata = { - asset_name: material.materialName, - description: { - color: material.nameColor, - translate: `trim_material.tfc.${material.materialName}` - }, - ingredient: material.itemName, - item_model_index: material.indexNumber - }; - - trimfilepaths.forEach(trimfilepaths => { - const existingData = JsonIO.read(trimfilepaths); - - // Only write if the file is missing or contents are different - if (JSON.stringify(existingData) !== JSON.stringify(newtrimdata)) { - JsonIO.write(trimfilepaths, newtrimdata); - } + materials.forEach(material => { + trimsource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; }); - }); -//#endregion - -//#region Lang -//en_us -//reads the existing file, inserts new key-value pair, writes info back to the file -const langfilePath = 'kubejs/assets/tfc/lang/en_us.json'; -let langdata = JsonIO.read(langfilePath) || {}; - -materials.forEach(material => { - langdata[`trim_material.tfc.${material.materialName}`] = material.lang_en_us; -}); - -JsonIO.write(langfilePath, langdata); + JsonIO.write(trimfilePath, trimdata); + //#endregion + + //#region Trim Block Atlas + //Automatically creates blocks.json file + const blockfilePath = 'kubejs/assets/minecraft/atlases/blocks.json'; + let blockdata = JsonIO.read(blockfilePath) || {}; + blockdata["sources"] = blockdata["sources"] || []; + + let blocksource = blockdata["sources"].find(s => s.type === "paletted_permutations"); + + if (!blocksource) { + blocksource = { + type: "paletted_permutations", + textures: [ + "trims/items/leggings_trim", + "trims/items/chestplate_trim", + "trims/items/helmet_trim", + "trims/items/boots_trim", + "tfc:item/helmet_trim", + "tfc:item/chestplate_trim", + "tfc:item/greaves_trim", + "tfc:item/boots_trim" + ], + palette_key: "trims/color_palettes/trim_palette", + permutations: {} + }; + blockdata["sources"].push(blocksource); + } + + blocksource.permutations = blocksource.permutations || {}; + + materials.forEach(material => { + blocksource.permutations[material.materialName] = `tfc:color_palettes/trims/${material.materialName}`; + }); + JsonIO.write(blockfilePath, blockdata); + //#endregion + + //#region Trim Material Data + //Automatically creates material.json files + materials.forEach(material => { + const trimfilepaths = [ + `kubejs/data/minecraft/trim_material/${material.materialName}.json`, + `kubejs/data/tfc/trim_material/${material.materialName}.json` + ]; + + const newtrimdata = { + asset_name: material.materialName, + description: { + color: material.nameColor, + translate: `trim_material.tfc.${material.materialName}` + }, + ingredient: material.itemName, + item_model_index: material.indexNumber + }; + + trimfilepaths.forEach(trimfilepaths => { + const existingData = JsonIO.read(trimfilepaths); + + // Only write if the file is missing or contents are different + if (JSON.stringify(existingData) !== JSON.stringify(newtrimdata)) { + JsonIO.write(trimfilepaths, newtrimdata); + } + }); + }); + //#endregion + + /* + ** Depreciated. I will leave this here for future reference. ** + + en_us + reads the existing file, inserts new key-value pair, writes info back to the file + + const langfilePath = 'kubejs/assets/tfc/lang/en_us.json'; + let langdata = JsonIO.read(langfilePath) || {}; + + materials.forEach(material => { + langdata[`trim_material.tfc.${material.materialName}`] = material.lang_en_us; + }); + + JsonIO.write(langfilePath, langdata); + */ +}; //#endregion diff --git a/kubejs/server_scripts/tfg/recipes.food.js b/kubejs/server_scripts/tfg/recipes.food.js index 6de3fd8c3..7d8148cd1 100644 --- a/kubejs/server_scripts/tfg/recipes.food.js +++ b/kubejs/server_scripts/tfg/recipes.food.js @@ -97,7 +97,7 @@ function registerTFGFoodRecipes(event) { * @param {boolean?} isFirmaDynamic */ function cookingRecipe(id, input, out, fluid, isFirmaDynamic) { - return registerFoodRecipe("food_oven", id, 300, 32, "", { + return registerFoodRecipe("food_oven", id, 300, GTValues.VA[GTValues.LV], "", { itemInputs: [input], itemOutputs: [out], fluidInputs: (fluid === undefined) ? [] : [fluid], @@ -521,7 +521,7 @@ function registerTFGFoodRecipes(event) { }, 0, 0).id(`tfg:mortar/masa_flour`) event.recipes.tfc.advanced_shaped_crafting( - TFC.isp.of(`4x firmalife:food/soybean_paste`).copyFood(), ['A', 'B'], { + TFC.isp.of(`firmalife:food/soybean_paste`).copyFood(), ['A', 'B'], { A: TFC.ingredient.notRotten(`firmalife:food/dehydrated_soybeans`), B: '#forge:tools/mortars' }, 0, 0).id(`tfg:mortar/soybean_paste`) @@ -545,8 +545,17 @@ function registerTFGFoodRecipes(event) { itemOutputs: ["firmalife:food/tortilla_chips"], itemOutputProvider: TFC.isp.of("firmalife:food/tortilla_chips").copyFood() }) + + processorRecipe("tomato_sauce", 300, 8, { + circuit: 1, + itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], + fluidInputs: ['tfg:clean_water 200'], + itemOutputs: ['5x firmalife:food/tomato_sauce'], + itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce').copyOldestFood() + }) processorRecipe("tomato_sauce_mix", 600, 8, { + circuit: 2, itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'tfc:food/garlic'], itemOutputs: ['5x firmalife:food/tomato_sauce_mix'], itemOutputProvider: TFC.isp.of('5x firmalife:food/tomato_sauce_mix').copyOldestFood(), @@ -590,13 +599,14 @@ function registerTFGFoodRecipes(event) { cookingRecipe("dried_seaweed_b", "tfc:groundcover/seaweed", "tfc:food/dried_seaweed") // Vinegar - processorRecipe('vinegar_alcohol', 600, 32, { + processorRecipe('vinegar_alcohol', 600, GTValues.VA[GTValues.LV], { circuit: 5, itemInputs: ['#tfc:foods/fruits'], fluidInputs: ['#tfc:alcohols 250'], fluidOutputs: [Fluid.of('tfc:vinegar', 250)], }) + // Pizza processorRecipe("pizza_no_extra", 600, 16, { itemInputs: ["firmalife:food/pizza_dough", "firmalife:food/tomato_sauce", "firmalife:food/shredded_cheese"], itemOutputs: ["firmalife:food/raw_pizza"], @@ -633,6 +643,20 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of("4x firmalife:food/pizza_dough").copyOldestFood() }) + processorRecipe("shredded_cheese", 100, 16, { + itemInputs: ['#firmalife:foods/cheeses'], + itemOutputs: ['4x firmalife:food/shredded_cheese'], + circuit: 30, + itemOutputProvider: TFC.isp.of('firmalife:food/shredded_cheese').copyFood() + }) + + processorRecipe("basil", 20, 16, { + itemInputs: ['firmalife:plant/basil'], + itemOutputs: ['2x firmalife:spice/basil_leaves'], + circuit: 30 + }) + + // Ice cream processorRecipe("vanilla_ice_cream", 300, 16, { itemInputs: ['firmalife:ice_shavings', '#tfc:sweetener', 'firmalife:spice/vanilla'], itemOutputs: ['2x firmalife:food/vanilla_ice_cream'], @@ -643,7 +667,7 @@ function registerTFGFoodRecipes(event) { processorRecipe("chocolate_ice_cream", 300, 16, { itemInputs: ['firmalife:food/vanilla_ice_cream'], itemOutputs: ['firmalife:food/chocolate_ice_cream'], - fluidInputs: [Fluid.of('firmalife:chocolate', 1000)], + fluidInputs: [Fluid.of('tfcchannelcasting:milk_chocolate', 100)], itemOutputProvider: TFC.isp.of("firmalife:food/chocolate_ice_cream").resetFood() }) @@ -659,6 +683,12 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of("firmalife:food/cookie_dough_ice_cream").resetFood() }) + processorRecipe("banana_split", 500, 16, { + itemInputs: ['firmalife:food/vanilla_ice_cream', 'firmalife:food/strawberry_ice_cream', 'firmalife:food/chocolate_ice_cream', 'firmalife:food/pineapple', 'tfc:food/cherry', '2x tfc:food/banana'], + itemOutputs: ['2x firmalife:food/banana_split'], + itemOutputProvider: TFC.isp.of('2x firmalife:food/banana_split').resetFood() + }) + processorRecipe("butter", 300, 16, { itemInputs: ["tfc:powder/salt"], fluidInputs: [Fluid.of('firmalife:cream', 1000)], @@ -683,8 +713,8 @@ function registerTFGFoodRecipes(event) { }) processorRecipe("raw_pumpkin_pie", 20, 8, { - itemInputs: ["firmalife:food/pumpkin_pie_dough", "firmalife:pie_pan"], - itemOutputs: ["firmalife:raw_pumpkin_pie"], + itemInputs: ["firmalife:food/pumpkin_pie_dough", "#firmalife:pie_pans"], + itemOutputs: ["firmalife:food/raw_pumpkin_pie"], itemOutputProvider: TFC.isp.of("firmalife:food/raw_pumpkin_pie").copyFood() }) @@ -755,6 +785,62 @@ function registerTFGFoodRecipes(event) { itemOutputProvider: TFC.isp.of('firmalife:food/soy_mixture').copyOldestFood() }) + processorRecipe("brown_mushroom", 100, 8, { + circuit: 30, + itemInputs: ["minecraft:brown_mushroom_block"], + itemOutputs: ["4x minecraft:brown_mushroom"], + itemOutputProvider: TFC.isp.of("4x minecraft:brown_mushroom").resetFood() + }) + + processorRecipe("red_mushroom", 100, 8, { + circuit: 30, + itemInputs: ["minecraft:red_mushroom_block"], + itemOutputs: ["4x minecraft:red_mushroom"], + itemOutputProvider: TFC.isp.of("4x minecraft:red_mushroom").resetFood() + }) + + processorRecipe("cut_pumpkin", 100, 8, { + circuit: 30, + itemInputs: ["tfc:pumpkin"], + itemOutputs: ["4x tfc:food/pumpkin_chunks"], + itemOutputProvider: TFC.isp.of("4x tfc:food/pumpkin_chunks").copyOldestFood() + }) + + processorRecipe("cut_melon", 100, 8, { + circuit: 30, + itemInputs: ["tfc:melon"], + itemOutputs: ["4x tfc:food/melon_slice"], + itemOutputProvider: TFC.isp.of("4x tfc:food/melon_slice").copyOldestFood() + }) + + processorRecipe("salsa", 300, 8, { + circuit: 1, + itemInputs: ['tfc:food/tomato', 'tfc:powder/salt', 'firmalife:plant/cilantro'], + itemOutputs: ['5x firmalife:food/salsa'], + itemOutputProvider: TFC.isp.of('5x firmalife:food/salsa').copyOldestFood() + }) + + processorRecipe("bacon", 300, 8, { + circuit: 1, + itemInputs: [/*TFC.ingredient.hasTrait(*/'tfc:food/pork'/*, 'firmalife:smoked')*/, 'tfc:powder/salt'], + itemOutputs: ['4x firmalife:food/bacon'], + itemOutputProvider: TFC.isp.of('4x firmalife:food/bacon').copyOldestFood() + }) + + processorRecipe("picked_egg", 1000, 8, { + circuit: 1, + itemInputs: ['minecraft:clay_ball', 'tfc:powder/wood_ash', 'tfc:powder/salt', 'tfc:food/boiled_egg'], + itemOutputs: ['firmalife:food/pickled_egg'], + itemOutputProvider: TFC.isp.of('firmalife:food/pickled_egg').copyOldestFood() + }) + + processorRecipe("garlic_bread", 300, 8, { + circuit: 1, + itemInputs: ['firmalife:food/toast', 'firmalife:food/butter', 'tfc:food/garlic'], + itemOutputs: ['firmalife:food/garlic_bread'], + itemOutputProvider: TFC.isp.of('firmalife:food/garlic_bread').copyOldestFood() + }) + // Alcohols global.TFC_ALCOHOL.forEach(alcohol => { @@ -814,6 +900,7 @@ function registerTFGFoodRecipes(event) { itemOutputs: ["species:birtday_cake"] }) + // These don't need the ISP handling, they're just here to keep all the food recipes together event.recipes.gtceu.mixer('tfg:tfc/olive_oil_water') @@ -879,8 +966,25 @@ function registerTFGFoodRecipes(event) { .id(`tfg:mortar/salt`) //#endregion + + //#region Ð’Ņ‹Ņ…ÐūÐī: ЗÐūÐŧÐūŅ‚ÐūÐĩ ŅÐąÐŧÐūКÐū - //#region Heating recipes for new foods + processorRecipe('golden_apple_from_red', 30 * 20, GTValues.VA[GTValues.HV], { + itemInputs: ['tfc:food/red_apple'], + fluidInputs: [Fluid.of('gtceu:gold', 144 * 8)], + itemOutputs: ['minecraft:golden_apple'], + circuit: 5 + }) + processorRecipe('golden_apple_from_green', 30 * 20, GTValues.VA[GTValues.HV], { + itemInputs: ['tfc:food/green_apple'], + fluidInputs: [Fluid.of('gtceu:gold', 144 * 8)], + itemOutputs: ['minecraft:golden_apple'], + circuit: 5 + }) + + //#endregion + + //#region New foods event.recipes.tfc.heating('tfg:food/raw_birt', 200) .resultItem(TFC.isp.of('tfg:food/cooked_birt').copyFood()) @@ -897,12 +1001,93 @@ function registerTFGFoodRecipes(event) { event.recipes.tfc.heating('tfg:food/raw_moon_rabbit', 200) .resultItem(TFC.isp.of('tfg:food/cooked_moon_rabbit').copyFood()) + event.recipes.tfc.heating('betterend:bolux_mushroom_product', 200) + .resultItem(TFC.isp.of('betterend:bolux_mushroom_cooked').copyFood()) + + event.recipes.tfc.heating('betterend:chorus_mushroom_product', 200) + .resultItem(TFC.isp.of('betterend:chorus_mushroom_cooked').copyFood()) + + event.recipes.tfc.heating('betterend:shadow_berry_product', 200) + .resultItem(TFC.isp.of('betterend:shadow_berry_cooked').copyFood()) + + event.recipes.tfc.heating('betterend:cave_pumpkin_pie_raw', 200) + .resultItem(TFC.isp.of('betterend:cave_pumpkin_pie').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_glacian_mutton', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_glacian_mutton').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_sniffer_beef', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_sniffer_beef').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_wraptor', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_wraptor').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_springling_chops', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_springling_chops').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_walker_steak', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_walker_steak').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_glider_wings', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_glider_wings').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_whole_soarer', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_whole_soarer').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_crusher_meat', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_crusher_meat').copyFood()) + + event.recipes.tfc.heating('tfg:food/raw_goober_meat', 200) + .resultItem(TFC.isp.of('tfg:food/cooked_goober_meat').copyFood()) + + event.recipes.tfc.advanced_shapeless_crafting( + TFC.itemStackProvider.of('4x betterend:cave_pumpkin_chunks').copyFood(), + [TFC.ingredient.notRotten('betterend:cave_pumpkin'), '#forge:tools/hammers'], 'betterend:cave_pumpkin') + .id(`tfg:crafting/cave_pumpkin_chunks_hammer`) + + event.recipes.tfc.advanced_shapeless_crafting( + TFC.itemStackProvider.of('4x betterend:cave_pumpkin_chunks').copyFood(), + [TFC.ingredient.notRotten('betterend:cave_pumpkin'), '#tfc:knives'], 'betterend:cave_pumpkin') + .id(`tfg:crafting/cave_pumpkin_chunks_knife`) + + processorRecipe("cut_cave_pumpkin", 100, 8, { + circuit: 30, + itemInputs: ["betterend:cave_pumpkin"], + itemOutputs: ["4x betterend:cave_pumpkin_chunks"], + itemOutputProvider: TFC.isp.of("4x betterend:cave_pumpkin_chunks").copyOldestFood() + }) + + processorRecipe("cave_pumpkin_pie_dough", 300, GTValues.VA[GTValues.HV], { + itemInputs: ['#tfg:martian_eggs', '2x betterend:cave_pumpkin_chunks', 'betterend:amber_root_product', '#tfc:sweetener'], + fluidInputs: ['minecraft:water 1000'], + itemOutputs: ["betterend:cave_pumpkin_pie_dough"] + }) + + event.recipes.firmalife.mixing_bowl() + .ingredients(['#tfg:martian_eggs', 'betterend:cave_pumpkin_chunks', 'betterend:cave_pumpkin_chunks', 'betterend:amber_root_product', '#tfc:sweetener'], + Fluid.of('minecraft:water', 1000)) + .outputItem('betterend:cave_pumpkin_pie_dough') + .id('tfg:mixing_bowl/cave_pumpkin_pie_dough') + + event.recipes.tfc.advanced_shapeless_crafting( + TFC.isp.of(`betterend:cave_pumpkin_pie_raw`).copyFood().firmaLifeAddPiePan(), [ + TFC.ingredient.notRotten(`betterend:cave_pumpkin_pie_dough`), + '#firmalife:pie_pans' + ]).id(`tfg:shapeless/cave_pumpkin_pie_raw`) + + processorRecipe("raw_cave_pumpkin_pie", 20, 8, { + itemInputs: [`betterend:cave_pumpkin_pie_dough`, "#firmalife:pie_pans"], + itemOutputs: ["betterend:cave_pumpkin_pie_raw"], + itemOutputProvider: TFC.isp.of("betterend:cave_pumpkin_pie_raw").copyFood() + }) + //#endregion // Food processing machine recipes event.remove({id: 'gtceu:shaped/mv_food_refrigerator'}) event.remove({id: 'gtceu:shaped/hv_food_refrigerator'}) event.remove({id: 'gtceu:shaped/ev_food_refrigerator'}) + event.remove({id: 'gtceu:shaped/iv_food_refrigerator'}) event.recipes.gtceu.assembler('tfg:assembler/mv_food_refrigerator') .itemInputs( @@ -943,12 +1128,27 @@ function registerTFGFoodRecipes(event) { 'gtceu:ev_hermetic_casing', '#gtceu:circuits/ev' ) - .inputFluids(Fluid.of('tfg:isobutane', 6000)) + .inputFluids(Fluid.of('tfg:cryogenized_fluix', 6000)) .itemOutputs('1x tfg:ev_food_refrigerator') .duration(200) .circuit(7) .EUt(GTValues.VA[GTValues.LV]) + event.recipes.gtceu.assembler('tfg:assembler/iv_food_refrigerator') + .itemInputs( + ChemicalHelper.get(TagPrefix.cableGtSingle, GTMaterials.Platinum, 2), + ChemicalHelper.get(TagPrefix.plate, GTMaterials.Polyethylene, 2), + ChemicalHelper.get(TagPrefix.rotor, GTMaterials.Titanium, 1), + '2x gtceu:iv_electric_pump', + 'gtceu:iv_hermetic_casing', + '#gtceu:circuits/iv' + ) + .inputFluids(Fluid.of('tfg:solar_coolant_tier2', 6000)) + .itemOutputs('1x tfg:iv_food_refrigerator') + .duration(200) + .circuit(7) + .EUt(GTValues.VA[GTValues.LV]) + event.shaped('tfg:electric_greenhouse', [ 'ABA', 'CDC', @@ -959,19 +1159,4 @@ function registerTFGFoodRecipes(event) { C: 'tfc:compost', D: 'gtceu:steel_machine_casing' }).id('tfg:shaped/electric_greenhouse') - - // Tweaks to the machine crafts that are more annoying to do in java - event.replaceInput({id: 'gtceu:shaped/lv_food_processor'}, 'gtceu:lv_electric_piston', 'gtceu:steel_whisk') - event.replaceInput({id: 'gtceu:shaped/mv_food_processor'}, 'gtceu:mv_electric_piston', 'gtceu:aluminium_whisk') - event.replaceInput({id: 'gtceu:shaped/hv_food_processor'}, 'gtceu:hv_electric_piston', 'gtceu:stainless_steel_whisk') - event.replaceInput({id: 'gtceu:shaped/ev_food_processor'}, 'gtceu:ev_electric_piston', 'gtceu:titanium_whisk') - - event.replaceInput({id: 'gtceu:shaped/lv_food_oven'}, 'gtceu:lv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/mv_food_oven'}, 'gtceu:mv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/hv_food_oven'}, 'gtceu:hv_electric_piston', '#tfg:metal_bars') - event.replaceInput({id: 'gtceu:shaped/ev_food_oven'}, 'gtceu:ev_electric_piston', '#tfg:metal_bars') - - event.replaceInput({id: 'gtceu:shaped/mv_food_refrigerator'}, 'gtceu:mv_machine_hull', 'gtceu:mv_hermetic_casing') - event.replaceInput({id: 'gtceu:shaped/hv_food_refrigerator'}, 'gtceu:hv_machine_hull', 'gtceu:hv_hermetic_casing') - event.replaceInput({id: 'gtceu:shaped/ev_food_refrigerator'}, 'gtceu:ev_machine_hull', 'gtceu:ev_hermetic_casing') } diff --git a/kubejs/server_scripts/tfg/recipes.js b/kubejs/server_scripts/tfg/recipes.js index 855d8b072..17bde7c41 100644 --- a/kubejs/server_scripts/tfg/recipes.js +++ b/kubejs/server_scripts/tfg/recipes.js @@ -21,5 +21,7 @@ const registerTFGRecipes = (event) => { registerTFGStoneDustRecipes(event) registerTFGRecyclingRecipes(event) registerTFGNuclearRecipes(event) + registerTFGMarsRecipes(event) + registerTFGMoonOres(event) } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.mars.js b/kubejs/server_scripts/tfg/recipes.mars.js new file mode 100644 index 000000000..1d1cbebd9 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.mars.js @@ -0,0 +1,72 @@ + function registerTFGMarsRecipes(event) { + +const $ChanceLogic = Java.loadClass('com.gregtechceu.gtceu.api.recipe.chance.logic.ChanceLogic') + + // Ostrum Harvester + + event.recipes.gtceu.ostrum_harvester(`ostrum_harvesting`) + .perTick(true) + .inputFluids('gtceu:drilling_fluid 4') + .perTick(false) + .dimension('ad_astra:mars') + .itemOutputsRanged('gtceu:ostrum_dust',1,5) + .duration(20*5) + .EUt(GTValues.VA[GTValues.LV]); + + // Large Centrifuge Ostrum dust - SCRAP FROM MARS GOING TO VENUS + + /* + + event.recipes.gtceu.centrifuge(`ostrum_harvesting`) + .inputFluids('gtceu:bromine 100') + .itemInputs('#forge:dusts/ostrum') + .dimension('ad_astra:mars') + .chancedFluidOutputLogic($ChanceLogic.XOR) + .chancedFluidOutput('gtceu:lightweight_ostrum_vapor',6000,0) + .chancedFluidOutput('gtceu:ostrum_vapor',3000,0) + .chancedFluidOutput('gtceu:dense_ostrum_vapor',1000,0) + .duration(20*58) + .EUt(GTValues.VA[GTValues.EV], 4); + +event.recipes.gtceu.extraterrestrial_ore_fabricator('lightweight_ostrum') + .inputFluids('gtceu:lightweight_ostrum_vapor 1000') + .inputFluids(Fluid.of('gtceu:radon', 1000)) + .itemOutputsRanged('#forge:crushed_ores/tantalite',1,10) + .itemOutputsRanged('#forge:crushed_ores/bauxite',1,10) + //.itemOutputsRanged('#forge:crushed_ores/pyrope',1,10) + //.itemOutputsRanged('#forge:crushed_ores/rose_quartz',1,10) + .itemOutputsRanged('#forge:crushed_ores/thorium',1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_ruby_ore'),1,10) + .dimension('ad_astra:venus') + .duration(20*5) + .EUt(GTValues.VA[GTValues.IV]); + +event.recipes.gtceu.extraterrestrial_ore_fabricator('ostrum') + .inputFluids('gtceu:ostrum_vapor 1000') + .inputFluids(Fluid.of('gtceu:residual_radioactive_concoction', 1000)) + .itemOutputsRanged(Item.of('gtceu:crushed_chromite_ore'),1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_malachite_ore'),1,10) + .itemOutputsRanged(Item.of('gtceu:crushed_quartzite_ore'),1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_gypsum_ore'),1,10) + .itemOutputsRanged(Item.of('gtceu:crushed_electrotine_ore'),1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_barite_ore'),1,10) + .dimension('ad_astra:venus') + .duration(20*5) + .EUt(GTValues.VA[GTValues.IV]); + +event.recipes.gtceu.extraterrestrial_ore_fabricator('dense_ostrum') + .inputFluids('gtceu:dense_ostrum_vapor 1000') + .inputFluids(Fluid.of('gtceu:tritiated_water', 500)) + .itemOutputsRanged('#forge:crushed_ores/uraninite',1,10) + .itemOutputsRanged(Item.of('gtceu:crushed_certus_quartz_ore'),1,10) + .itemOutputsRanged(Item.of('gtceu:crushed_beryllium_ore'),1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_bastnasite_ore'),1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_spessartine_ore'),1,10) + //.itemOutputsRanged(Item.of('gtceu:crushed_silver_ore'),1,10) + .dimension('ad_astra:venus') + .duration(20*5) + .EUt(GTValues.VA[GTValues.IV]); + + */ + + } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.miscellaneous.js b/kubejs/server_scripts/tfg/recipes.miscellaneous.js index d4ddaaf2e..17ea21a87 100644 --- a/kubejs/server_scripts/tfg/recipes.miscellaneous.js +++ b/kubejs/server_scripts/tfg/recipes.miscellaneous.js @@ -825,7 +825,7 @@ function registerTFGMiscellaneousRecipes(event) { event.recipes.gtceu.assembler('sensor_iv') .itemInputs('gtceu:quantum_eye', '#forge:rods/iridium', '#gtceu:circuits/iv', '4x #forge:plates/tungsten_steel') - .itemOutputs('gtceu:ev_sensor') + .itemOutputs('gtceu:iv_sensor') .duration(100) .EUt(30) @@ -880,6 +880,7 @@ function registerTFGMiscellaneousRecipes(event) { ) .inputFluids(Fluid.of('gtceu:glue', 50)) .itemOutputs('tfg:harvest_basket') + .circuit(2) .duration(100) .EUt(GTValues.VA[GTValues.ULV]) @@ -995,6 +996,17 @@ function registerTFGMiscellaneousRecipes(event) { .duration(1000) .blastFurnaceTemp(3000) .EUt(GTValues.VA[GTValues.EV]) + + event.recipes.gtceu.electric_blast_furnace('smelt_sniffer_wool') + .itemInputs('tfg:sniffer_wool') + .chancedOutput('gtceu:ash_dust', 7500, 0) + .outputFluids(Fluid.of('tfg:molten_aes', 200)) + .circuit(4) + .duration(80) + .blastFurnaceTemp(3400) + .EUt(GTValues.VA[GTValues.EV]) + + //endregion //#region Casings @@ -1149,7 +1161,8 @@ function registerTFGMiscellaneousRecipes(event) { .duration(80) .EUt(GTValues.VA[GTValues.IV]) event.recipes.gtceu.mixer('tfg:aes_polyurethane_electric_only') - .itemInputs('tfg:aes_compressed_wool', '#forge:dusts/methylene_diphenyl_diisocyanate') + .itemInputs('tfg:aes_compressed_wool', //'2x tfg:sniffer_wool' REVERT UNTIL MARS, + '#forge:dusts/methylene_diphenyl_diisocyanate') .inputFluids(Fluid.of('gtceu:diethylenetriamine', 250), Fluid.of('gtceu:acetone', 1000)) .itemOutputs('tfg:aes_polyurethane') .duration(80) @@ -1324,4 +1337,29 @@ function registerTFGMiscellaneousRecipes(event) { ])); event.replaceInput({ id: "minecraft:jukebox"}, 'minecraft:diamond', 'tfg:etching_diamond_tip'); + + + //Large Nest + event.shaped('tfg:large_nest_box', + [ + 'B B', + 'ABA', + 'AAA' + ], { + A: 'beneath:crimson_thatch', + B: 'beneath:crimson_straw' + }).id('tfg:shaped_large_nest_crimson') + + event.shaped('tfg:large_nest_box_warped', + [ + 'B B', + 'ABA', + 'AAA' + ], { + A: 'beneath:warped_thatch', + B: 'beneath:warped_straw' + }).id('tfg:shaped_large_nest_warped') + + + //#endregion } diff --git a/kubejs/server_scripts/tfg/recipes.moon_ores.js b/kubejs/server_scripts/tfg/recipes.moon_ores.js new file mode 100644 index 000000000..a110ed7c6 --- /dev/null +++ b/kubejs/server_scripts/tfg/recipes.moon_ores.js @@ -0,0 +1,131 @@ +// priority: 0 + +function registerTFGMoonOres(event) { + +//#region Moon Harvester + + event.recipes.gtceu.moon_dust_harvester('tfg:lunar_assurine_harvester') + .biome('tfg:moon/lunar_asurine_dense') + .itemOutputsRanged('#forge:dusts/certus_regolith',1,5) + .duration(20*80) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(1) + + event.recipes.gtceu.moon_dust_harvester('tfg:lunar_chorus_dense') + .biome('tfg:moon/lunar_chorus_dense') + .itemOutputsRanged('#forge:dusts/goethe_regolith',1,5) + .duration(20*80) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(2) + + event.recipes.gtceu.moon_dust_harvester('tfg:lunar_corals_dense') + .biome('tfg:moon/lunar_corals_dense') + .itemOutputsRanged('#forge:dusts/bright_regolith',1,5) + .duration(20*80) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(3) + + event.recipes.gtceu.moon_dust_harvester('tfg:lunar_lights_dense') + .biome('tfg:moon/lunar_lights_dense') + .itemOutputsRanged('#forge:dusts/cassiterite_regolith',1,5) + .duration(20*80) + .EUt(GTValues.VA[GTValues.LV]) + .circuit(4) + + //#endregion + + //#region Regolith Vapor Processing + + event.recipes.gtceu.mixer('tfg:regolith_slurry_suspension') + .itemInputs('ad_astra:moon_sand', 'tfg:dry_ice') + .itemOutputs('#forge:dusts/regolith_mush') + .dimension('ad_astra:moon') + .duration(20*60) + .EUt(GTValues.VA[GTValues.LV]) + + event.recipes.gtceu.chemical_bath('tfg:regolith_vapor') + .itemInputs('#forge:dusts/regolith_mush') + .inputFluids('gtceu:nitrogen 1000') + .itemOutputs('#forge:dusts/silicon_dioxide') + .outputFluids('gtceu:regolith_vapor 1000') + .dimension('ad_astra:moon') + .duration(20*28) + .EUt(GTValues.VHA[GTValues.LV]) + + //#endregion + + //#region Making Dusty Ores + +const $ChanceLogic = Java.loadClass('com.gregtechceu.gtceu.api.recipe.chance.logic.ChanceLogic') + + event.recipes.gtceu.chemical_reactor('tfg:dusty_certus_reactor') + .itemInputs('#forge:dusts/certus_regolith') + .inputFluids('gtceu:regolith_vapor 100') + .itemOutputs('gtceu:dusty_raw_certus_quartz') + .dimension('ad_astra:moon') + .duration(20*68) + .EUt(GTValues.VHA[GTValues.ULV]) + + event.recipes.gtceu.chemical_reactor('tfg:dusty_goethite_reactor') + .itemInputs('#forge:dusts/goethe_regolith') + .inputFluids('gtceu:regolith_vapor 100') + .itemOutputs('gtceu:dusty_raw_goethite') + .dimension('ad_astra:moon') + .duration(20*68) + .EUt(GTValues.VHA[GTValues.ULV]) + + event.recipes.gtceu.chemical_reactor('tfg:dusty_shiny_reactor') + .itemInputs('#forge:dusts/bright_regolith') + .inputFluids('gtceu:regolith_vapor 100') + .chancedItemOutputLogic($ChanceLogic.XOR) + .chancedOutput('gtceu:dusty_raw_diamond',2000,0) + .chancedOutput('gtceu:dusty_raw_gold',8000,0) + .dimension('ad_astra:moon') + .duration(20*68) + .EUt(GTValues.VHA[GTValues.ULV]) + + event.recipes.gtceu.chemical_reactor('tfg:dusty_cassiterite_reactor') + .itemInputs('#forge:dusts/cassiterite_regolith') + .inputFluids('gtceu:regolith_vapor 100') + .itemOutputs('gtceu:dusty_raw_cassiterite') + .dimension('ad_astra:moon') + .duration(20*68) + .EUt(GTValues.VHA[GTValues.ULV]) + + //#endregion + + //#region Dusty to Dust through centrifuge + + event.recipes.gtceu.centrifuge('tfg:dusty_to_dust_certus_quartz') + .itemInputs('gtceu:dusty_raw_certus_quartz') + .itemOutputs('ae2:certus_quartz_dust') + .duration(20*45) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.centrifuge('tfg:dusty_to_dust_goethite') + .itemInputs('gtceu:dusty_raw_goethite') + .chancedItemOutputLogic($ChanceLogic.XOR) + .chancedOutput('gtceu:iron_dust',5000,0) + .chancedOutput('gtceu:copper_dust',5000,0) + .duration(20*45) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.centrifuge('tfg:dusty_to_dust_diamond') + .itemInputs('gtceu:dusty_raw_diamond') + .itemOutputs('gtceu:diamond_dust') + .duration(20*45) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.centrifuge('tfg:dusty_to_dust_gold') + .itemInputs('gtceu:dusty_raw_gold') + .itemOutputs('gtceu:gold_dust') + .duration(20*45) + .EUt(GTValues.VA[GTValues.MV]) + + event.recipes.gtceu.centrifuge('tfg:dusty_to_dust_tin') + .itemInputs('gtceu:dusty_raw_cassiterite') + .itemOutputs('gtceu:tin_dust') + .duration(20*45) + .EUt(GTValues.VA[GTValues.MV]) + +} \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.nuclear.js b/kubejs/server_scripts/tfg/recipes.nuclear.js index 9d4aa903d..376743188 100644 --- a/kubejs/server_scripts/tfg/recipes.nuclear.js +++ b/kubejs/server_scripts/tfg/recipes.nuclear.js @@ -47,13 +47,20 @@ function registerTFGNuclearRecipes(event) { //#region Mars Water - event.recipes.gtceu.electrolyzer('mars_water') - .inputFluids(Fluid.of('tfg:semiheavy_ammoniacal_water', 1000)) + event.recipes.gtceu.centrifuge('mars_heavy_water') + .inputFluids(Fluid.of('tfg:heavy_ammoniacal_water', 1000)) .outputFluids(Fluid.of('gtceu:heavy_water', 500)) .itemOutputs('#forge:dusts/ammonium_chloride', '2x #forge:small_dusts/ammonium_chloride') .duration(20*9) .EUt(GTValues.VA[GTValues.LV]) + event.recipes.gtceu.centrifuge('mars_semiheavy_water') + .inputFluids(Fluid.of('tfg:semiheavy_ammoniacal_water', 1000)) + .outputFluids(Fluid.of('minecraft:water', 500)) + .itemOutputs('2x #forge:tiny_dusts/ammonium_chloride') + .duration(20*9) + .EUt(GTValues.VA[GTValues.MV]) + // Martian Sludge event.recipes.gtceu.chemical_bath('dirty_hexafluorosilicic_acid') @@ -77,7 +84,7 @@ function registerTFGNuclearRecipes(event) { .inputFluids(Fluid.of('gtceu:martian_sludge', 1000)) .inputFluids(Fluid.of('gtceu:formamide', 1000)) .inputFluids(Fluid.of('gtceu:radioactive_waste', 1000)) - .outputFluids(Fluid.of('gtceu:radon', 100)) + .outputFluids(Fluid.of('gtceu:radon', 1000)) .itemOutputs('#forge:dusts/nuclear_residue') .duration(20*30) .EUt(GTValues.VA[GTValues.EV]) @@ -85,7 +92,7 @@ function registerTFGNuclearRecipes(event) { event.recipes.gtceu.vacuum_freezer('oxidized_nuclear_residue') .itemInputs('#forge:dusts/nuclear_residue') .inputFluids(Fluid.of('gtceu:dioxygen_difluoride', 1000)) - .outputFluids(Fluid.of('minecraft:water', 10)) + .outputFluids(Fluid.of('gtceu:residual_radioactive_concoction', 1000)) .itemOutputs('#forge:dusts/oxidized_nuclear_residue') .duration(20*5) .EUt(GTValues.VA[GTValues.IV]) @@ -201,19 +208,27 @@ function registerTFGNuclearRecipes(event) { event.recipes.gtceu.gas_turbine('dense_steam') .inputFluids(Fluid.of('gtceu:dense_steam', 1)) - .EUt(-(32*4)) + .EUt(-(32)) .duration(20*2) //#endregion - //#region FLiBe Line + //#region FLiBe Line - SCRAP FROM MARS TO VENUS - event.recipes.gtceu.evaporation_tower('raw_rich_brine') + /* + + event.recipes.gtceu.evaporation_tower('raw_rich_brine_earth') .inputFluids(Fluid.of('tfc:spring_water', 20000)) .outputFluids(Fluid.of('gtceu:raw_rich_brine', 1000)) .duration(20*50) .EUt(GTValues.VA[GTValues.EV]) + event.recipes.gtceu.evaporation_tower('raw_rich_brine_mars') + .inputFluids(Fluid.of('tfg:heavy_ammoniacal_water', 20000)) + .outputFluids(Fluid.of('gtceu:raw_rich_brine', 1000)) + .duration(20*50) + .EUt(GTValues.VA[GTValues.EV]) + event.recipes.gtceu.chemical_reactor('hydrogen_iodide_to_hot_iodine_brine') .inputFluids(Fluid.of('gtceu:hydrogen_iodide', 1000)) .inputFluids(Fluid.of('gtceu:raw_rich_brine', 1000)) @@ -283,9 +298,13 @@ function registerTFGNuclearRecipes(event) { .duration(20*36) .EUt(GTValues.VA[GTValues.IV]) + */ + //#endregion - //#region Bromine Line + //#region Bromine Line - SCRAP FROM MARS TO VENUS + + /* event.recipes.gtceu.evaporation_tower('evaporation_brine') .inputFluids(Fluid.of('tfc:salt_water', 20000)) @@ -293,6 +312,12 @@ function registerTFGNuclearRecipes(event) { .duration(20*50) .EUt(GTValues.VA[GTValues.HV]) + event.recipes.gtceu.evaporation_tower('evaporation_brine_mars') + .inputFluids(Fluid.of('tfg:semiheavy_ammoniacal_water', 20000)) + .outputFluids(Fluid.of('gtceu:raw_brine', 1000)) + .duration(20*50) + .EUt(GTValues.VA[GTValues.HV]) + event.recipes.gtceu.fluid_heater('heat_brine') .inputFluids(Fluid.of("gtceu:raw_brine", 1000)) .outputFluids(Fluid.of("gtceu:hot_brine", 1000)) @@ -398,4 +423,6 @@ function registerTFGNuclearRecipes(event) { .duration(20*25) .EUt(GTValues.VA[GTValues.HV]) + */ + } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.paper.js b/kubejs/server_scripts/tfg/recipes.paper.js index b552a6e6b..8eeeb21ae 100644 --- a/kubejs/server_scripts/tfg/recipes.paper.js +++ b/kubejs/server_scripts/tfg/recipes.paper.js @@ -104,7 +104,7 @@ function registerTFGPapermakingRecipes(event) { .outputItem('tfg:soaked_hardwood_strip') .id('tfg:barrel/soak_hardwood_strip') event.recipes.gtceu.chemical_bath('tfg:chemical_bath/soak_hardwood_strips') - .inputFluids("#tfc:clean_water 100") + .inputFluids("#tfg:clean_water 100") .itemInputs('tfg:hardwood_strip') .itemOutputs('tfg:soaked_hardwood_strip') .duration(200) diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index c831d572a..519d5f9e4 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -794,4 +794,20 @@ function registerTFGRockRecipes(event) { .EUt(GTValues.VA[GTValues.LV]) }) //#endregion + + //#region Alabaster + + event.recipes.gtceu.rock_breaker("tfg:alabaster") + .notConsumable("tfc:alabaster/raw") + .itemOutputs("tfc:alabaster/raw") + .duration(16) + .EUt(7) + + event.recipes.gtceu.cutter("tfg:raw_alabaster_to_bricks") + .itemInputs("tfc:alabaster/raw") + .itemOutputs("4x tfc:alabaster_brick") + .duration(40) + .EUt(2) + + //#endregion } \ No newline at end of file diff --git a/kubejs/server_scripts/tfg/recipes.space.js b/kubejs/server_scripts/tfg/recipes.space.js index d596ffbe0..186d1ffb8 100644 --- a/kubejs/server_scripts/tfg/recipes.space.js +++ b/kubejs/server_scripts/tfg/recipes.space.js @@ -97,6 +97,14 @@ function registerTFGSpaceRecipes(event) { .addDataString("fluidA", "minecraft:lava") .outputFluids(Fluid.of("minecraft:lava", 1000)) + event.recipes.gtceu.aqueous_accumulator('spring_water') + .circuit(aaCircuit++) + .dimension('minecraft:overworld') + .duration(20) + .EUt(GTValues.VA[GTValues.LV]) + .addDataString("fluidA", "tfc:spring_water") + .outputFluids(Fluid.of("tfc:spring_water", 1000)) + // Plants - Can't use the default builder here because fertiliser is much harder to get on the moon, // and we're using helium-3 as the fertiliser @@ -106,6 +114,7 @@ function registerTFGSpaceRecipes(event) { .itemOutputs('64x minecraft:chorus_fruit') .chancedOutput('8x tfg:lunar_chorus_flower', 750, 0) .chancedOutput('8x tfg:lunar_chorus_flower', 500, 0) + .chancedOutput('8x tfg:lunar_chorus_flower', 750, 0) .duration(36000) // 30 mins .circuit(1) .EUt(GTValues.VA[GTValues.MV]) @@ -117,6 +126,7 @@ function registerTFGSpaceRecipes(event) { .itemOutputs('64x minecraft:chorus_fruit') .chancedOutput('8x tfg:lunar_chorus_flower', 4000, 0) .chancedOutput('8x tfg:lunar_chorus_flower', 3000, 0) + .chancedOutput('8x tfg:lunar_chorus_flower', 4000, 0) .duration(12000) // 10 mins .circuit(2) .EUt(GTValues.VA[GTValues.MV]) @@ -277,7 +287,7 @@ function registerTFGSpaceRecipes(event) { 'CHC', 'NEN' ], { - C: '#gtceu:circuits/iv', + C: '#gtceu:circuits/ev', S: 'gtceu:hv_sensor', E: 'gtceu:hv_emitter', H: 'gtceu:ev_machine_hull', diff --git a/kubejs/server_scripts/tfg/recipes.terrariums.js b/kubejs/server_scripts/tfg/recipes.terrariums.js index 68c5e64fe..2bc2b6a0e 100644 --- a/kubejs/server_scripts/tfg/recipes.terrariums.js +++ b/kubejs/server_scripts/tfg/recipes.terrariums.js @@ -150,14 +150,7 @@ function registerTFGTerrariumRecipes(event) { }).id('tfg:shaped/end_crystal') // chorus fruit - - event.recipes.gtceu.large_chemical_reactor('tfg:kovarex') - .itemInputs('40x gtceu:uranium_235_dust', '5x gtceu:uranium_dust') - .itemOutputs('41x gtceu:uranium_235_dust', '2x gtceu:uranium_dust') - .duration(600) - .EUt(GTValues.VA[GTValues.LuV]) - .circuit(2) - + // end stone diff --git a/kubejs/server_scripts/tfg/tags.js b/kubejs/server_scripts/tfg/tags.js index 09a1a5023..8001e35f1 100644 --- a/kubejs/server_scripts/tfg/tags.js +++ b/kubejs/server_scripts/tfg/tags.js @@ -12,6 +12,19 @@ const registerTFGItemTags = (event) => { event.add('tfc:compost_greens_high', 'tfg:sunflower_product') event.add('tfg:water_breathing_ingredients', 'tfg:rapeseed_product') event.add('tfg:night_vision_ingredients', 'tfg:sunflower_product') + + event.add('c:hidden_from_recipe_viewers', 'tfg:ash_pile') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/black_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/brown_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/green_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/pink_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/red_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/white_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/yellow_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/mars_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/moon_sand') + event.add('c:hidden_from_recipe_viewers', 'tfg:pile/venus_sand') + //temporary hidden items event.add('c:hidden_from_recipe_viewers', 'tfg:geyser_source_small') event.add('c:hidden_from_recipe_viewers', 'tfg:geyser_source') @@ -48,6 +61,17 @@ const registerTFGItemTags = (event) => { event.add('tfg:harvester', 'tfg:harvest_basket') event.add('tfg:harvester', 'tfg:aluminium_harvest_basket') + + event.add('tfg:tools/ore_prospectors/copper', 'tfc:metal/propick/copper') + event.add('tfg:tools/ore_prospectors/bronze', 'tfc:metal/propick/bronze') + event.add('tfg:tools/ore_prospectors/bronze', 'tfc:metal/propick/bismuth_bronze') + event.add('tfg:tools/ore_prospectors/bronze', 'tfc:metal/propick/black_bronze') + event.add('tfg:tools/ore_prospectors/wrought_iron', 'tfc:metal/propick/wrought_iron') + event.add('tfg:tools/ore_prospectors/steel', 'tfc:metal/propick/steel') + event.add('tfg:tools/ore_prospectors/black_steel', 'tfc:metal/propick/black_steel') + event.add('tfg:tools/ore_prospectors/blue_steel', 'tfc:metal/propick/blue_steel') + event.add('tfg:tools/ore_prospectors/red_steel', 'tfc:metal/propick/red_steel') + //#endregion // #region Paper from wood @@ -284,6 +308,10 @@ const registerTFGItemTags = (event) => { event.add('tfc:grass', 'tfg:grass/rusticus_mycelium') event.add('tfc:grass', 'tfg:grass/sangnum_mycelium') event.add('tfc:farmland', 'tfg:grass/mars_farmland') + event.add('minecraft:mineable/shovel', 'tfg:grass/mars_dirt') + event.add('minecraft:mineable/shovel', 'tfg:grass/amber_mycelium') + event.add('minecraft:mineable/shovel', 'tfg:grass/rusticus_mycelium') + event.add('minecraft:mineable/shovel', 'tfg:grass/sangnum_mycelium') // #endregion // Mars stone dust @@ -292,6 +320,22 @@ const registerTFGItemTags = (event) => { event.add('forge:mars_stone_dusts', 'gtceu:granite_red_dust') event.add('forge:mars_stone_dusts', 'tfg:mars_stone_dust') + //Mars animal region + event.add('tfg:martian_eggs', 'tfg:sniffer_egg') + + event.add('tfg:martian_animal_foods', 'betterend:amber_root_product') + event.add('tfg:martian_animal_foods', 'betterend:blossom_berry_product') + event.add('tfg:martian_animal_foods', 'betterend:chorus_mushroom_product') + event.add('tfg:martian_animal_foods', 'betterend:shadow_berry_product') + event.add('tfg:martian_animal_foods', 'betterend:bolux_mushroom_product') + event.add('tfg:martian_animal_foods', 'betterend:cave_pumpkin_chunks') + + event.add('tfg:glacian_ram_food', '#tfg:martian_animal_foods') + event.add('tfg:sniffer_food', '#tfg:martian_animal_foods') + + //#endregion + + // #region 0.7.19 -> 0.9 conversion event.add('c:hidden_from_recipe_viewers', 'treetap:tap') event.add('c:hidden_from_recipe_viewers', 'tfcea:refrigerator') @@ -578,6 +622,10 @@ const registerTFGBiomeTags = (event) => { // #endregion } +function registerTFGConfiguredFeatures(event) { + registerTFGForestConfiguredFeatures(event) +} + // Other space decoration is in ad_astra/tags.js const registerTFGPlacedFeatures = (event) => { diff --git a/kubejs/server_scripts/tfg/tags.veins.js b/kubejs/server_scripts/tfg/tags.veins.js index edac64ca6..da310cfa2 100644 --- a/kubejs/server_scripts/tfg/tags.veins.js +++ b/kubejs/server_scripts/tfg/tags.veins.js @@ -29,6 +29,7 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_garnierite') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_gold') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_graphite') + event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_gypsum') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_hematite') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_lapis') event.add('tfc:in_biome/veins', 'tfg:earth/vein/normal_limonite') @@ -57,14 +58,25 @@ const registerTFGOreVeinFeatures = (event) => { // #endregion + // #region mars ores + + event.add('tfg:mars_veins', 'tfg:mars/vein/mars_hematite') + + // #endregion + + // #region moon ores event.add('tfg:moon_veins', 'tfg:moon/vein/moon_apatite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_bauxite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_beryllium') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_cassiterite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_desh') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_garnet') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_garnierite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_gold') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_graphite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_gypsum') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_lubricant') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_magnetite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_manganese') @@ -80,6 +92,7 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sheldonite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_silver') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_sphalerite') + event.add('tfg:moon_veins', 'tfg:moon/vein/moon_tetrahedrite') event.add('tfg:moon_veins', 'tfg:moon/vein/moon_topaz') // #endregion @@ -99,6 +112,7 @@ const registerTFGOreVeinFeatures = (event) => { event.add('tfg:nether_veins', 'tfg:nether/vein/nether_goethite') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_gold') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_graphite') + event.add('tfg:nether_veins', 'tfg:nether/vein/nether_gypsum') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_hematite') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_lapis') event.add('tfg:nether_veins', 'tfg:nether/vein/nether_lubricant') diff --git a/kubejs/server_scripts/toolbelt/recipes.js b/kubejs/server_scripts/toolbelt/recipes.js index edeaf6c45..94b1969f7 100644 --- a/kubejs/server_scripts/toolbelt/recipes.js +++ b/kubejs/server_scripts/toolbelt/recipes.js @@ -2,37 +2,59 @@ "use strict"; const registerToolBeltRecipes = (event) => { - - // ÐĢÐīаÐŧÐĩÐ―ÐļÐĩ ÐēҁÐĩŅ… Ņ€Ðĩ҆ÐĩÐŋŅ‚ÐūÐē ОÐūÐīа - event.remove({ mod: 'toolbelt' }); - // МÐĩ҈Ðū҇ÐĩК - event.shaped('toolbelt:pouch', [ - 'ACA', - 'B B', - 'ABA' - ], { - A: '#forge:string', - B: '#forge:leather', - C: '#forge:plates/wrought_iron' - }).id('tfg:toolbelt/shaped/pouch') + event.remove({ mod: 'toolbelt' }); - // ToolBelt ҁ Ņ€Ð°Ð·ÐžÐĩŅ€ÐūО 2 - event.shaped(Item.of('toolbelt:belt', {Size:2}), [ - 'ABA', - 'B B', - 'BCB' - ], { - A: '#forge:string', - B: '#forge:leather', - C: '#forge:plates/wrought_iron' - }).id(`tfg:toolbelt/shaped/belt_${ 2}`) + event.shaped('toolbelt:pouch', [ + 'ACA', + 'BAB' + ], { + A: '#forge:string', + B: '#forge:leather', + C: '#forge:bolts/rose_gold' + }).id('tfg:toolbelt/shaped/pouch') - // ToolBelt ҁ Ņ€Ð°Ð·ÐžÐĩŅ€ÐūО 3 - 9 - for (let i = 3; i < 10; i++) { - event.shapeless(Item.of('toolbelt:belt', {Size:i}), [ - Ingredient.of(Item.of('toolbelt:belt', {Size:i-1}).strongNBT()).or(Ingredient.of(Item.of('toolbelt:belt', {Size:i-1,Items:[]}).strongNBT())), - 'toolbelt:pouch' - ]).id(`tfg:toolbelt/shaped/belt_${ i}`) - } + event.shaped(Item.of('toolbelt:belt', { Size: 2 }), [ + 'ABA', + 'B B', + 'BCB' + ], { + A: '#forge:string', + B: '#forge:leather', + C: '#forge:plates/wrought_iron' + }).id(`tfg:toolbelt/shaped/belt_${2}`) + + + event.shapeless('toolbelt:belt', ['toolbelt:belt', 'toolbelt:pouch']) + .modifyResult((grid, result) => { + let orig = grid.find(Item.of('toolbelt:belt').ignoreNBT()) + + if (orig.nbt == null) { + orig.nbt = { Size: 3 }; + } + else { + if (orig.nbt.Size == null) { + orig.nbt = { Size: 3 }; + } + else { + orig.nbt.Size = orig.nbt.getInt("Size") + 1; + } + } + + return result.withNBT(orig.nbt); + }) + + + event.shapeless('toolbelt:belt', ['toolbelt:belt', 'tfc:powder/wood_ash']) + .modifyResult((grid, result) => { + let orig = grid.find(Item.of('toolbelt:belt').ignoreNBT()) + + if (orig.nbt == null || orig.nbt.display == null) { + return result; + } + else { + delete orig.nbt.display; + return result.withNBT(orig.nbt); + } + }) } diff --git a/kubejs/server_scripts/vintage_improvements/recipes.js b/kubejs/server_scripts/vintage_improvements/recipes.js index 871f1d60a..737505d4a 100644 --- a/kubejs/server_scripts/vintage_improvements/recipes.js +++ b/kubejs/server_scripts/vintage_improvements/recipes.js @@ -520,7 +520,7 @@ function registerVintageImprovementsRecipes(event) { // Skip glass too if (r.inputs.item[0].content.ingredient.item === "gtceu:glass_dust") return // And this - if (r.inputs.item[0].content.ingredient.item === "gtceu:damascus_steel_ingot") return + if (r.inputs.item[0].content.ingredient.tag === "#forge:ingots/damascus_steel") return let input = r.inputs.item[0].content.ingredient; input.count = r.inputs.item[0].content.count; @@ -542,6 +542,9 @@ function registerVintageImprovementsRecipes(event) { // #region Vacuum + // Item to fluids: vacuumizing + // Fluids to item: pressurizing + event.custom({ type: 'vintageimprovements:vacuumizing', ingredients: [{ item: 'tfc:glue' }], @@ -621,11 +624,12 @@ function registerVintageImprovementsRecipes(event) { // Vulc. latex to raw rubber pulp event.custom({ - type: 'vintageimprovements:vacuumizing', + type: 'vintageimprovements:pressurizing', ingredients: [{ fluid: 'tfg:vulcanized_latex', amount: 250 }], results: [{ item: 'gtceu:raw_rubber_dust' }], + heatRequirement: "heated", processingTime: 120 - }).id('tfg:vi/vacuumizing/vulcanized_latex_to_raw_rubber') + }).id('tfg:vi/pressurizing/vulcanized_latex_to_raw_rubber') // Seed oils event.custom({ @@ -649,6 +653,14 @@ function registerVintageImprovementsRecipes(event) { processingTime: 100 }).id('tfg:vi/vacuumizing/seed_oil') + event.custom({ + type: 'vintageimprovements:pressurizing', + ingredients: [{ fluid: 'tfc:lye', amount: 1000 }], + results: [{ item: 'gtceu:sodium_hydroxide_dust' }], + heatRequirement: "heated", + processingTime: 300 + }).id('tfg:vi/pressurizing/lye') + // #endregion // #region Coiling @@ -701,6 +713,30 @@ function registerVintageImprovementsRecipes(event) { processingTime: 50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER }).id(`tfg:vi/curving/fire_brick`) + event.custom({ + type: 'vintageimprovements:curving', + ingredients: [{ tag: 'forge:ingots/copper' }], + itemAsHead: 'gtceu:bottle_extruder_mold', + results: [{ item: 'afc:tree_tap' }], + processingTime: 50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + }).id(`tfg:vi/curving/tree_tap`) + + event.custom({ + type: 'vintageimprovements:curving', + ingredients: [{ tag: 'forge:plates/copper' }], + itemAsHead: 'tfg:small_casing_extruder_mold', + results: [{ item: 'firmalife:sprinkler' }], + processingTime: 50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + }).id(`tfg:vi/curving/sprinkler`) + + event.custom({ + type: 'vintageimprovements:curving', + ingredients: [{ tag: 'forge:double_plates/wrought_iron' }], + itemAsHead: 'tfg:large_casing_extruder_mold', + results: [{ item: 'tfc:wrought_iron_grill' }], + processingTime: 50 * global.VINTAGE_IMPROVEMENTS_DURATION_MULTIPLIER + }).id(`tfg:vi/curving/wrought_iron_grill`) + // #endregion } diff --git a/kubejs/server_scripts/wan_ancient_beasts/recipes.js b/kubejs/server_scripts/wan_ancient_beasts/recipes.js new file mode 100644 index 000000000..7109c0f50 --- /dev/null +++ b/kubejs/server_scripts/wan_ancient_beasts/recipes.js @@ -0,0 +1,55 @@ + +// priority: 0 +"use strict"; + +/** + * @param {Internal.RecipesEventJS_} event + */ +const registerWABRecipes = (event) => { + + event.remove({ mod: 'wan_ancient_beasts'}) + + + event.shapeless('wan_ancient_beasts:quick_sand_bucket', + [ + '#tfc:dirt', + '#tfc:mud', + 'tfc:sand/yellow', + 'minecraft:bucket' + ]) + + event.shapeless('wan_ancient_beasts:quick_red_sand_bucket', + [ + '#tfc:dirt', + '#tfc:mud', + 'minecraft:red_sand', + 'minecraft:bucket' + ]) + + event.recipes.tfc.heating('wan_ancient_beasts:toxlacanth', 200) + .resultItem(TFC.isp.of('wan_ancient_beasts:cooked_toxlacanth').copyFood()) + + event.recipes.gtceu.macerator('wan_ancient_beasts:skull_crush') + .itemInputs('#wan_ancient_beasts:ancient_skull') + .itemOutputs('32x #forge:dusts/bone') + .duration(400) + .EUt(30) + +} + +const registerWABFoodData = (event) => { + + event.foodItem('wan_ancient_beasts:toxlacanth', food => { + food.hunger(2) + food.protein(1.5) + food.decayModifier(3) + }) + + event.foodItem('wan_ancient_beasts:cooked_toxlacanth', food => { + food.hunger(4) + food.saturation(2) + food.protein(2.5) + food.decayModifier(2.25) + }) + +} \ No newline at end of file diff --git a/kubejs/server_scripts/wan_ancient_beasts/tags.js b/kubejs/server_scripts/wan_ancient_beasts/tags.js new file mode 100644 index 000000000..390e92127 --- /dev/null +++ b/kubejs/server_scripts/wan_ancient_beasts/tags.js @@ -0,0 +1,28 @@ +"use strict"; + +const registerWABBlockTags = (event) => { + global.WAB_DISABLED_BLOCKS.forEach(block => { + event.removeAllTagsFrom(block) + event.add('c:hidden_from_recipe_viewers', block) + }) +} + +const registerWABItemTags = (event) => { + global.WAB_DISABLED_ITEMS.forEach(item => { + event.removeAllTagsFrom(item) + event.add('c:hidden_from_recipe_viewers', item) + }) + + event.removeAll('wan_ancient_beasts:paleontologist_common') + event.removeAll('wan_ancient_beasts:paleontologist_rare') + event.removeAll('wan_ancient_beasts:paleontologist_items') + event.removeAll('wan_ancient_beasts:eater_food') + + event.add('tfc:foods/raw_meats', 'wan_ancient_beasts:toxlacanth') + event.add('firmalife:foods/raw_fish', 'wan_ancient_beasts:toxlacanth') + event.add('tfc:foods/meats', 'wan_ancient_beasts:toxlacanth') + + event.add('tfc:foods/cooked_meats', 'wan_ancient_beasts:cooked_toxlacanth') + event.add('firmalife:foods/cooked_fish', 'wan_ancient_beasts:cooked_toxlacanth') + event.add('tfc:food/meats', 'wan_ancient_beasts:cooked_toxlacanth') +} \ No newline at end of file diff --git a/kubejs/startup_scripts/ad_astra/materials.js b/kubejs/startup_scripts/ad_astra/materials.js index f9282a9fd..37ac4831b 100644 --- a/kubejs/startup_scripts/ad_astra/materials.js +++ b/kubejs/startup_scripts/ad_astra/materials.js @@ -41,7 +41,6 @@ const registerAdAstraMaterials = (event) => { .color(0xbd7980) .secondaryColor(0xA66C8D) .iconSet(GTMaterialIconSet.getByName('tfc_cassiterite')) - .dust() .ingot() .liquid() .blastTemp(2900, 'mid', GTValues.VA[GTValues.HV]) diff --git a/kubejs/startup_scripts/ae2/constants.js b/kubejs/startup_scripts/ae2/constants.js index 9496276a9..88e39d121 100644 --- a/kubejs/startup_scripts/ae2/constants.js +++ b/kubejs/startup_scripts/ae2/constants.js @@ -25,6 +25,7 @@ global.AE2_DISABLED_ITEMS = [ 'ae2:charged_staff', 'ae2:name_press', 'ae2:charger', + 'ae2:fe_p2p_tunnel', // БÐŧÐūКÐļ 'ae2:vibration_chamber', diff --git a/kubejs/startup_scripts/beneath/constants.js b/kubejs/startup_scripts/beneath/constants.js index 9cb489194..86a0d999d 100644 --- a/kubejs/startup_scripts/beneath/constants.js +++ b/kubejs/startup_scripts/beneath/constants.js @@ -47,10 +47,6 @@ global.BENEATH_DISABLED_ITEMS = [ "beneath:wood/windmill/warped", "beneath:wood/boat/warped", - "beneath:wood/leaves/crimson", - "beneath:wood/fallen_leaves/crimson", "beneath:wood/sapling/crimson", - "beneath:wood/leaves/warped", - "beneath:wood/fallen_leaves/warped", "beneath:wood/sapling/warped" ]; \ No newline at end of file diff --git a/kubejs/startup_scripts/betterend/items.js b/kubejs/startup_scripts/betterend/items.js index b38b3464f..02809bb71 100644 --- a/kubejs/startup_scripts/betterend/items.js +++ b/kubejs/startup_scripts/betterend/items.js @@ -16,6 +16,9 @@ function registerBetterEndItems(event) { food.hunger(4) food.saturation(1) }) + event.create('betterend:cave_pumpkin_pie_raw') + event.create('betterend:cave_pumpkin_pie_dough') + .food(food => {}) event.create('betterend:cave_pumpkin_pie') .food(food => { food.hunger(4) diff --git a/kubejs/startup_scripts/constructionwand/modifications.js b/kubejs/startup_scripts/constructionwand/modifications.js deleted file mode 100644 index 89426c237..000000000 --- a/kubejs/startup_scripts/constructionwand/modifications.js +++ /dev/null @@ -1,17 +0,0 @@ -// priority: 0 -"use strict"; - -function registerConstructionWandsItemModifications(event) { - - // Increase durability of all construction wands - - event.modify('constructionwand:stone_wand', item => { - item.maxDamage = 791 - }) - event.modify('constructionwand:iron_wand', item => { - item.maxDamage = 2303 - }) - event.modify('constructionwand:diamond_wand', item => { - item.maxDamage = 12286 - }) -} \ No newline at end of file diff --git a/kubejs/startup_scripts/create_additions/constants.js b/kubejs/startup_scripts/create_additions/constants.js index c17400028..8cee92602 100644 --- a/kubejs/startup_scripts/create_additions/constants.js +++ b/kubejs/startup_scripts/create_additions/constants.js @@ -34,5 +34,6 @@ global.CREATE_ADDITIONS_DISABLED_ITEMS = [ 'createaddition:copper_spool', 'createaddition:festive_spool', 'createaddition:small_light_connector', - 'createaddition:electrum_block' + 'createaddition:electrum_block', + 'createaddition:portable_energy_interface' ]; diff --git a/kubejs/startup_scripts/firmalife/constants.js b/kubejs/startup_scripts/firmalife/constants.js index 3dd72a6f7..83747ad96 100644 --- a/kubejs/startup_scripts/firmalife/constants.js +++ b/kubejs/startup_scripts/firmalife/constants.js @@ -31,6 +31,11 @@ global.FIRMALIFE_DISABLED_ITEMS = [ 'firmalife:copper_pipe', 'firmalife:oxidized_copper_pipe', 'firmalife:irrigation_tank', + + // disabled so people use tongs instead + 'firmalife:peel', + + 'firmalife:bucket/chocolate' ]; global.FIRMALIFE_HIDED_ITEMS = [ diff --git a/kubejs/startup_scripts/greate/constants.js b/kubejs/startup_scripts/greate/constants.js index 28550ff3f..9d6c668e9 100644 --- a/kubejs/startup_scripts/greate/constants.js +++ b/kubejs/startup_scripts/greate/constants.js @@ -14,12 +14,7 @@ global.GREATE_DISABLED_ITEMS = [ 'gtceu:darmstadtium_alloy', 'gtceu:neutronium_alloy', - 'gtceu:tungsten_steel_whisk', - 'gtceu:rhodium_plated_palladium_whisk', - 'gtceu:naquadah_alloy_whisk', - 'gtceu:darmstadtium_whisk', 'gtceu:neutronium_whisk', - 'greate:polybenzimidazole_belt_connector', 'greate:polytetrafluoroethylene_belt_connector', diff --git a/kubejs/startup_scripts/gtceu/constants.js b/kubejs/startup_scripts/gtceu/constants.js index 3284fb561..161d0b996 100644 --- a/kubejs/startup_scripts/gtceu/constants.js +++ b/kubejs/startup_scripts/gtceu/constants.js @@ -4,186 +4,191 @@ //#region Disabled Items /** @global */ global.GTCEU_DISABLED_ITEMS = [ - // ÐŸŅ‹ÐŧҌ Ðŋ҈ÐĩÐ―Ðļ҆ҋ (Wheat Dusts) - 'gtceu:wheat_dust', - 'gtceu:small_wheat_dust', - 'gtceu:tiny_wheat_dust', - 'gtceu:dough', + // ÐŸŅ‹ÐŧҌ Ðŋ҈ÐĩÐ―Ðļ҆ҋ (Wheat Dusts) + 'gtceu:wheat_dust', + 'gtceu:small_wheat_dust', + 'gtceu:tiny_wheat_dust', + 'gtceu:dough', - // Bronze Machines - 'gtceu:bronze_brick_casing', - 'gtceu:lp_steam_miner', - 'gtceu:lp_steam_extractor', - 'gtceu:lp_steam_macerator', - 'gtceu:lp_steam_compressor', - 'gtceu:lp_steam_forge_hammer', - 'gtceu:lp_steam_furnace', - 'gtceu:lp_steam_alloy_smelter', - 'gtceu:lp_steam_rock_crusher', - 'gtceu:lp_steam_solid_boiler', - 'gtceu:lp_steam_liquid_boiler', - 'gtceu:lp_steam_solar_boiler', - 'gtceu:charcoal_pile_igniter', + // Bronze Machines + 'gtceu:bronze_brick_casing', + 'gtceu:lp_steam_miner', + 'gtceu:lp_steam_extractor', + 'gtceu:lp_steam_macerator', + 'gtceu:lp_steam_compressor', + 'gtceu:lp_steam_forge_hammer', + 'gtceu:lp_steam_furnace', + 'gtceu:lp_steam_alloy_smelter', + 'gtceu:lp_steam_rock_crusher', + 'gtceu:lp_steam_solid_boiler', + 'gtceu:lp_steam_liquid_boiler', + 'gtceu:lp_steam_solar_boiler', + 'gtceu:charcoal_pile_igniter', - // ÐŸŅ€ÐļОÐļŅ‚ÐļÐēÐ―Ð°Ņ ÐŋÐūОÐŋа (Primitive Pump) - 'gtceu:infinite_water_cover', - 'gtceu:ender_fluid_link_cover', - 'gtceu:pump_deck', - 'gtceu:pump_hatch', - 'gtceu:primitive_pump', + // ÐŸŅ€ÐļОÐļŅ‚ÐļÐēÐ―Ð°Ņ ÐŋÐūОÐŋа (Primitive Pump) + 'gtceu:infinite_water_cover', + 'gtceu:ender_fluid_link_cover', + 'gtceu:pump_deck', + 'gtceu:pump_hatch', + 'gtceu:primitive_pump', - // Ð”Ņ€ŅƒÐģÐūÐĩ (Other) - 'gtceu:flint_mortar', - 'gtceu:flint_knife', - 'gtceu:firebrick', - 'gtceu:firebricks', - 'gtceu:fireclay_dust', - 'gtceu:small_fireclay_dust', - 'gtceu:tiny_fireclay_dust', - 'gtceu:compressed_fireclay', - 'gtceu:wood_drum', - 'gtceu:primitive_blast_furnace', - 'gtceu:iron_pickaxe', - 'gtceu:iron_pickaxe_head', - 'gtceu:brittle_charcoal', - - 'gtceu:wood_screwdriver_tip', - 'gtceu:wood_wrench_tip', - 'gtceu:wood_drill_head', - 'gtceu:wood_chainsaw_head', + // Ð”Ņ€ŅƒÐģÐūÐĩ (Other) + 'gtceu:flint_mortar', + 'gtceu:flint_knife', + 'gtceu:firebrick', + 'gtceu:firebricks', + 'gtceu:fireclay_dust', + 'gtceu:small_fireclay_dust', + 'gtceu:tiny_fireclay_dust', + 'gtceu:compressed_fireclay', + 'gtceu:wood_drum', + 'gtceu:primitive_blast_furnace', + 'gtceu:iron_pickaxe', + 'gtceu:iron_pickaxe_head', + 'gtceu:brittle_charcoal', - 'gtceu:stone_drill_head', - 'gtceu:stone_chainsaw_head', - 'gtceu:stone_buzz_saw_blade', - 'gtceu:stone_wrench_tip', + 'gtceu:wood_screwdriver_tip', + 'gtceu:wood_wrench_tip', + 'gtceu:wood_drill_head', + 'gtceu:wood_chainsaw_head', - 'gtceu:netherite_nugget', - 'gtceu:tiny_netherite_dust', - 'gtceu:small_netherite_dust', - 'gtceu:netherite_dust', + 'gtceu:stone_drill_head', + 'gtceu:stone_chainsaw_head', + 'gtceu:stone_buzz_saw_blade', + 'gtceu:stone_wrench_tip', - 'gtceu:treated_wood_hanging_sign', - 'gtceu:treated_wood_boat', - 'gtceu:treated_wood_chest_boat', - 'gtceu:treated_wood_sign', + 'gtceu:netherite_nugget', + 'gtceu:tiny_netherite_dust', + 'gtceu:small_netherite_dust', + 'gtceu:netherite_dust', - 'gtceu:rubber_sapling', - 'gtceu:rubber_log', - 'gtceu:rubber_leaves', - 'gtceu:rubber_planks', - 'gtceu:stripped_rubber_log', - 'gtceu:rubber_wood', - 'gtceu:stripped_rubber_wood', - 'gtceu:rubber_slab', - 'gtceu:rubber_fence', - 'gtceu:rubber_fence_gate', - 'gtceu:rubber_sign', - 'gtceu:rubber_hanging_sign', - 'gtceu:rubber_pressure_plate', - 'gtceu:rubber_trapdoor', - 'gtceu:rubber_door', - 'gtceu:rubber_stairs', - 'gtceu:rubber_button', - 'gtceu:rubber_boat', - 'gtceu:rubber_chest_boat', + 'gtceu:treated_wood_hanging_sign', + 'gtceu:treated_wood_boat', + 'gtceu:treated_wood_chest_boat', + 'gtceu:treated_wood_sign', - 'gtceu:mv_solar_panel', - 'gtceu:hv_solar_panel', - 'gtceu:ev_solar_panel', - 'gtceu:iv_solar_panel', - 'gtceu:luv_solar_panel', - 'gtceu:zpm_solar_panel', - 'gtceu:uv_solar_panel', + 'gtceu:rubber_sapling', + 'gtceu:rubber_log', + 'gtceu:rubber_leaves', + 'gtceu:rubber_planks', + 'gtceu:stripped_rubber_log', + 'gtceu:rubber_wood', + 'gtceu:stripped_rubber_wood', + 'gtceu:rubber_slab', + 'gtceu:rubber_fence', + 'gtceu:rubber_fence_gate', + 'gtceu:rubber_sign', + 'gtceu:rubber_hanging_sign', + 'gtceu:rubber_pressure_plate', + 'gtceu:rubber_trapdoor', + 'gtceu:rubber_door', + 'gtceu:rubber_stairs', + 'gtceu:rubber_button', + 'gtceu:rubber_boat', + 'gtceu:rubber_chest_boat', - 'gtceu:lv_air_scrubber', - 'gtceu:mv_air_scrubber', - 'gtceu:hv_air_scrubber', - 'gtceu:ev_air_scrubber', + 'gtceu:mv_solar_panel', + 'gtceu:hv_solar_panel', + 'gtceu:ev_solar_panel', + 'gtceu:iv_solar_panel', + 'gtceu:luv_solar_panel', + 'gtceu:zpm_solar_panel', + 'gtceu:uv_solar_panel', - 'gtceu:lv_world_accelerator', - 'gtceu:mv_world_accelerator', - 'gtceu:hv_world_accelerator', - 'gtceu:ev_world_accelerator', - 'gtceu:iv_world_accelerator', - 'gtceu:luv_world_accelerator', - 'gtceu:zpm_world_accelerator', - 'gtceu:uv_world_accelerator', + 'gtceu:lv_air_scrubber', + 'gtceu:mv_air_scrubber', + 'gtceu:hv_air_scrubber', + 'gtceu:ev_air_scrubber', - 'gtceu:compressed_clay', + 'gtceu:lv_world_accelerator', + 'gtceu:mv_world_accelerator', + 'gtceu:hv_world_accelerator', + 'gtceu:ev_world_accelerator', + 'gtceu:iv_world_accelerator', + 'gtceu:luv_world_accelerator', + 'gtceu:zpm_world_accelerator', + 'gtceu:uv_world_accelerator', - 'gtceu:damascus_steel_nugget', - 'gtceu:damascus_steel_ingot', - 'gtceu:damascus_steel_block', - 'gtceu:damascus_steel_plate', - 'gtceu:double_damascus_steel_plate', - 'gtceu:damascus_steel_gear', - 'gtceu:damascus_steel_buzzsaw_blade', - 'gtceu:damascus_steel_drill_head', - 'gtceu:damascus_steel_chainsaw_head', - 'gtceu:damascus_steel_bolt', - 'gtceu:damascus_steel_screw', - 'gtceu:damascus_steel_rod', - 'gtceu:long_damascus_steel_rod', - 'gtceu:damascus_steel_dust', - 'gtceu:small_damascus_steel_dust', - 'gtceu:tiny_damascus_steel_dust', - 'gtceu:lv_damascus_steel_drill', - 'gtceu:mv_damascus_steel_drill', - 'gtceu:hv_damascus_steel_drill', - 'gtceu:ev_damascus_steel_drill', - 'gtceu:iv_damascus_steel_drill', - 'gtceu:lv_damascus_steel_chainsaw', - 'gtceu:damascus_steel_buzzsaw', - 'gtceu:damascus_steel_bucket', + 'gtceu:compressed_clay', - //armor - 'gtceu:bronze_helmet', - 'gtceu:bronze_chestplate', - 'gtceu:bronze_leggings', - 'gtceu:bronze_boots', - 'gtceu:steel_helmet', - 'gtceu:steel_chestplate', - 'gtceu:steel_leggings', - 'gtceu:steel_boots', - 'gtceu:titanium_helmet', - 'gtceu:titanium_chestplate', - 'gtceu:titanium_leggings', - 'gtceu:titanium_boots', + 'gtceu:damascus_steel_nugget', + 'gtceu:damascus_steel_ingot', + 'gtceu:damascus_steel_block', + 'gtceu:damascus_steel_plate', + 'gtceu:double_damascus_steel_plate', + 'gtceu:damascus_steel_gear', + 'gtceu:damascus_steel_buzzsaw_blade', + 'gtceu:damascus_steel_drill_head', + 'gtceu:damascus_steel_chainsaw_head', + 'gtceu:damascus_steel_bolt', + 'gtceu:damascus_steel_screw', + 'gtceu:damascus_steel_rod', + 'gtceu:long_damascus_steel_rod', + 'gtceu:damascus_steel_dust', + 'gtceu:small_damascus_steel_dust', + 'gtceu:tiny_damascus_steel_dust', + 'gtceu:lv_damascus_steel_drill', + 'gtceu:mv_damascus_steel_drill', + 'gtceu:hv_damascus_steel_drill', + 'gtceu:ev_damascus_steel_drill', + 'gtceu:iv_damascus_steel_drill', + 'gtceu:lv_damascus_steel_chainsaw', + 'gtceu:damascus_steel_buzzsaw', + 'gtceu:damascus_steel_bucket', - // Huh - 'gtceu:wax_dust', - 'gtceu:small_wax_dust', - 'gtceu:tiny_wax_dust', + //armor + 'gtceu:bronze_helmet', + 'gtceu:bronze_chestplate', + 'gtceu:bronze_leggings', + 'gtceu:bronze_boots', + 'gtceu:steel_helmet', + 'gtceu:steel_chestplate', + 'gtceu:steel_leggings', + 'gtceu:steel_boots', + 'gtceu:titanium_helmet', + 'gtceu:titanium_chestplate', + 'gtceu:titanium_leggings', + 'gtceu:titanium_boots', - // Sculk - 'gtceu:tiny_echo_shard_dust', - 'gtceu:small_echo_shard_dust', - 'gtceu:echo_shard_dust', - 'gtceu:chipped_echo_shard_gem', - 'gtceu:flawed_echo_shard_gem', - 'gtceu:flawless_echo_shard_gem', - 'gtceu:exquisite_echo_shard_gem', - 'gtceu:echo_shard_plate', - 'gtceu:echo_shard_rod', - 'gtceu:echo_shard_block', - 'gtceu:tiny_sculk_dust', - 'gtceu:small_sculk_dust', - 'gtceu:sculk_dust', + // Huh + 'gtceu:wax_dust', + 'gtceu:small_wax_dust', + 'gtceu:tiny_wax_dust', - // Ender eye - 'gtceu:ender_eye_plate', - 'gtceu:ender_eye_block', - 'gtceu:ender_eye_dust', - 'gtceu:small_ender_eye_dust', - 'gtceu:tiny_ender_eye_dust', + // Sculk + 'gtceu:tiny_echo_shard_dust', + 'gtceu:small_echo_shard_dust', + 'gtceu:echo_shard_dust', + 'gtceu:chipped_echo_shard_gem', + 'gtceu:flawed_echo_shard_gem', + 'gtceu:flawless_echo_shard_gem', + 'gtceu:exquisite_echo_shard_gem', + 'gtceu:echo_shard_plate', + 'gtceu:echo_shard_rod', + 'gtceu:echo_shard_block', + 'gtceu:tiny_sculk_dust', + 'gtceu:small_sculk_dust', + 'gtceu:sculk_dust', - // Marble - 'gtceu:marble', - 'gtceu:marble_cobblestone', - 'gtceu:mossy_marble_cobblestone', - 'gtceu:marble_bricks', - 'gtceu:cracked_marble_bricks', - 'gtceu:mossy_marble_bricks' + // Ender eye + 'gtceu:ender_eye_plate', + 'gtceu:ender_eye_block', + 'gtceu:ender_eye_dust', + 'gtceu:small_ender_eye_dust', + 'gtceu:tiny_ender_eye_dust', + + // Marble + 'gtceu:marble', + 'gtceu:marble_cobblestone', + 'gtceu:mossy_marble_cobblestone', + 'gtceu:marble_bricks', + 'gtceu:cracked_marble_bricks', + 'gtceu:mossy_marble_bricks', + + // Machine Bedrock Miner + 'gtceu:mv_bedrock_ore_miner', + 'gtceu:hv_bedrock_ore_miner', + 'gtceu:ev_bedrock_ore_miner' ]; //#endregion @@ -191,18 +196,19 @@ global.GTCEU_DISABLED_ITEMS = [ //#region Hidden Items /** @global */ global.GTCEU_HIDED_ITEMS = [ - 'gtceu:netherrack_dust', - 'gtceu:small_netherrack_dust', - 'gtceu:tiny_netherrack_dust', - 'gtceu:lv_damascus_steel_wirecutter', - 'gtceu:hv_damascus_steel_wirecutter', - 'gtceu:iv_damascus_steel_wirecutter', - 'gtceu:lv_damascus_steel_wrench', - 'gtceu:hv_damascus_steel_wrench', - 'gtceu:iv_damascus_steel_wrench', - 'gtceu:lv_damascus_steel_screwdriver', + 'gtceu:netherrack_dust', + 'gtceu:small_netherrack_dust', + 'gtceu:tiny_netherrack_dust', + 'gtceu:lv_damascus_steel_wirecutter', + 'gtceu:hv_damascus_steel_wirecutter', + 'gtceu:iv_damascus_steel_wirecutter', + 'gtceu:damascus_steel_wrench_tip', + 'gtceu:lv_damascus_steel_wrench', + 'gtceu:hv_damascus_steel_wrench', + 'gtceu:iv_damascus_steel_wrench', + 'gtceu:lv_damascus_steel_screwdriver', - 'gtceu:sus_record' + 'gtceu:sus_record' ]; //#endregion @@ -229,29 +235,29 @@ global.GTCEU_ARMORS = [ //#region Extruder Molds /** @global */ global.TFG_EXTRUDER_MOLDS = [ - 'tfg:mining_hammer_head_extruder_mold', - 'tfg:sword_head_extruder_mold', - 'tfg:pickaxe_head_extruder_mold', - 'tfg:shovel_head_extruder_mold', - 'tfg:axe_head_extruder_mold', - 'tfg:hoe_head_extruder_mold', - 'tfg:scythe_head_extruder_mold', - 'tfg:file_head_extruder_mold', - 'tfg:hammer_head_extruder_mold', - 'tfg:saw_head_extruder_mold', - 'tfg:knife_head_extruder_mold', - 'tfg:butchery_knife_head_extruder_mold', - 'tfg:spade_head_extruder_mold', - 'tfg:propick_head_extruder_mold', - 'tfg:javelin_head_extruder_mold', - 'tfg:chisel_head_extruder_mold', - 'tfg:mace_head_extruder_mold', - 'tfg:mattock_head_extruder_mold', - 'tfg:fish_hook_extruder_mold', - 'tfg:whisk_extruder_mold', - 'tfg:screwdriver_tip_extruder_mold', - 'tfg:wrench_tip_extruder_mold', - 'tfg:wire_cutter_head_extruder_mold', + 'tfg:mining_hammer_head_extruder_mold', + 'tfg:sword_head_extruder_mold', + 'tfg:pickaxe_head_extruder_mold', + 'tfg:shovel_head_extruder_mold', + 'tfg:axe_head_extruder_mold', + 'tfg:hoe_head_extruder_mold', + 'tfg:scythe_head_extruder_mold', + 'tfg:file_head_extruder_mold', + 'tfg:hammer_head_extruder_mold', + 'tfg:saw_head_extruder_mold', + 'tfg:knife_head_extruder_mold', + 'tfg:butchery_knife_head_extruder_mold', + 'tfg:spade_head_extruder_mold', + 'tfg:propick_head_extruder_mold', + 'tfg:javelin_head_extruder_mold', + 'tfg:chisel_head_extruder_mold', + 'tfg:mace_head_extruder_mold', + 'tfg:mattock_head_extruder_mold', + 'tfg:fish_hook_extruder_mold', + 'tfg:whisk_extruder_mold', + 'tfg:screwdriver_tip_extruder_mold', + 'tfg:wrench_tip_extruder_mold', + 'tfg:wire_cutter_head_extruder_mold', 'tfg:small_casing_extruder_mold', 'tfg:shell_casing_extruder_mold', 'tfg:large_casing_extruder_mold' @@ -261,70 +267,70 @@ global.TFG_EXTRUDER_MOLDS = [ //#region Casting Molds /** @global */ global.TFG_CASTING_MOLDS = [ - 'tfg:lamp_casting_mold', - 'tfg:trapdoor_casting_mold', - 'tfg:chain_casting_mold', - 'tfg:bell_casting_mold' + 'tfg:lamp_casting_mold', + 'tfg:trapdoor_casting_mold', + 'tfg:chain_casting_mold', + 'tfg:bell_casting_mold' ]; //#endregion //#region Ore Bearing Stone /** @global */ global.ORE_BEARING_STONES = [ - 'gabbro', - 'shale', - 'claystone', - 'limestone', - 'conglomerate', - 'dolomite', - 'chert', - 'chalk', - 'rhyolite', - 'dacite', - 'quartzite', - 'slate', - 'phyllite', - 'schist', - 'gneiss', - 'marble', - 'basalt', - 'diorite', - 'andesite', - 'granite', + 'gabbro', + 'shale', + 'claystone', + 'limestone', + 'conglomerate', + 'dolomite', + 'chert', + 'chalk', + 'rhyolite', + 'dacite', + 'quartzite', + 'slate', + 'phyllite', + 'schist', + 'gneiss', + 'marble', + 'basalt', + 'diorite', + 'andesite', + 'granite', - 'deepslate', - 'pyroxenite', - 'dripstone', + 'deepslate', + 'pyroxenite', + 'dripstone', - 'moon_stone', - 'moon_deepslate', - 'mars_stone', - 'venus_stone', - 'mercury_stone', - 'glacio_stone' + 'moon_stone', + 'moon_deepslate', + 'mars_stone', + 'venus_stone', + 'mercury_stone', + 'glacio_stone' ]; //#endregion //#region Add Circuits /** @global */ global.ADD_CIRCUIT = [ - {recipeId: 'gtceu:chemical_reactor/tetrafluoroethylene_from_chloroform', circuitNumber: 1}, - {recipeId: 'gtceu:chemical_reactor/hydrofluoric_acid_from_elements', circuitNumber: 2}, + { recipeId: 'gtceu:chemical_reactor/tetrafluoroethylene_from_chloroform', circuitNumber: 1 }, + { recipeId: 'gtceu:chemical_reactor/hydrofluoric_acid_from_elements', circuitNumber: 2 }, ]; //#endregion //#region Superconductors /** @global */ global.GTCEU_SUPERCONDUCTORS = [ - {name: 'manganese_phosphide', materialId: 'ManganesePhosphide'}, - {name: 'magnesium_diboride', materialId: 'MagnesiumDiboride'}, - {name: 'mercury_barium_calcium_cuprate', materialId: 'MercuryBariumCalciumCuprate'}, - {name: 'uranium_triplatinum', materialId: 'UraniumTriplatinum'}, - {name: 'samarium_iron_arsenic_oxide', materialId: 'SamariumIronArsenicOxide'}, - {name: 'indium_tin_barium_titanium_cuprate', materialId: 'IndiumTinBariumTitaniumCuprate'}, - {name: 'uranium_rhodium_dinaquadide', materialId: 'UraniumRhodiumDinaquadide'}, - {name: 'enriched_naquadah_trinium_europium_duranide', materialId: 'EnrichedNaquadahTriniumEuropiumDuranide'}, - {name: 'ruthenium_trinium_americium_neutronate', materialId: 'RutheniumTriniumAmericiumNeutronate'} + { name: 'manganese_phosphide', materialId: 'ManganesePhosphide' }, + { name: 'magnesium_diboride', materialId: 'MagnesiumDiboride' }, + { name: 'mercury_barium_calcium_cuprate', materialId: 'MercuryBariumCalciumCuprate' }, + { name: 'uranium_triplatinum', materialId: 'UraniumTriplatinum' }, + { name: 'samarium_iron_arsenic_oxide', materialId: 'SamariumIronArsenicOxide' }, + { name: 'indium_tin_barium_titanium_cuprate', materialId: 'IndiumTinBariumTitaniumCuprate' }, + { name: 'uranium_rhodium_dinaquadide', materialId: 'UraniumRhodiumDinaquadide' }, + { name: 'enriched_naquadah_trinium_europium_duranide', materialId: 'EnrichedNaquadahTriniumEuropiumDuranide' }, + { name: 'ruthenium_trinium_americium_neutronate', materialId: 'RutheniumTriniumAmericiumNeutronate' } ] //#endregion diff --git a/kubejs/startup_scripts/gtceu/items.js b/kubejs/startup_scripts/gtceu/items.js index b595c4f20..6b29ca59f 100644 --- a/kubejs/startup_scripts/gtceu/items.js +++ b/kubejs/startup_scripts/gtceu/items.js @@ -36,4 +36,10 @@ const registerGTCEuItems = (event) => { event.create('tfg:chipboard_composite') .translationKey('item.chipboard_composite') + event.create('tfg:treated_chipboard_composite') + .translationKey('item.treated_chipboard_composite') + + event.create('tfg:high_density_treated_fiberboard') + .translationKey('item.high_density_treated_fiberboard') + } diff --git a/kubejs/startup_scripts/gtceu/machines.js b/kubejs/startup_scripts/gtceu/machines.js index 4eed86f06..66cf74285 100644 --- a/kubejs/startup_scripts/gtceu/machines.js +++ b/kubejs/startup_scripts/gtceu/machines.js @@ -4,6 +4,7 @@ const registerGTCEuMachines = (event) => { const $SteamMulti = Java.loadClass('com.gregtechceu.gtceu.common.machine.multiblock.steam.SteamParallelMultiblockMachine'); const $Tags = Java.loadClass("dev.latvian.mods.kubejs.util.Tags") + const CoilWorkableElectricMultiblockMachine = Java.loadClass("com.gregtechceu.gtceu.api.machine.multiblock.CoilWorkableElectricMultiblockMachine") //#region Nether Dome @@ -340,7 +341,7 @@ const registerGTCEuMachines = (event) => { .rotationState(RotationState.NON_Y_AXIS) .generator(true) .recipeType('large_solar_panel_tier3') - .noRecipeModifier() + .recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH]) .appearanceBlock(() => Block.getBlock('tfg:casings/machine_casing_iron_desh')) .pattern(definition => FactoryBlockPattern.start() .aisle(" A A ", " A A ", " A A ", " S S ", " S S ", " S S ", " CCCCCCCCC ", " ", " ", " ", " ", " ", " ", " ") @@ -414,6 +415,7 @@ const registerGTCEuMachines = (event) => { .where("I", Predicates.blocks("tfg:casings/machine_casing_iron_desh") .or(Predicates.autoAbilities(definition.getRecipeTypes())) .or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1)) + .or(Predicates.abilities(PartAbility.PARALLEL_HATCH).setMaxGlobalLimited(1)) ) .where(" ", Predicates.any()) .build() @@ -560,4 +562,133 @@ const registerGTCEuMachines = (event) => { 'gtceu:block/casings/solid/machine_casing_stainless_evaporation', 'gtceu:block/multiblock/distillation_tower') -} + //#endregion + + //#region Ore Line + + // Ostrum Harvester + + event.create('ostrum_harvester', 'multiblock') + .machine((holder) => new CoilWorkableElectricMultiblockMachine(holder)) + .rotationState(RotationState.NON_Y_AXIS) + .recipeType('ostrum_harvester') + .recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT, (machine, recipe) => GTRecipeModifiers.crackerOverclock(machine, recipe)]) + .appearanceBlock(() => Block.getBlock('gtceu:nonconducting_casing')) + .pattern(definition => FactoryBlockPattern.start() + .aisle(' ' ,'A A', 'AAAAA', 'ACCCA', 'AAEAA', ' AAA ') + .aisle(' ' ,' ', 'BBBBB', 'B B', 'BB BB', ' BFB ') + .aisle(' ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ') + .aisle(' G ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ') + .aisle(' ' ,' ', 'ADDDA', 'D D', 'A A', ' BFB ') + .aisle(' ' ,' ', 'BBBBB', 'B B', 'BB BB', ' BFB ') + .aisle(' ' ,'A A', 'AAAAA', 'ACXCA', 'AACAA', ' AAA ') + .where('X', Predicates.controller(Predicates.blocks(definition.get()))) + .where('A', Predicates.blocks('gtceu:secure_maceration_casing')) + .where('B', Predicates.blocks('gtceu:nonconducting_casing')) + .where('C', Predicates.blocks('gtceu:nonconducting_casing') + .or(Predicates.abilities(PartAbility.IMPORT_FLUIDS).setMaxGlobalLimited(1).setPreviewCount(1)) + .or(Predicates.abilities(PartAbility.EXPORT_ITEMS).setMaxGlobalLimited(1).setPreviewCount(1)) + .or(Predicates.abilities(PartAbility.INPUT_ENERGY).setMaxGlobalLimited(2).setPreviewCount(2)) + .or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1).setPreviewCount(1))) + .where('D', Predicates.blocks('tfg:casings/machine_casing_vacuum_engine_intake')) + .where('E', Predicates.blocks('gtceu:nonconducting_casing') + .or(Predicates.abilities(PartAbility.MUFFLER).setExactLimit(1).setPreviewCount(1))) + .where('F', Predicates.heatingCoils()) + .where('G', Predicates.blocks('tfg:spice')) + .where('#', Predicates.air()) + .where(' ', Predicates.any()) + .build() + ) + .workableCasingModel( + 'gtceu:block/casings/gcym/nonconducting_casing', + 'gtceu:block/multiblock/distillation_tower') + + // Moon Harvester + + event.create('moon_dust_harvester', 'multiblock') + .machine((holder) => new CoilWorkableElectricMultiblockMachine(holder)) + .rotationState(RotationState.NON_Y_AXIS) + .recipeType('moon_dust_harvester') + .recipeModifiers([GTRecipeModifiers.OC_NON_PERFECT, (machine, recipe) => GTRecipeModifiers.crackerOverclock(machine, recipe)]) + .appearanceBlock(() => Block.getBlock('gtceu:nonconducting_casing')) + .pattern(definition => FactoryBlockPattern.start() + .aisle('A A', 'AAAAA', 'ACCCA', 'AAEAA', ' AAA ') + .aisle(' ', 'BBBBB', 'B B', 'BB BB', ' BFB ') + .aisle(' ', 'ADDDA', 'D D', 'A A', ' BFB ') + .aisle(' ', 'ADDDA', 'D D', 'A A', ' BFB ') + .aisle(' ', 'ADDDA', 'D D', 'A A', ' BFB ') + .aisle(' ', 'BBBBB', 'B B', 'BB BB', ' BFB ') + .aisle('A A', 'AAAAA', 'ACXCA', 'AACAA', ' AAA ') + .where('X', Predicates.controller(Predicates.blocks(definition.get()))) + .where('A', Predicates.blocks('tfg:casings/machine_casing_iron_desh')) + .where('B', Predicates.blocks('gtceu:nonconducting_casing')) + .where('C', Predicates.blocks('gtceu:nonconducting_casing') + .or(Predicates.abilities(PartAbility.IMPORT_ITEMS).setMaxGlobalLimited(1).setPreviewCount(1)) + .or(Predicates.abilities(PartAbility.EXPORT_ITEMS).setMaxGlobalLimited(1).setPreviewCount(1)) + .or(Predicates.abilities(PartAbility.INPUT_ENERGY).setMinGlobalLimited(1).setMaxGlobalLimited(2).setPreviewCount(1)) + .or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1).setPreviewCount(1))) + .where('D', Predicates.blocks('tfg:casings/machine_casing_vacuum_engine_intake')) + .where('E', Predicates.blocks('gtceu:nonconducting_casing')) + .where('F', Predicates.heatingCoils()) + .where('#', Predicates.air()) + .where(' ', Predicates.any()) + .build() + ) + .workableCasingModel( + 'gtceu:block/casings/gcym/nonconducting_casing', + 'gtceu:block/multiblock/distillation_tower') + + // Extraterrestrial Ore Fabricator + + event.create('extraterrestrial_ore_fabricator', 'multiblock') + .rotationState(RotationState.NON_Y_AXIS) + .recipeType('extraterrestrial_ore_fabricator') + .recipeModifiers([GTRecipeModifiers.PARALLEL_HATCH, GTRecipeModifiers.OC_NON_PERFECT]) + .appearanceBlock(() => Block.getBlock('tfg:casings/machine_casing_mars')) + .pattern(definition => FactoryBlockPattern.start() + .aisle('AAAAAAAAA', 'AAAAAAAAA', 'AAAAAAAAA', ' ', ' ' ) + .aisle('BAAAAAAAA', 'B#######D', 'BBBBBBBAA', ' BCCCB ', ' BBBBB ' ) + .aisle('AAAAAAAAA', 'A#######D', 'BB###BBGA', ' C###C ', ' BBHBB ' ) + .aisle('BEBEBEAAA', 'BEBEBEA#D', 'BBBBBBBAA', ' BCCCB ', ' BBBBB ' ) + .aisle('A#####AFA', 'A#####AXA', 'AAAAAAAFA', ' ', ' ' ) + .where('X', Predicates.controller(Predicates.blocks(definition.get()))) + .where('A', Predicates.blocks('tfg:casings/machine_casing_mars') + .or(Predicates.abilities(PartAbility.INPUT_ENERGY).setMinGlobalLimited(1).setMaxGlobalLimited(2))) + .where('B', Predicates.blocks('gtceu:high_temperature_smelting_casing')) + .where('C', Predicates.blocks('tfg:casings/machine_casing_vacuum_engine_intake')) + .where('D', Predicates.blocks('gtceu:heat_vent')) + .where('E', Predicates.blocks('tfg:casings/machine_casing_mars') + .or(Predicates.abilities(PartAbility.IMPORT_FLUIDS).setMaxGlobalLimited(6))) + .where('F', Predicates.blocks('tfg:casings/machine_casing_mars') + .or(Predicates.abilities(PartAbility.MAINTENANCE).setExactLimit(1))) + .where('G', Predicates.abilities(PartAbility.MUFFLER).setExactLimit(1)) + .where('H', Predicates.abilities(PartAbility.EXPORT_ITEMS).setExactLimit(1)) + .where('#', Predicates.air()) + .where(' ', Predicates.any()) + .build() + ) + .shapeInfo(controller => MultiblockShapeInfo.builder() + .aisle('KKAAAAAAA', 'AAAAAAAAA', 'AAAAAAAAA', ' ', ' ' ) + .aisle('BAAAAAAAA', 'B D', 'BBBBBBBAA', ' BCCCB ', ' BBBBB ' ) + .aisle('AAAAAAAAA', 'A D', 'BB BBGA', ' C C ', ' BBHBB ' ) + .aisle('BEBEBEAAA', 'BEBEBEA#D', 'BBBBBBBAA', ' BCCCB ', ' BBBBB ' ) + .aisle('A AMA', 'A AXA', 'AAAAAAAAA', ' ', ' ' ) + .where('X', controller, Direction.SOUTH) + .where('A', Block.getBlock('tfg:casings/machine_casing_mars')) + .where('B', Block.getBlock('gtceu:high_temperature_smelting_casing')) + .where('C', Block.getBlock('tfg:casings/machine_casing_vacuum_engine_intake')) + .where('D', Block.getBlock('gtceu:heat_vent')) + .where('E', GTMachines.FLUID_IMPORT_HATCH[GTValues.EV], Direction.SOUTH) + .where('G', GTMachines.MUFFLER_HATCH[GTValues.LV], Direction.UP) + .where('H', GTMachines.ITEM_EXPORT_BUS[GTValues.EV], Direction.UP) + .where('M', GTMachines.AUTO_MAINTENANCE_HATCH, Direction.SOUTH) + .where('K', GTMachines.ENERGY_INPUT_HATCH[GTValues.HV], Direction.NORTH) + .where(' ', Block.getBlock('minecraft:air')) + .build() + ) + + .workableCasingModel( + 'tfg:block/casings/machine_casing_mars', + 'gtceu:block/machines/thermal_centrifuge') + +} \ No newline at end of file diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 259ecaccc..692a1384e 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -29,6 +29,7 @@ const registerGTCEuMaterialModification = (event) => { GENERATE_DOUBLE_INGOTS, HAS_SMALL_TFC_ORE, HAS_SMALL_NATIVE_TFC_ORE, + GENERATE_DUSTY_ORES, } = TFGMaterialFlags const { @@ -140,7 +141,6 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Potin.setProperty(TFGPropertyKey.TFC_PROPERTY, new $TFC_PROPERTY(807 * 0.6, 807 * 0.8, 807, 2)); GTMaterials.Cobalt.setProperty(TFGPropertyKey.TFC_PROPERTY, new $TFC_PROPERTY(1495 * 0.6, 1495 * 0.8, 1495, 3)); GTMaterials.Cobaltite.setProperty(TFGPropertyKey.TFC_PROPERTY, new $TFC_PROPERTY(1495 * 0.6, 1495 * 0.8, 1495, GTMaterials.Cobalt, 3, 85)); - GTMaterials.CobaltOxide.setProperty(TFGPropertyKey.TFC_PROPERTY, new $TFC_PROPERTY(1495 * 0.6, 1495 * 0.8, 1495, GTMaterials.Cobalt, 3)); GTMaterials.CobaltBrass.setProperty(TFGPropertyKey.TFC_PROPERTY, new $TFC_PROPERTY(1060 * 0.6, 1060 * 0.8, 1060, 3)); let AlSi = GTMaterials.get('aluminium_silicate') AlSi.setProperty(TFGPropertyKey.TFC_PROPERTY, new $TFC_PROPERTY(1540, 1540, 1540, 1)) @@ -167,6 +167,15 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Tin.addFlags(GENERATE_DOUBLE_INGOTS); GTMaterials.Zinc.addFlags(GENERATE_DOUBLE_INGOTS, GENERATE_BOLT_SCREW); GTMaterials.SterlingSilver.addFlags(GENERATE_DOUBLE_INGOTS); + + // /* Generate Dusty Ores for Infinite Ores + + GTMaterials.Goethite.addFlags(GENERATE_DUSTY_ORES); + GTMaterials.Diamond.addFlags(GENERATE_DUSTY_ORES); + GTMaterials.CertusQuartz.addFlags(GENERATE_DUSTY_ORES); + GTMaterials.Gold.addFlags(GENERATE_DUSTY_ORES); + GTMaterials.Cassiterite.addFlags(GENERATE_DUSTY_ORES); + // // /* ИОÐĩŅŽŅ‚ ÐļÐ―ŅŅ‚Ņ€ŅƒÐžÐĩÐ―Ņ‚Ņ‹, ÐąŅ€ÐūÐ―ŅŽ TFC, ÐīÐēÐūÐđÐ―Ņ‹Ðĩ ҁÐŧÐļŅ‚ÐšÐļ */ GTMaterials.Copper.addFlags(GENERATE_DOUBLE_INGOTS, HAS_TFC_TOOL, HAS_TFC_ARMOR, HAS_TFC_UTILITY, CAN_BE_UNMOLDED); @@ -259,6 +268,9 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Silicon.addFlags(GENERATE_DENSE); + GTMaterials.RTMAlloy.addFlags(GENERATE_DENSE); + GTMaterials.Lead.addFlags(GENERATE_DENSE); + GTMaterials.Quartzite.addFlags(GENERATE_ROD); GTMaterials.TreatedWood.addFlags(GENERATE_LONG_ROD); diff --git a/kubejs/startup_scripts/gtceu/recipe_types.js b/kubejs/startup_scripts/gtceu/recipe_types.js index c34118ad5..f7afe396e 100644 --- a/kubejs/startup_scripts/gtceu/recipe_types.js +++ b/kubejs/startup_scripts/gtceu/recipe_types.js @@ -23,7 +23,7 @@ const registerGTCEuRecipeTypes = (event) => { event.create('large_solar_panel') .category('generator') .setEUIO('out') - .setMaxIOSize(2, 0, 0, 0) + .setMaxIOSize(2, 0, 2, 1) .setProgressBar(GuiTextures.PROGRESS_BAR_ARROW, FillDirection.LEFT_TO_RIGHT) .setSound(GTSoundEntries.COOLING) @@ -72,4 +72,28 @@ const registerGTCEuRecipeTypes = (event) => { .setProgressBar(GuiTextures.PROGRESS_BAR_DISTILLATION_TOWER, FillDirection.LEFT_TO_RIGHT) .setSound(GTSoundEntries.BATH) + event.create('ostrum_harvester') + .category('ostrum_harvester') + .setEUIO('in') + .setMaxIOSize(0, 1, 1, 0) + .setSlotOverlay(false, false, GuiTextures.EXTRACTOR_OVERLAY) + .setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, FillDirection.LEFT_TO_RIGHT) + .setSound(GTSoundEntries.JET_ENGINE) + + event.create('moon_dust_harvester') + .category('moon_dust_harvester') + .setEUIO('in') + .setMaxIOSize(1, 1, 0, 0) + .setSlotOverlay(false, false, GuiTextures.DUST_OVERLAY) + .setProgressBar(GuiTextures.PROGRESS_BAR_GAS_COLLECTOR, FillDirection.LEFT_TO_RIGHT) + .setSound(GTSoundEntries.JET_ENGINE) + + event.create('extraterrestrial_ore_fabricator') + .category('extraterrestrial_ore_fabricator') + .setEUIO('in') + .setMaxIOSize(0, 6, 2, 0) + .setSlotOverlay(false, false, GuiTextures.EXTRACTOR_OVERLAY) + .setProgressBar(GuiTextures.PROGRESS_BAR_EXTRACT, FillDirection.LEFT_TO_RIGHT) + .setSound(GTSoundEntries.BATH) + } diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index 9a90f4b81..89d4001af 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -23,7 +23,6 @@ BlockEvents.modification(event => { ItemEvents.modification(event => { registerBeneathItemModifications(event) - registerConstructionWandsItemModifications(event) registerCreateItemModifications(event) registerFirmalifeItemModifications(event) registerGTCEuItemModifications(event) @@ -80,3 +79,4 @@ GTCEuStartupEvents.registry("gtceu:element", event => { Platform.mods.primitive_creatures.name = "Primitive Creatures"; Platform.mods.tfg.name = "TerraFirmaGreg"; Platform.mods.kubejs.name = "TerraFirmaGreg"; +Platform.mods.wan_ancient_beasts.name = "Wan's Ancient Beasts"; diff --git a/kubejs/startup_scripts/species/constants.js b/kubejs/startup_scripts/species/constants.js index 4eb2a3e55..711a5db52 100644 --- a/kubejs/startup_scripts/species/constants.js +++ b/kubejs/startup_scripts/species/constants.js @@ -17,11 +17,9 @@ global.SPECIES_DISABLED_ITEMS = [ 'species:deepfish_bucket', 'species:bone_spike', 'species:ancient_pinecone', - 'species:petrified_egg', 'species:cruncher_egg', 'species:ichor_bottle', 'species:youth_potion', - 'species:springling_egg', 'species:wraptor_egg', 'species:chaindelier', 'species:spectralibur_pedestal', diff --git a/kubejs/startup_scripts/tfc/constants.js b/kubejs/startup_scripts/tfc/constants.js index 4069a4633..2f8c73dff 100644 --- a/kubejs/startup_scripts/tfc/constants.js +++ b/kubejs/startup_scripts/tfc/constants.js @@ -690,7 +690,6 @@ global.TFC_MUD_TYPES = [ global.TFC_WOOD_ITEM_TYPES_TO_WOOD_DUST = { '#tfc:lumber': { name: 'lumber', output: ['1x gtceu:wood_dust'] }, '#tfc:support_beams': { name: 'support_beams', output: ['2x gtceu:wood_dust'] }, - // '#minecraft:boats': { name: 'boats', output: ['5x gtceu:wood_dust'] }, '#tfc:minecarts': { name: 'minecarts', output: ['5x gtceu:wood_dust', '1x gtceu:small_wrought_iron_dust'] }, '#minecraft:signs': { name: 'signs', output: ['1x gtceu:wood_dust'] }, '#minecraft:hanging_signs': { name: 'hanging_signs', output: ['1x gtceu:wood_dust'] }, @@ -709,18 +708,12 @@ global.TFC_WOOD_ITEM_TYPES_TO_WOOD_DUST = { '#tfc:twigs': { name: 'twigs', output: ['1x gtceu:wood_dust'] }, '#tfc:workbenches': { name: 'workbenches', output: ['1x gtceu:wood_dust'] }, '#forge:chests/wooden': { name: 'wooden_chests', output: ['8x gtceu:wood_dust'] }, - // '#tfg:only_trapped_wooden_chests': { name: 'trapped_wooden_chests', output: ['8x gtceu:wood_dust', '1x gtceu:wrought_iron_small_dust'] }, '#tfc:looms': { name: 'looms', output: ['2x gtceu:wood_dust'] }, '#tfc:sluices': { name: 'sluices', output: ['4x gtceu:wood_dust'] }, '#tfc:barrels': { name: 'barrels', output: ['2x gtceu:wood_dust'] }, '#tfc:lecterns': { name: 'lecterns', output: ['4x gtceu:wood_dust'] }, '#tfc:scribing_tables': { name: 'scribing_tables', output: ['1x gtceu:wood_dust'] }, '#tfc:jar_shelves': { name: 'jar_shelves', output: ['1x gtceu:wood_dust'] }, - // '#tfc:axles': { name: 'axles', output: ['1x gtceu:wood_dust'] }, - // '#tfg:bladed_axles': { name: 'bladed_axles', output: ['1x gtceu:wood_dust'] }, - // '#tfc:clutches': { name: 'clutches', output: ['1x gtceu:wood_dust'] }, - // '#tfc:gear_boxes': { name: 'gear_boxes', output: ['3x gtceu:wood_dust'] }, - // '#tfc:water_wheels': { name: 'water_wheels', output: ['4x gtceu:wood_dust'] }, '#tfcastikorcarts:cart_wheel': { name: '', output: ['1x gtceu:wood_dust'] }, '#tfcastikorcarts:plow': { name: 'plow', output: ['2x gtceu:wood_dust'] }, '#tfcastikorcarts:animal_cart': { name: 'animal_cart', output: ['2x gtceu:wood_dust'] }, @@ -919,7 +912,21 @@ global.TFC_MEAT_RECIPE_COMPONENTS = [ { input: 'tfg:food/raw_crawlermari', output: 'tfg:food/cooked_crawlermari', name: 'cooked_crawlermari' }, { input: 'tfg:food/raw_limpet', output: 'tfg:food/cooked_limpet', name: 'cooked_limpet' }, { input: 'tfg:sunflower_product', output: 'tfg:roasted_sunflower_seeds', name: 'roasted_sunflower_seeds' }, - { input: 'tfg:food/raw_moon_rabbit', output: 'tfg:food/cooked_moon_rabbit', name: 'cooked_moon_rabbit' } + { input: 'tfg:food/raw_moon_rabbit', output: 'tfg:food/cooked_moon_rabbit', name: 'cooked_moon_rabbit' }, + { input: 'betterend:bolux_mushroom_product', output: 'betterend:bolux_mushroom_cooked', name: 'bolux_mushroom' }, + { input: 'betterend:chorus_mushroom_product', output: 'betterend:chorus_mushroom_cooked', name: 'chorus_mushroom' }, + { input: 'betterend:shadow_berry_product', output: 'betterend:shadow_berry_cooked', name: 'shadow_berry' }, + { input: 'betterend:cave_pumpkin_pie_raw', output: 'betterend:cave_pumpkin_pie', name: 'cave_pumpkin_pie' }, + { input: 'tfg:food/raw_glacian_mutton', output: 'tfg:food/cooked_glacian_mutton', name: 'cooked_glacian_mutton' }, + { input: 'tfg:food/raw_sniffer_beef', output: 'tfg:food/cooked_sniffer_beef', name: 'cooked_sniffer_beef' }, + { input: 'tfg:food/raw_wraptor', output: 'tfg:food/cooked_wraptor', name: 'cooked_wraptor' }, + { input: 'wan_ancient_beasts:raw_toxlacanth', output: 'wan_ancient_beasts:cooked_toxlacanth', name: 'cooked_toxlacanth' }, + { input: 'tfg:food/raw_springling_chops', output: 'tfg:food/cooked_springling_chops', name: 'cooked_springling_chops' }, + { input: 'tfg:food/raw_walker_steak', output: 'tfg:food/cooked_walker_steak', name: 'cooked_walker_steak' }, + { input: 'tfg:food/raw_glider_wings', output: 'tfg:food/cooked_glider_wings', name: 'cooked_glider_wings' }, + { input: 'tfg:food/raw_whole_soarer', output: 'tfg:food/cooked_whole_soarer', name: 'cooked_whole_soarer' }, + { input: 'tfg:food/raw_crusher_meat', output: 'tfg:food/cooked_crusher_meat', name: 'cooked_crusher_meat' }, + { input: 'tfg:food/raw_goober_meat', output: 'tfg:food/cooked_goober_meat', name: 'cooked_goober_meat' } ]; global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ @@ -953,8 +960,7 @@ global.TFC_QUERN_POWDER_RECIPE_COMPONENTS = [ { input: '#forge:dusts/borax', output: '4x tfc:powder/flux', name: 'flux_powder' }, { input: '#forge:dusts/soda_ash', output: '4x tfc:powder/soda_ash', name: 'soda_ash' }, { input: 'gtceu:charcoal_dust', output: '2x tfc:powder/charcoal', name: 'charcoal' }, - { input: 'tfc:ore/sylvite', output: '4x tfc:powder/sylvite', name: 'sylvite' }, - { input: 'firmalife:ore/small_chromite', output: 'gtceu:small_chromite_dust', name: 'chromite' } + { input: 'tfc:ore/sylvite', output: '4x tfc:powder/sylvite', name: 'sylvite' } ]; global.TFC_GRAINS = [ diff --git a/kubejs/startup_scripts/tfg/blocks.js b/kubejs/startup_scripts/tfg/blocks.js index c73d7b257..8da674a2a 100644 --- a/kubejs/startup_scripts/tfg/blocks.js +++ b/kubejs/startup_scripts/tfg/blocks.js @@ -32,6 +32,21 @@ const registerTFGBlocks = (event) => { .particleCount(2) .particleForced(false) + event.create('tfg:spice', 'tfg:particle_emitter') + .textureAll('tfg:block/sand_spice') + .soundType('sand') + .hardness(1) + .resistance(1) + .unbreakable() + .tagBlock('tfcambiental:hot_stuff') + .lightLevel(0.1) + .mapColor('color_white') + .particleOffset(0, 2, 0) + .particleVelocity(0.05, 0, 0.05) + .particle('electric_spark') + .particleCount(3) + .particleForced(false) + // #region Machine Casings global.TFG_MACHINE_CASINGS.forEach(type => { @@ -56,6 +71,16 @@ const registerTFGBlocks = (event) => { .tagBlock('minecraft:mineable/wrench') .mapColor('color_light_gray') + event.create('tfg:casings/machine_casing_vacuum_engine_intake', 'gtceu:active') + .simple('tfg:block/casings/machine_casing_vacuum_engine_intake') + .translationKey(`block.tfg.casings.machine_casing_vacuum_engine_intake`) + .soundType('metal') + .resistance(6).hardness(5) + .tagBlock('mineable/pickaxe') + .tagBlock('forge:mineable/wrench') + .requiresTool(true) + .mapColor('color_light_gray') + //#endregion // #region Decorative vases diff --git a/kubejs/startup_scripts/tfg/blocks.crops.js b/kubejs/startup_scripts/tfg/blocks.plants.js similarity index 72% rename from kubejs/startup_scripts/tfg/blocks.crops.js rename to kubejs/startup_scripts/tfg/blocks.plants.js index ccdbce9d7..0e1b496aa 100644 --- a/kubejs/startup_scripts/tfg/blocks.crops.js +++ b/kubejs/startup_scripts/tfg/blocks.plants.js @@ -3,7 +3,7 @@ const registerTFGCrops = (event) => { - // Earth + // Earth Crops event.create('tfg:sunflower', 'tfc:double_crop') .translationKey('block.tfg.sunflower') @@ -13,6 +13,7 @@ const registerTFGCrops = (event) => { .doubleStages(2) .hardness(0.4) .growthModifier(0.8) + .tagBlock('minecraft:mineable/hoe') .productItem(product => { product.texture('tfg:item/sunflower_product') }) @@ -22,6 +23,7 @@ const registerTFGCrops = (event) => { .deadBlock(dead => { dead.hardness(0.2) dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('tfg:sunflower_wild', 'tfc:wild_crop') @@ -31,6 +33,7 @@ const registerTFGCrops = (event) => { .food('tfg:sunflower_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') event.create('tfg:rapeseed', 'tfc:double_crop') @@ -40,9 +43,11 @@ const registerTFGCrops = (event) => { .stages(3) .doubleStages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .deadBlock(dead => { dead.hardness(0.2) dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('tfg:rapeseed_wild', 'tfc:wild_crop') @@ -52,15 +57,17 @@ const registerTFGCrops = (event) => { .food('tfg:rapeseed_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') - // Mars + // Mars Crops event.create('betterend:amber_root', 'tfc:crop') .soundType('crop') .nutrient('phosphorous') .stages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .productItem(product => { product.food(food => { food.hunger(4) @@ -70,6 +77,7 @@ const registerTFGCrops = (event) => { .deadBlock(dead => { dead.hardness(0.2) dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('betterend:amber_root_wild', 'tfc:wild_crop') @@ -79,6 +87,7 @@ const registerTFGCrops = (event) => { .food('betterend:amber_root_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') @@ -87,6 +96,7 @@ const registerTFGCrops = (event) => { .nutrient('potassium') .stages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .productItem(product => { product.food(food => { food.hunger(5) @@ -96,6 +106,7 @@ const registerTFGCrops = (event) => { .deadBlock(dead => { dead.hardness(0.2) dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('betterend:blossom_berry_wild', 'tfc:wild_crop') @@ -105,6 +116,7 @@ const registerTFGCrops = (event) => { .food('betterend:blossom_berry_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') @@ -123,9 +135,11 @@ const registerTFGCrops = (event) => { .nutrient('nitrogen') .stages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .deadBlock(dead => { dead.hardness(0.2) dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') }) .fruitBlock('betterend:cave_pumpkin') .textureAt(0, "betterend:block/cave_pumpkin_stem_0") @@ -141,6 +155,7 @@ const registerTFGCrops = (event) => { .seeds('betterend:cave_pumpkin_seeds') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') @@ -150,15 +165,19 @@ const registerTFGCrops = (event) => { .nutrient('phosphorous') .stages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .productItem(product => { product.food(food => { food.hunger(2) food.saturation(1) + food.effect('minecraft:hunger', 30 * 20, 0, 1) + food.effect('minecraft:weakness', 30 * 20, 0, 1) }) }) .deadBlock(dead => { dead.hardness(0.2) dead.soundType('nether_wart') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('betterend:chorus_mushroom_wild', 'tfc:wild_crop') @@ -169,6 +188,7 @@ const registerTFGCrops = (event) => { .food('betterend:chorus_mushroom_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') @@ -177,15 +197,18 @@ const registerTFGCrops = (event) => { .nutrient('potassium') .stages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .productItem(product => { product.food(food => { food.hunger(5) food.saturation(1) + food.effect('minecraft:poison', 5 * 20, 0, 1) }) }) .deadBlock(dead => { dead.hardness(0.2) dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('betterend:shadow_berry_wild', 'tfc:wild_crop') @@ -195,6 +218,7 @@ const registerTFGCrops = (event) => { .food('betterend:shadow_berry_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') @@ -203,15 +227,19 @@ const registerTFGCrops = (event) => { .nutrient('phosphorous') .stages(3) .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') .productItem(product => { product.food(food => { food.hunger(2) food.saturation(1) + food.effect('tfc:thirst', 60 * 20, 0, 1) + food.effect('minecraft:nausea', 30 * 20, 0, 1) }) }) .deadBlock(dead => { dead.hardness(0.2) dead.soundType('nether_wart') + dead.tagBlock('minecraft:mineable/hoe') }) event.create('betterend:bolux_mushroom_wild', 'tfc:wild_crop') @@ -221,5 +249,37 @@ const registerTFGCrops = (event) => { .food('betterend:bolux_mushroom_product') .hardness(0.2) .tagBoth('tfc:wild_crops') + .tagBlock('minecraft:mineable/hoe') .tagItem('c:hidden_from_recipe_viewers') + + // Mars Saplings + + event.create('tfg:saplings/crimson', 'tfc:sapling') + .features('tfg:mars/tree/crimson') + .translationKey('minecraft.block.crimson_fungus') + .growthDays(6) + + event.create('tfg:saplings/warped', 'tfc:sapling') + .features('tfg:mars/tree/warped') + .translationKey('minecraft.block.warped_fungus') + .growthDays(6) + + event.create('tfg:saplings/alphacene', 'tfc:sapling') + .features('species:alphacene_mushroom') + .translationKey('species.block.alphacene_mushroom') + .growthDays(3) + + event.create('tfg:saplings/strophar', 'tfc:sapling') + .features('tfg:mars/tree/strophar') + .translationKey('ad_astra.block.strophar_mushroom') + .growthDays(7) + + event.create('tfg:saplings/aeronos', 'tfc:sapling') + .features('tfg:mars/tree/aeronos') + .translationKey('ad_astra.block.strophar_mushroom') + .growthDays(9) + + event.create('tfg:saplings/glacian', 'tfc:sapling') + .features('tfg:mars/tree/glacian') + .growthDays(9) } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 7c306fa9a..ae065b09d 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -160,5 +160,8 @@ global.FOOD_FRUIT = [ {name: 'pumpkin_chunks', id: 'tfc:food/pumpkin_chunks', saturation: 1, water: 5, fruit: 0.8, decay: 2.25}, {name: 'melon_slice', id: 'tfc:food/melon_slice', saturation: 0.2, water: 5, fruit: 0.8, decay: 2.25}, {name: 'fig', id: 'firmalife:food/fig', saturation: 1, water: 5, fruit: 0.9, decay: 1}, - {name: 'pineapple', id: 'firmalife:food/pineapple', saturation: 1, water: 1, fruit: 0.8, decay: 4.5} + {name: 'pineapple', id: 'firmalife:food/pineapple', saturation: 1, water: 1, fruit: 0.8, decay: 4.5}, + {name: 'cave_pumpkin', id: 'betterend:cave_pumpkin_chunks', saturation: 1, water: 5, fruit: 0.8, decay: 2.25 }, + {name: 'blossom_berry', id: 'betterend:blossom_berry_product', saturation: 1, water: 7.5, fruit: 1.5, decay: 2 }, + {name: 'shadow_berry', id: 'betterend:shadow_berry_cooked', saturation: 1, water: 5, fruit: 1.5, decay: 2 } ]; diff --git a/kubejs/startup_scripts/tfg/fluids.js b/kubejs/startup_scripts/tfg/fluids.js index d7e7599e6..a961968dc 100644 --- a/kubejs/startup_scripts/tfg/fluids.js +++ b/kubejs/startup_scripts/tfg/fluids.js @@ -32,6 +32,13 @@ const registerTFGFluids = (event) => { .noBlock() //#region Mars + + event.create('tfg:heavy_ammoniacal_water') + .thinTexture(0x08733f) + .bucketColor(0x08733f) + .temperature(236) + .noBlock() + //#endregion //#region Venus @@ -51,4 +58,5 @@ const registerTFGFluids = (event) => { .temperature(1000) .renderType('translucent') //#endregion + } \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/items.food.js b/kubejs/startup_scripts/tfg/items.food.js index c4ceaef7f..58563747a 100644 --- a/kubejs/startup_scripts/tfg/items.food.js +++ b/kubejs/startup_scripts/tfg/items.food.js @@ -74,14 +74,8 @@ function registerTFGFoodItems(event) { .food(food => food.hunger(4).saturation(2)) .tag('tfc:foods/grains') .tag('tfc:foods/usable_in_salad') - - event.create('tfg:food/cooked_moon_rabbit') - .translationKey('item.tfg.food.cooked_moon_rabbit') - .texture('tfg:item/food/cooked_moon_rabbit') - .food(food => food.hunger(4).saturation(8)) - .tag('tfc:foods/meats') - .tag('tfc:foods/cooked_meats') - + + //Moon Rabbit event.create('tfg:food/raw_moon_rabbit') .translationKey('item.tfg.food.raw_moon_rabbit') .texture('tfg:item/food/raw_moon_rabbit') @@ -90,6 +84,158 @@ function registerTFGFoodItems(event) { .tag('tfc:foods/meats') .tag('tfc:foods/raw_meats') + event.create('tfg:food/cooked_moon_rabbit') + .translationKey('item.tfg.food.cooked_moon_rabbit') + .texture('tfg:item/food/cooked_moon_rabbit') + .food(food => food.hunger(4).saturation(8)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Glacian Ram + event.create('tfg:food/raw_glacian_mutton') + .translationKey('item.tfg.food.raw_glacian_mutton') + .texture('tfg:item/food/raw_glacian_mutton') + .food(food => food.hunger(2).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_glacian_mutton') + .translationKey('item.tfg.food.cooked_glacian_mutton') + .texture('tfg:item/food/cooked_glacian_mutton') + .food(food => food.hunger(5).saturation(8)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Sniffer + event.create('tfg:food/raw_sniffer_beef') + .translationKey('item.tfg.food.raw_sniffer_beef') + .texture('tfg:item/food/raw_sniffer_beef') + .food(food => food.hunger(3).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_sniffer_beef') + .translationKey('item.tfg.food.cooked_sniffer_beef') + .texture('tfg:item/food/cooked_sniffer_beef') + .food(food => food.hunger(8).saturation(9)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Wraptor + event.create('tfg:food/raw_wraptor') + .translationKey('item.tfg.food.raw_wraptor') + .texture('tfg:item/food/raw_wraptor') + .food(food => food.hunger(3).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_wraptor') + .translationKey('item.tfg.food.cooked_wraptor') + .texture('tfg:item/food/cooked_wraptor') + .food(food => food.hunger(6).saturation(8)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Springling + event.create('tfg:food/raw_springling_chops') + .translationKey('item.tfg.food.raw_springling_chops') + .texture('tfg:item/food/raw_springling_chops') + .food(food => food.hunger(2).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_springling_chops') + .translationKey('item.tfg.food.cooked_springling_chops') + .texture('tfg:item/food/cooked_springling_chops') + .food(food => food.hunger(4).saturation(4)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Walker + event.create('tfg:food/raw_walker_steak') + .translationKey('item.tfg.food.raw_walker_steak') + .texture('tfg:item/food/raw_walker_steak') + .food(food => food.hunger(3).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_walker_steak') + .translationKey('item.tfg.food.cooked_walker_steak') + .texture('tfg:item/food/cooked_walker_steak') + .food(food => food.hunger(8).saturation(10)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Glider + event.create('tfg:food/raw_glider_wings') + .translationKey('item.tfg.food.raw_glider_wings') + .texture('tfg:item/food/raw_glider_wings') + .food(food => food.hunger(1).saturation(1) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_glider_wings') + .translationKey('item.tfg.food.cooked_glider_wings') + .texture('tfg:item/food/cooked_glider_wings') + .food(food => food.hunger(2).saturation(3)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Soarer + event.create('tfg:food/raw_whole_soarer') + .translationKey('item.tfg.food.raw_whole_soarer') + .texture('tfg:item/food/raw_whole_soarer') + .food(food => food.hunger(2).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_whole_soarer') + .translationKey('item.tfg.food.cooked_whole_soarer') + .texture('tfg:item/food/cooked_whole_soarer') + .food(food => food.hunger(6).saturation(6)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Crusher + event.create('tfg:food/raw_crusher_meat') + .translationKey('item.tfg.food.raw_crusher_meat') + .texture('tfg:item/food/raw_crusher_meat') + .food(food => food.hunger(3).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_crusher_meat') + .translationKey('item.tfg.food.cooked_crusher_meat') + .texture('tfg:item/food/cooked_crusher_meat') + .food(food => food.hunger(5).saturation(6)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + //Goober + event.create('tfg:food/raw_goober_meat') + .translationKey('item.tfg.food.raw_goober_meat') + .texture('tfg:item/food/raw_goober_meat') + .food(food => food.hunger(1).saturation(2) + .effect('minecraft:hunger', 100, 0, 1)) + .tag('tfc:foods/meats') + .tag('tfc:foods/raw_meats') + + event.create('tfg:food/cooked_goober_meat') + .translationKey('item.tfg.food.cooked_goober_meat') + .texture('tfg:item/food/cooked_goober_meat') + .food(food => food.hunger(3).saturation(6)) + .tag('tfc:foods/meats') + .tag('tfc:foods/cooked_meats') + + event.create('tfg:food/ice_soup') .translationKey('item.tfg.food.ice_soup') .texture('tfg:item/food/ice_soup') @@ -97,4 +243,4 @@ function registerTFGFoodItems(event) { ctx.player.give('tfc:ceramic/bowl') })) // intentionally not tagged as food -} \ No newline at end of file +} diff --git a/kubejs/startup_scripts/tfg/items.js b/kubejs/startup_scripts/tfg/items.js index 6049828a5..b314a0370 100644 --- a/kubejs/startup_scripts/tfg/items.js +++ b/kubejs/startup_scripts/tfg/items.js @@ -9,7 +9,6 @@ const registerTFGItems = (event) => { registerTFGDeprecatedItems(event) registerTFGFoodItems(event) - registerTFGNuclearItems(event) // #region Electronics event.create('tfg:unfinished_electron_tube', 'create:sequenced_assembly') @@ -389,4 +388,7 @@ const registerTFGItems = (event) => { event.create('tfg:photo_cell_t1') .translationKey("item.tfg.basic.photovoltaic.cell") .texture('tfg:item/photo_cell_t1') + + //#endregion + } diff --git a/kubejs/startup_scripts/tfg/items.nuclear.js b/kubejs/startup_scripts/tfg/items.nuclear.js deleted file mode 100644 index b7af34d20..000000000 --- a/kubejs/startup_scripts/tfg/items.nuclear.js +++ /dev/null @@ -1,6 +0,0 @@ -// priority: 0 - -function registerTFGNuclearItems(event) { - - -} \ No newline at end of file diff --git a/kubejs/startup_scripts/tfg/materials.js b/kubejs/startup_scripts/tfg/materials.js index 8ecba7247..9f895bc1f 100644 --- a/kubejs/startup_scripts/tfg/materials.js +++ b/kubejs/startup_scripts/tfg/materials.js @@ -173,7 +173,7 @@ const registerTFGMaterials = (event) => { event.create('tfg:solar_coolant_tier2') .gas(new GTFluidBuilder().state(GTFluidState.GAS).temperature(73)) - .formula('(HeÂģ8O11H11)(Ar)(?)') + .formula('(HeÂģ8O11H11)8(Ar)(?)') .color(0xfeff5d) //end region @@ -330,4 +330,70 @@ const registerTFGMaterials = (event) => { .gas(new GTFluidBuilder().state(GTFluidState.GAS).temperature(293)) .color(0x82a6ce) .formula('HI') + + //#endregion + + //# Mars Ore Line + + event.create('lightweight_ostrum_vapor') + .gas(new GTFluidBuilder().state(GTFluidState.GAS).customStill().temperature(760)) + .formula('(?)') + + event.create('ostrum_vapor') + .gas(new GTFluidBuilder().state(GTFluidState.GAS).customStill().temperature(815)) + .formula('(?)') + + event.create('dense_ostrum_vapor') + .gas(new GTFluidBuilder().state(GTFluidState.GAS).customStill().temperature(930)) + .formula('(?)') + + event.create('residual_radioactive_concoction') + .liquid(new GTFluidBuilder().customStill().temperature(450)) + .formula('(?)') + + //#endregion + + // Moon Ore Line + + event.create('regolith_vapor') + .gas(new GTFluidBuilder().state(GTFluidState.GAS).customStill().temperature(727)) + + event.create('tfg:certus_regolith') + .dust() + .flags(GTMaterialFlags.NO_UNIFICATION) + .iconSet(GTMaterialIconSet.CERTUS) + .color('0xc1e6e4') + .secondaryColor('0x7a5225') + + event.create('tfg:goethe_regolith') + .dust() + .flags(GTMaterialFlags.NO_UNIFICATION) + .iconSet(GTMaterialIconSet.METALLIC) + .color('0xb0af5b') + .secondaryColor('0x7a5225') + + event.create('tfg:bright_regolith') + .dust() + .flags(GTMaterialFlags.NO_UNIFICATION) + .iconSet(GTMaterialIconSet.SHINY) + .color('0xf0efe9') + .secondaryColor('0xffffff') + + event.create('tfg:cassiterite_regolith') + .dust() + .flags(GTMaterialFlags.NO_UNIFICATION) + .iconSet(GTMaterialIconSet.METALLIC) + .color('0xbab6b7') + .secondaryColor('0x7a5225') + + // Reactant to Ore line + + event.create('tfg:regolith_mush') + .dust() + .flags(GTMaterialFlags.NO_UNIFICATION) + .iconSet(GTMaterialIconSet.WOOD) + .color('0xa2cde0') + .secondaryColor('0x7a5225') + + } diff --git a/kubejs/startup_scripts/tfg/materials.nuclear.js b/kubejs/startup_scripts/tfg/materials.nuclear.js index 3ca41eee1..2adc6678d 100644 --- a/kubejs/startup_scripts/tfg/materials.nuclear.js +++ b/kubejs/startup_scripts/tfg/materials.nuclear.js @@ -129,14 +129,6 @@ const registerTFGNuclearMaterials = (event) => { //#region Dust - event.create('tfg:mars_stone_dust') - .dust() - .components('2x deuterium', '1x oxygen') - .flags(GTMaterialFlags.DISABLE_DECOMPOSITION) - .color(0xE79B07) - .secondaryColor(0x5A4316) - .iconSet(GTMaterialIconSet.ROUGH) - event.create('tfg:nuclear_residue') .dust() .formula('(?)') diff --git a/kubejs/startup_scripts/wan_ancient_beasts/constants.js b/kubejs/startup_scripts/wan_ancient_beasts/constants.js new file mode 100644 index 000000000..01cc0c9ee --- /dev/null +++ b/kubejs/startup_scripts/wan_ancient_beasts/constants.js @@ -0,0 +1,67 @@ +// priority: 0 +"use strict"; + +global.WAB_DISABLED_BLOCKS =[ + 'wan_ancient_beasts:frozen_straw_block', + 'wan_ancient_beasts:straw_block', + 'wan_ancient_beasts:straw_stairs', + 'wan_ancient_beasts:straw_slab', + 'wan_ancient_beasts:nest', + 'wan_ancient_beasts:suspicious_red_sand', + 'wan_ancient_beasts:suspicious_ice' +] + + +global.WAB_DISABLED_ITEMS = [ + + 'wan_ancient_beasts:frozen_straw_block', + 'wan_ancient_beasts:straw_block', + 'wan_ancient_beasts:straw_stairs', + 'wan_ancient_beasts:straw_slab', + 'wan_ancient_beasts:nest', + 'wan_ancient_beasts:suspicious_red_sand', + 'wan_ancient_beasts:suspicious_ice', + 'wan_ancient_beasts:chisel', + //'wan_ancient_beasts:eater_tooth', + 'wan_ancient_beasts:ancient_club', + //'wan_ancient_beasts:crusher_spike', + 'wan_ancient_beasts:ancient_upgrade_smithing_template', + 'wan_ancient_beasts:reinforced_shield', + //'wan_ancient_beasts:glider_feather', + 'wan_ancient_beasts:hang_glider', + //'wan_ancient_beasts:surfer_armor', + 'wan_ancient_beasts:eater_egg', + 'wan_ancient_beasts:walker_egg', + 'wan_ancient_beasts:crusher_egg', + 'wan_ancient_beasts:glider_egg', + 'wan_ancient_beasts:soarer_egg', + 'wan_ancient_beasts:surfer_egg', + 'wan_ancient_beasts:frozen_ancient_meat', + 'wan_ancient_beasts:raw_ancient_meat', + 'wan_ancient_beasts:cooked_ancient_meat', + //'wan_ancient_beasts:sniff_armor_trim_smithing_template', + //'wan_ancient_beasts:spike_armor_trim_smithing_template', + 'wan_ancient_beasts:jaw_pottery_sherd', + 'wan_ancient_beasts:spike_pottery_sherd', + 'wan_ancient_beasts:stroll_pottery_sherd', + 'wan_ancient_beasts:beak_pottery_sherd', + 'wan_ancient_beasts:fall_pottery_sherd', + 'wan_ancient_beasts:fossil_pottery_sherd', + 'wan_ancient_beasts:tide_pottery_sherd', + 'wan_ancient_beasts:white_hang_glider', + 'wan_ancient_beasts:light_gray_hang_glider', + 'wan_ancient_beasts:gray_hang_glider', + 'wan_ancient_beasts:black_hang_glider', + 'wan_ancient_beasts:brown_hang_glider', + 'wan_ancient_beasts:red_hang_glider', + 'wan_ancient_beasts:orange_hang_glider', + 'wan_ancient_beasts:yellow_hang_glider', + 'wan_ancient_beasts:lime_hang_glider', + 'wan_ancient_beasts:green_hang_glider', + 'wan_ancient_beasts:light_blue_hang_glider', + 'wan_ancient_beasts:cyan_hang_glider', + 'wan_ancient_beasts:blue_hang_glider', + 'wan_ancient_beasts:purple_hang_glider', + 'wan_ancient_beasts:magenta_hang_glider', + 'wan_ancient_beasts:pink_hang_glider' +] \ No newline at end of file diff --git a/pakku-lock.json b/pakku-lock.json index 5dcea02a4..b8829535e 100644 --- a/pakku-lock.json +++ b/pakku-lock.json @@ -4,7 +4,7 @@ "1.20.1" ], "loaders": { - "forge": "47.4.2" + "forge": "47.4.6" }, "projects": [ { @@ -330,88 +330,6 @@ } ] }, - { - "pakku_id": "FUkrlSRxJw3vXHSa", - "pakku_links": [ - "tnanmdYAjMuu9igL", - "KXDQAyIcviU2Sjy6", - "6GwMQIiEZI9QEBDy", - "Grz0T2HLTDSCXa81", - "7KKvgCCVN5ojt885" - ], - "type": "MOD", - "side": "SERVER", - "slug": { - "curseforge": "adaptive-performance-tweaks", - "modrinth": "adaptive-performance-tweaks" - }, - "name": { - "curseforge": "Adaptive Performance Tweaks (Bundle)", - "modrinth": "Adaptive Performance Tweaks (Bundle)" - }, - "id": { - "curseforge": "450269", - "modrinth": "kLawTYXp" - }, - "files": [ - { - "type": "curseforge", - "file_name": "adaptive_performance_tweaks_1.20.1-11.3.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5815/115/adaptive_performance_tweaks_1.20.1-11.3.0.jar", - "id": "5815115", - "parent_id": "450269", - "hashes": { - "sha1": "94ab2b5d35927a7f49f084d5f6e49536595265f2", - "md5": "aa1fdeef9d4904cdbd829f383ce6d5b1" - }, - "required_dependencies": [ - "563963", - "561439", - "561137", - "573708", - "561087" - ], - "size": 51871, - "date_published": "2024-10-15T20:03:16.933Z" - }, - { - "type": "modrinth", - "file_name": "adaptive_performance_tweaks_1.20.1-11.3.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/kLawTYXp/versions/ePPNLu7Z/adaptive_performance_tweaks_1.20.1-11.3.0.jar", - "id": "ePPNLu7Z", - "parent_id": "kLawTYXp", - "hashes": { - "sha512": "6e785769d0cebda631f94cc7ab3306f8d233850ddf2d62ebe8d6997c2b53267f29576b5090b7126ab585b1f3b60ed544f6a54d039209bb2f53fdb0be9733beb1", - "sha1": "f868ec75ef3266af8cfa3ae6fb0048cef35bc23f" - }, - "required_dependencies": [ - "Rd89yO7d", - "jr5nzfKv", - "217PsbJI", - "L5xaBiBb", - "z3TjJLQ0" - ], - "size": 51871, - "date_published": "2024-10-15T20:02:30.798649Z" - } - ] - }, { "pakku_id": "7KKvgCCVN5ojt885", "type": "MOD", @@ -685,76 +603,6 @@ } ] }, - { - "pakku_id": "Grz0T2HLTDSCXa81", - "pakku_links": [ - "7KKvgCCVN5ojt885" - ], - "type": "MOD", - "side": "SERVER", - "slug": { - "curseforge": "adaptive-performance-tweaks-spawn", - "modrinth": "adaptive-performance-tweaks-spawn" - }, - "name": { - "curseforge": "Adaptive Performance Tweaks: Spawn", - "modrinth": "Adaptive Performance Tweaks: Spawn" - }, - "id": { - "curseforge": "573708", - "modrinth": "217PsbJI" - }, - "files": [ - { - "type": "curseforge", - "file_name": "adaptive_performance_tweaks_spawn_1.20.1-11.3.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5815/121/adaptive_performance_tweaks_spawn_1.20.1-11.3.0.jar", - "id": "5815121", - "parent_id": "573708", - "hashes": { - "sha1": "a933f6adb6e7b614eeff180acb20a64b5777ef41", - "md5": "aeab7fbc8d6309ff43b197e3c407c104" - }, - "required_dependencies": [ - "561087" - ], - "size": 143593, - "date_published": "2024-10-15T20:03:31.823Z" - }, - { - "type": "modrinth", - "file_name": "adaptive_performance_tweaks_spawn_1.20.1-11.3.0.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/217PsbJI/versions/suOxhIlo/adaptive_performance_tweaks_spawn_1.20.1-11.3.0.jar", - "id": "suOxhIlo", - "parent_id": "217PsbJI", - "hashes": { - "sha512": "dd9a2e508db6ac0f22636fd974ccf2f2e1e7de4e2740704364bb3a086ae8d933b97b6fb0306f49f89cdd5bdcbfa78202e10ef935c307a869ed8d2561da3a04fb", - "sha1": "d3f2cc11a1d37042d4c94c199f08d2e0edfa18ed" - }, - "required_dependencies": [ - "L5xaBiBb" - ], - "size": 143593, - "date_published": "2024-10-15T20:03:03.303293Z" - } - ] - }, { "pakku_id": "O7PVs47VlRBYKE7b", "type": "MOD", @@ -901,7 +749,7 @@ "files": [ { "type": "curseforge", - "file_name": "alltheleaks-0.1.4-beta+1.20.1-forge.jar", + "file_name": "alltheleaks-1.0.1+1.20.1-forge.jar", "mc_versions": [ "1.20.1" ], @@ -909,16 +757,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6482/449/alltheleaks-0.1.4-beta+1.20.1-forge.jar", - "id": "6482449", + "url": "https://edge.forgecdn.net/files/6916/160/alltheleaks-1.0.1+1.20.1-forge.jar", + "id": "6916160", "parent_id": "1091339", "hashes": { - "sha1": "31064c1cebcc90d9e914f1e17a5530385e14544d", - "md5": "bc2454a8103dbf517bb3145f4528bc25" + "sha1": "13dda9865bb6ecff4f9cbea148f71215172ebe73", + "md5": "3f02888ca792a2daae94d68ba71edb18" }, "required_dependencies": [], - "size": 523888, - "date_published": "2025-05-01T04:32:00.873Z" + "size": 1134589, + "date_published": "2025-08-22T19:39:22.777Z" } ] }, @@ -1336,6 +1184,76 @@ } ] }, + { + "pakku_id": "RrbGnesL6XuNDCb1", + "pakku_links": [ + "x1EwQZ6H2kVKR3U3" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "armor-stand-shift-swap", + "modrinth": "armor-stand-shift-swap" + }, + "name": { + "curseforge": "Armor Stand Shift Swap", + "modrinth": "Armor Stand Shift Swap" + }, + "id": { + "curseforge": "905132", + "modrinth": "vFDTNKLA" + }, + "files": [ + { + "type": "curseforge", + "file_name": "armorstandshiftswap-forge-1.20.1-1.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5877/380/armorstandshiftswap-forge-1.20.1-1.0.0.jar", + "id": "5877380", + "parent_id": "905132", + "hashes": { + "sha1": "4dc1875a4f6ca118f17a86531d314e095f7c2f1f", + "md5": "30648633cdc4a0fc652d951c5299bf6d" + }, + "required_dependencies": [ + "419699" + ], + "size": 83802, + "date_published": "2024-11-05T15:01:52.897Z" + }, + { + "type": "modrinth", + "file_name": "armorstandshiftswap-forge-1.20.1-1.0.0.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/vFDTNKLA/versions/o416kPwV/armorstandshiftswap-forge-1.20.1-1.0.0.jar", + "id": "o416kPwV", + "parent_id": "vFDTNKLA", + "hashes": { + "sha512": "9be8e668569ce2b070fcb36d4dea4c34a2a50fbff2dadcd38cf2a9b75b3f598d9ad156380a9d74d87c67736dde3a04382271174a5ff57ed02c6da1785f3298d1", + "sha1": "4dc1875a4f6ca118f17a86531d314e095f7c2f1f" + }, + "required_dependencies": [ + "lhGA9TYQ" + ], + "size": 83802, + "date_published": "2024-11-05T15:34:55.705362Z" + } + ] + }, { "pakku_id": "Wg44U8f1K4nbIsj1", "pakku_links": [ @@ -1537,7 +1455,7 @@ ] }, { - "pakku_id": "i6VxVERP0ZuJlfnt", + "pakku_id": "tcGlxrXYONei6sfG", "type": "MOD", "side": "SERVER", "slug": { @@ -1555,27 +1473,24 @@ "files": [ { "type": "curseforge", - "file_name": "baguettelib-1.20.1-Forge-1.0.0.jar", + "file_name": "baguettelib-1.20.1-Forge-1.1.0.jar", "mc_versions": [ - "1.20.2", - "1.20.3", - "1.20.1", - "1.20.4" + "1.20.1" ], "loaders": [ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6523/425/baguettelib-1.20.1-Forge-1.0.0.jar", - "id": "6523425", + "url": "https://edge.forgecdn.net/files/6909/482/baguettelib-1.20.1-Forge-1.1.0.jar", + "id": "6909482", "parent_id": "1264423", "hashes": { - "sha1": "bb17d8ed796efce38eb8fcc72ec477f3373e6c9f", - "md5": "f27a8d6a333579d93a9881100d559b56" + "sha1": "140ea51f71e5f316e473354cdeeb0dbba5422632", + "md5": "74448bf96f648170cc03ab7bee6a6e3d" }, "required_dependencies": [], - "size": 26550, - "date_published": "2025-05-12T19:47:40.637Z" + "size": 30314, + "date_published": "2025-08-20T23:30:04.997Z" }, { "type": "modrinth", @@ -1757,33 +1672,9 @@ "modrinth": "6VieRZiz" }, "files": [ - { - "type": "curseforge", - "file_name": "beneath-1.20.1-1.0.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6180/230/beneath-1.20.1-1.0.4.jar", - "id": "6180230", - "parent_id": "1113980", - "hashes": { - "sha1": "68fb9b544f582c45f7dc3402b2ae2f084d347a8b", - "md5": "a8b0315801867b2bc4762e14d3a1c0c7" - }, - "required_dependencies": [ - "302973" - ], - "size": 1500598, - "date_published": "2025-02-11T01:11:10.830Z" - }, { "type": "modrinth", - "file_name": "beneath-1.20.1-1.0.4.jar", + "file_name": "beneath-1.20.1-1.0.5.jar", "mc_versions": [ "1.20.1" ], @@ -1792,18 +1683,42 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/6VieRZiz/versions/BPS3Bb2s/beneath-1.20.1-1.0.4.jar", - "id": "BPS3Bb2s", + "url": "https://cdn.modrinth.com/data/6VieRZiz/versions/d0xgZnLe/beneath-1.20.1-1.0.5.jar", + "id": "d0xgZnLe", "parent_id": "6VieRZiz", "hashes": { - "sha512": "0e2ad7be3e389cb608fbe15c322de849ea05ebe890d8a015ff3e5dc9899cda90b1d1d73da25b57196ac0f0716ad9f6001aae8fe28f6851b1a1133c62267f8e45", - "sha1": "68fb9b544f582c45f7dc3402b2ae2f084d347a8b" + "sha512": "0eec3b25e7aebb8df74804d70a054c96e529f3d4cd437173219f891badef05d98996adcae387e6808e6489e18253aa73e6bd1193cfb9dcaf7ac26c92819e6bc8", + "sha1": "12edd937a9070a71e50dcb53fd757b30d115bc2a" }, "required_dependencies": [ "JaCEZUhg" ], - "size": 1500598, - "date_published": "2025-02-11T01:11:12.901644Z" + "size": 1500972, + "date_published": "2025-08-19T22:18:43.907020Z" + }, + { + "type": "curseforge", + "file_name": "beneath-1.20.1-1.0.5.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6905/461/beneath-1.20.1-1.0.5.jar", + "id": "6905461", + "parent_id": "1113980", + "hashes": { + "sha1": "12edd937a9070a71e50dcb53fd757b30d115bc2a", + "md5": "aeda5af6cf8575a816f7c4ea1630ca97" + }, + "required_dependencies": [ + "302973" + ], + "size": 1500972, + "date_published": "2025-08-19T22:18:40.447Z" } ] }, @@ -3288,7 +3203,8 @@ { "pakku_id": "tIc0aOMFiuJNztfY", "pakku_links": [ - "0DMPJ1AWW6qfYubI" + "0DMPJ1AWW6qfYubI", + "tcGlxrXYONei6sfG" ], "type": "MOD", "side": "SERVER", @@ -3305,37 +3221,9 @@ "modrinth": "pJGcKPh1" }, "files": [ - { - "type": "curseforge", - "file_name": "corpsecurioscompat-1.20.x-Forge-3.0.2.jar", - "mc_versions": [ - "1.20.2", - "1.20.3", - "1.20.1", - "1.20.4" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6616/671/corpsecurioscompat-1.20.x-Forge-3.0.2.jar", - "id": "6616671", - "parent_id": "1138130", - "hashes": { - "sha1": "946d6cc5055eac39900ff252cd2eb72caf95e4ac", - "md5": "f760be75a5b1c4c22c9327e72cd08a2c" - }, - "required_dependencies": [ - "309927", - "1264423", - "316582" - ], - "size": 12495, - "date_published": "2025-06-05T08:45:11.493Z" - }, { "type": "modrinth", - "file_name": "corpsecurioscompat-1.20.x-Forge-3.0.2.jar", + "file_name": "corpsecurioscompat-1.20.1-Forge-3.1.2.jar", "mc_versions": [ "1.20.1", "1.20.2", @@ -3346,18 +3234,44 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/pJGcKPh1/versions/WlXDIt4w/corpsecurioscompat-1.20.x-Forge-3.0.2.jar", - "id": "WlXDIt4w", + "url": "https://cdn.modrinth.com/data/pJGcKPh1/versions/oOV3E7PA/corpsecurioscompat-1.20.1-Forge-3.1.2.jar", + "id": "oOV3E7PA", "parent_id": "pJGcKPh1", "hashes": { - "sha512": "fd41651ff891977acfb2b74ea1738c3259435fdc38f887c8ec7073979faebda27adcd3d65cbb9b3fc98a17edd8df05800b5277ff3687ca0c72e2e4bb71f3be6e", - "sha1": "946d6cc5055eac39900ff252cd2eb72caf95e4ac" + "sha512": "f3a5ad7993bab522decefed9421002a130c5dae652e7e2b3c38a9afcf6dc14569ed00fd140a91fffb5e6baacde3eecb7ed0d0cc1222583a6d066be53c3dc726d", + "sha1": "6bffb8fd1ce4b0c7e504dc67271a05848f7d33a9" }, "required_dependencies": [ - "OfKzpbRU" + "WrpuIfhw", + "OfKzpbRU", + "vvuO3ImH" ], - "size": 12495, - "date_published": "2025-07-11T09:30:13.847826Z" + "size": 24680, + "date_published": "2025-08-19T16:40:42.144982Z" + }, + { + "type": "curseforge", + "file_name": "corpsecurioscompat-1.20.1-Forge-3.1.2.jar", + "mc_versions": [ + "1.20.2", + "1.20.3", + "1.20.1", + "1.20.4" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6898/69/corpsecurioscompat-1.20.1-Forge-3.1.2.jar", + "id": "6898069", + "parent_id": "1138130", + "hashes": { + "sha1": "6bffb8fd1ce4b0c7e504dc67271a05848f7d33a9", + "md5": "5e0ed6620f6576535e429ffe278442ef" + }, + "required_dependencies": [], + "size": 24680, + "date_published": "2025-08-17T21:25:40.290Z" } ] }, @@ -3699,27 +3613,6 @@ "modrinth": "kU1G12Nn" }, "files": [ - { - "type": "curseforge", - "file_name": "createaddition-1.20.1-1.3.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6306/951/createaddition-1.20.1-1.3.1.jar", - "id": "6306951", - "parent_id": "439890", - "hashes": { - "sha1": "0c408317b7c3bc3c7f7d5f6dbbb3ee106fa5f4fc", - "md5": "0abfc0f6db9558cba6eaee44266a4447" - }, - "required_dependencies": [], - "size": 1547196, - "date_published": "2025-03-15T13:17:38.737Z" - }, { "type": "modrinth", "file_name": "createaddition-1.20.1-1.3.1.jar", @@ -3742,6 +3635,29 @@ ], "size": 1547196, "date_published": "2025-03-22T16:14:26.357192Z" + }, + { + "type": "curseforge", + "file_name": "createaddition-1.20.1-1.3.2.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6901/922/createaddition-1.20.1-1.3.2.jar", + "id": "6901922", + "parent_id": "439890", + "hashes": { + "sha1": "41ea564e270effea8bad04b937fb30d2a3bb5053", + "md5": "0a70304b24fed06ef44470b613cdb251" + }, + "required_dependencies": [ + "328085" + ], + "size": 1583476, + "date_published": "2025-08-18T21:47:44.397Z" } ] }, @@ -4022,7 +3938,7 @@ "files": [ { "type": "modrinth", - "file_name": "create_hypertube-0.2.4-FORGE.jar", + "file_name": "create_hypertube-0.2.5-FORGE.jar", "mc_versions": [ "1.20.1", "1.20.2", @@ -4036,22 +3952,22 @@ "neoforge" ], "release_type": "beta", - "url": "https://cdn.modrinth.com/data/ATDdrG1y/versions/zRjvJvQr/create_hypertube-0.2.4-FORGE.jar", - "id": "zRjvJvQr", + "url": "https://cdn.modrinth.com/data/ATDdrG1y/versions/oT3tlxGs/create_hypertube-0.2.5-FORGE.jar", + "id": "oT3tlxGs", "parent_id": "ATDdrG1y", "hashes": { - "sha512": "debb83aa50948e4eca156017b3d2829c4d398e269800c651a0780c8150be1bbcd06dbf2fc2bfc58f869e2c981b5d1e8613d183687a6b6b07bd19fe326b3e08e6", - "sha1": "50e52ef50bd0b2e559d3fc52ffa7aa2ded94326c" + "sha512": "ffd47f1726bec14456a5a322e104bde942b64ea9a123d8fb3563453a7f762c580aa1732ea0917ad75714cae3fde70e16e9f38fd9952873abf205eab2dfd384ab", + "sha1": "d46bd8d5ae6ac25da9974062b0796172f698bfec" }, "required_dependencies": [ "LNytGWDc" ], - "size": 310191, - "date_published": "2025-07-23T12:37:18.369082Z" + "size": 346735, + "date_published": "2025-08-12T12:11:17.628568Z" }, { "type": "curseforge", - "file_name": "create_hypertube-0.2.4-FORGE.jar", + "file_name": "create_hypertube-0.2.5-FORGE.jar", "mc_versions": [ "1.20.1" ], @@ -4060,18 +3976,18 @@ "forge" ], "release_type": "beta", - "url": "https://edge.forgecdn.net/files/6802/739/create_hypertube-0.2.4-FORGE.jar", - "id": "6802739", + "url": "https://edge.forgecdn.net/files/6878/308/create_hypertube-0.2.5-FORGE.jar", + "id": "6878308", "parent_id": "1281336", "hashes": { - "sha1": "50e52ef50bd0b2e559d3fc52ffa7aa2ded94326c", - "md5": "916f77844a0ab19a73a1e3d56f9467d7" + "sha1": "d46bd8d5ae6ac25da9974062b0796172f698bfec", + "md5": "03784416aec9ac6193244a1b422179a7" }, "required_dependencies": [ "328085" ], - "size": 310191, - "date_published": "2025-07-23T12:33:14.783Z" + "size": 346735, + "date_published": "2025-08-12T12:05:31.173Z" } ] }, @@ -4222,30 +4138,9 @@ "modrinth": "Rw1NrDzF" }, "files": [ - { - "type": "curseforge", - "file_name": "Cucumber-1.20.1-7.0.14.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6680/445/Cucumber-1.20.1-7.0.14.jar", - "id": "6680445", - "parent_id": "272335", - "hashes": { - "sha1": "1d1f273c170dc4a2b5ff74216391838f453e536f", - "md5": "b653feea3bbf291bda7b7f2ef247758a" - }, - "required_dependencies": [], - "size": 269589, - "date_published": "2025-06-21T21:06:53.023Z" - }, { "type": "modrinth", - "file_name": "Cucumber-1.20.1-7.0.14.jar", + "file_name": "Cucumber-1.20.1-7.0.15.jar", "mc_versions": [ "1.20.1" ], @@ -4253,16 +4148,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/Rw1NrDzF/versions/HlbDwsPk/Cucumber-1.20.1-7.0.14.jar", - "id": "HlbDwsPk", + "url": "https://cdn.modrinth.com/data/Rw1NrDzF/versions/tHDveaxK/Cucumber-1.20.1-7.0.15.jar", + "id": "tHDveaxK", "parent_id": "Rw1NrDzF", "hashes": { - "sha512": "8b86f68b07eed47b989eefcf38f2ac8f0589b976c8ddc7b8ef00e25738e0fe1754f9d2cb0f2f287049e5da548380b95fab6f9631a55b323bcc419719d0e716ad", - "sha1": "1d1f273c170dc4a2b5ff74216391838f453e536f" + "sha512": "9ee45676c1acf8979835610e3f06163a7c69c1fcef872246f118e5dc5c387c9457736c50c7bad63e8319f4e5b75a58e731f49eeb8bfced9c92d1583b43a9afe2", + "sha1": "f376bdf46bce7d9d8cf275b05899e1abaed98c3b" }, "required_dependencies": [], - "size": 269589, - "date_published": "2025-06-21T21:06:55.448902Z" + "size": 269566, + "date_published": "2025-08-12T22:57:16.961925Z" + }, + { + "type": "curseforge", + "file_name": "Cucumber-1.20.1-7.0.15.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6880/321/Cucumber-1.20.1-7.0.15.jar", + "id": "6880321", + "parent_id": "272335", + "hashes": { + "sha1": "f376bdf46bce7d9d8cf275b05899e1abaed98c3b", + "md5": "84949e197a71b5f20a99532bd082cea6" + }, + "required_dependencies": [], + "size": 269566, + "date_published": "2025-08-12T22:57:15.407Z" } ] }, @@ -4807,69 +4723,6 @@ } ] }, - { - "pakku_id": "gYHPAspVHiwlSSXI", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "embeddium", - "modrinth": "embeddium" - }, - "name": { - "curseforge": "Embeddium", - "modrinth": "Embeddium" - }, - "id": { - "curseforge": "908741", - "modrinth": "sk9rgfiA" - }, - "files": [ - { - "type": "curseforge", - "file_name": "embeddium-0.3.31+mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/5681/725/embeddium-0.3.31+mc1.20.1.jar", - "id": "5681725", - "parent_id": "908741", - "hashes": { - "sha1": "bb2fa8f3e493af16af9160d049f96c614a1faf2f", - "md5": "1dfb2ee49ce9ad5d484ff3eea0d628b7" - }, - "required_dependencies": [], - "size": 1320675, - "date_published": "2024-08-31T23:11:49.240Z" - }, - { - "type": "modrinth", - "file_name": "embeddium-0.3.31+mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge", - "neoforge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/sk9rgfiA/versions/UTbfe5d1/embeddium-0.3.31+mc1.20.1.jar", - "id": "UTbfe5d1", - "parent_id": "sk9rgfiA", - "hashes": { - "sha512": "ffbf2da4685260a4d5c14c621708bd20722563f084f042d3dfb0a7b87f048e39299648c854a93939129da0d23a15a91ec628560d601e76074b08e275f6e132e9", - "sha1": "bb2fa8f3e493af16af9160d049f96c614a1faf2f" - }, - "required_dependencies": [], - "size": 1320675, - "date_published": "2024-08-31T23:11:49.184634Z" - } - ] - }, { "pakku_id": "mEP7yMd938gKqjfz", "pakku_links": [ @@ -5161,7 +5014,7 @@ "files": [ { "type": "modrinth", - "file_name": "everycomp-1.20-2.8.15-forge.jar", + "file_name": "everycomp-1.20-2.9.1-forge.jar", "mc_versions": [ "1.20.1" ], @@ -5169,22 +5022,22 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/eiktJyw1/versions/oIyvoBy6/everycomp-1.20-2.8.15-forge.jar", - "id": "oIyvoBy6", + "url": "https://cdn.modrinth.com/data/eiktJyw1/versions/ZmTNauR4/everycomp-1.20-2.9.1-forge.jar", + "id": "ZmTNauR4", "parent_id": "eiktJyw1", "hashes": { - "sha512": "4461a1c2e767e5aa40baeb9e356289ffd7daf2100c3b7470ebbeb6d11ba979674f84234fb8d1446a2afac210bac188471404ff7da037a765f5073caebf46833b", - "sha1": "cedfb61a5ec202de8aacef40b1abab49d9936066" + "sha512": "861479f930de09109a285ad3ddbfe54764510fa4228ba95d13e200d467b580c3a5e67d7b88ee453db7b4796f3f26a333934aae3610d0e8624a7fb5c357bfff5f", + "sha1": "88eabf9f0c614cc097b1b39b5a970b5e7835274b" }, "required_dependencies": [ "twkfQtEc" ], - "size": 2777935, - "date_published": "2025-07-30T05:01:45.107707Z" + "size": 2808536, + "date_published": "2025-08-24T04:23:13.159167Z" }, { "type": "curseforge", - "file_name": "everycomp-1.20-2.8.15-forge.jar", + "file_name": "everycomp-1.20-2.9.1-forge.jar", "mc_versions": [ "1.20.1" ], @@ -5192,18 +5045,18 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6827/718/everycomp-1.20-2.8.15-forge.jar", - "id": "6827718", + "url": "https://edge.forgecdn.net/files/6921/386/everycomp-1.20-2.9.1-forge.jar", + "id": "6921386", "parent_id": "628539", "hashes": { - "sha1": "cedfb61a5ec202de8aacef40b1abab49d9936066", - "md5": "12560df2919a149c357b741a257cf64a" + "sha1": "88eabf9f0c614cc097b1b39b5a970b5e7835274b", + "md5": "3685dc96dc9eec27c20d73fb19240108" }, "required_dependencies": [ "499980" ], - "size": 2777935, - "date_published": "2025-07-30T05:01:30.480Z" + "size": 2808536, + "date_published": "2025-08-24T04:22:59.213Z" } ] }, @@ -5801,7 +5654,7 @@ "files": [ { "type": "modrinth", - "file_name": "fancymenu_forge_3.6.4_MC_1.20.1.jar", + "file_name": "fancymenu_forge_3.7.0_MC_1.20.1.jar", "mc_versions": [ "1.20.1" ], @@ -5809,19 +5662,19 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/uWOORZzp/fancymenu_forge_3.6.4_MC_1.20.1.jar", - "id": "uWOORZzp", + "url": "https://cdn.modrinth.com/data/Wq5SjeWM/versions/MbyfTTsz/fancymenu_forge_3.7.0_MC_1.20.1.jar", + "id": "MbyfTTsz", "parent_id": "Wq5SjeWM", "hashes": { - "sha512": "a63c8caeb1b39d2161c6836e1fb7b4ec0d4faa37230039fcb6bef6c6a3b4ccdf736d2f8140c867e7f70b64012aabb7817fabfa0c6222a2547b512a5a58ef18f9", - "sha1": "da528b28187269d2c44c8192e89c701187953d1e" + "sha512": "00579685f38e30eaeaf2ab01c23ea72b53ef03245e46be35297e0955383e070a92983ec5ca2043592fcf34213d3cf9ae8e82165187da7d3b32d84b65c9d054fa", + "sha1": "f33a40f7d33585e781d90d00d156178e369ae8ed" }, "required_dependencies": [ "CVT4pFB2", "J81TRJWm" ], - "size": 3573433, - "date_published": "2025-07-18T21:12:19.752104Z" + "size": 3628603, + "date_published": "2025-08-23T14:53:05.096476Z" }, { "type": "curseforge", @@ -6346,75 +6199,6 @@ } ] }, - { - "pakku_id": "c6bD4qYaWC0uDzgX", - "pakku_links": [ - "rZMUz1QjgqD53x3s" - ], - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "first-person-model", - "modrinth": "first-person-model" - }, - "name": { - "curseforge": "First-person Model (Forge/Fabric)", - "modrinth": "First-person Model" - }, - "id": { - "curseforge": "333287", - "modrinth": "H5XMjpHi" - }, - "redistributable": false, - "files": [ - { - "type": "curseforge", - "file_name": "firstperson-forge-2.5.0-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6733/387/firstperson-forge-2.5.0-mc1.20.1.jar", - "id": "6733387", - "parent_id": "333287", - "hashes": { - "sha1": "58280ce1c376420ee138d99c5a7c8c5f5de315c3", - "md5": "bd5b3e7464a42660131d5934f7c24aac" - }, - "required_dependencies": [ - "433760" - ], - "size": 519546, - "date_published": "2025-07-05T14:28:10.673Z" - }, - { - "type": "modrinth", - "file_name": "firstperson-forge-2.5.0-mc1.20.1.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/H5XMjpHi/versions/ub6wk879/firstperson-forge-2.5.0-mc1.20.1.jar", - "id": "ub6wk879", - "parent_id": "H5XMjpHi", - "hashes": { - "sha512": "57f421f4d9ec969218372029798bc0e83aa661fce95744f5608dd03718e5a88a217fc36b7a71a7ab79b21a531a28a1c549e364241d103857afd932eaa0ce1002", - "sha1": "58280ce1c376420ee138d99c5a7c8c5f5de315c3" - }, - "required_dependencies": [ - "MPCX6s5C" - ], - "size": 519546, - "date_published": "2025-07-05T14:28:11.556615Z" - } - ] - }, { "pakku_id": "BHSq7VGlM9Gejcqi", "type": "MOD", @@ -6933,7 +6717,7 @@ "files": [ { "type": "modrinth", - "file_name": "greate-0.0.50.jar", + "file_name": "greate-0.0.51.jar", "mc_versions": [ "1.20.1" ], @@ -6942,23 +6726,23 @@ "neoforge" ], "release_type": "alpha", - "url": "https://cdn.modrinth.com/data/8wDcQuht/versions/WqPWraSr/greate-0.0.50.jar", - "id": "WqPWraSr", + "url": "https://cdn.modrinth.com/data/8wDcQuht/versions/uOZLaa3T/greate-0.0.51.jar", + "id": "uOZLaa3T", "parent_id": "8wDcQuht", "hashes": { - "sha512": "57ffbe121c93eb64b95ce66294c3a87e7df37a12c72d9496105690241479273dacc3efe3ee28fd825542156cd5226301021fab2fcdf4a28675cfafb77f4365ce", - "sha1": "c3fbad31a098c0e589260e2714724ec456de3f64" + "sha512": "d333c40a6e2433c6fc46b75979881c6b1f5ad33984968c57eef16cb9357cec35e056d63fc1fc2cfb9878498e8d8861ae0571dc733267dd99395026c2ec61b339", + "sha1": "663d459fae5b64775c79e361f8c34642c6202448" }, "required_dependencies": [ "LNytGWDc", "7tG215v7" ], - "size": 1500510, - "date_published": "2025-08-07T22:26:24.676945Z" + "size": 1500474, + "date_published": "2025-08-16T17:23:29.632692Z" }, { "type": "curseforge", - "file_name": "greate-0.0.50.jar", + "file_name": "greate-0.0.51.jar", "mc_versions": [ "1.20.1" ], @@ -6967,19 +6751,19 @@ "forge" ], "release_type": "alpha", - "url": "https://edge.forgecdn.net/files/6861/250/greate-0.0.50.jar", - "id": "6861250", + "url": "https://edge.forgecdn.net/files/6893/614/greate-0.0.51.jar", + "id": "6893614", "parent_id": "901996", "hashes": { - "sha1": "c3fbad31a098c0e589260e2714724ec456de3f64", - "md5": "99d378e8b1082de0378f283345cb1799" + "sha1": "663d459fae5b64775c79e361f8c34642c6202448", + "md5": "e6c1297fb76c8ada273142b1685e3253" }, "required_dependencies": [ "890405", "328085" ], - "size": 1500510, - "date_published": "2025-08-07T22:26:22.413Z" + "size": 1500474, + "date_published": "2025-08-16T17:23:28.067Z" } ] }, @@ -8636,9 +8420,31 @@ "modrinth": "EltpO5cN" }, "files": [ + { + "type": "modrinth", + "file_name": "lootr-forge-1.20-0.7.35.92.jar", + "mc_versions": [ + "1.20", + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/EltpO5cN/versions/9viyYois/lootr-forge-1.20-0.7.35.92.jar", + "id": "9viyYois", + "parent_id": "EltpO5cN", + "hashes": { + "sha512": "903ae0ba7077c86719399c32b4dba5726ce78c19f5eed8bb21acdbe1350cd3572fa2f1278a6b04d352b45ea12284bc97c24e77eab97500a44c0835e92288a0a2", + "sha1": "6e0c4289f06552c89bfe63b6d43a0609fecd6935" + }, + "required_dependencies": [], + "size": 458609, + "date_published": "2025-08-22T02:15:11.750259Z" + }, { "type": "curseforge", - "file_name": "lootr-forge-1.20-0.7.35.91.jar", + "file_name": "lootr-forge-1.20-0.7.35.92.jar", "mc_versions": [ "1.20.1", "1.20" @@ -8647,40 +8453,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6330/326/lootr-forge-1.20-0.7.35.91.jar", - "id": "6330326", + "url": "https://edge.forgecdn.net/files/6913/496/lootr-forge-1.20-0.7.35.92.jar", + "id": "6913496", "parent_id": "361276", "hashes": { - "sha1": "4175b32e3bc25b05c45cc84f70b585279a871d3c", - "md5": "512ee49d21782875b33513fb074eb098" + "sha1": "6e0c4289f06552c89bfe63b6d43a0609fecd6935", + "md5": "46f8cc588def48fc8971cdaae64b40ac" }, "required_dependencies": [], - "size": 458532, - "date_published": "2025-03-22T03:44:13.050Z" - }, - { - "type": "modrinth", - "file_name": "lootr-forge-1.20-0.7.35.91.jar", - "mc_versions": [ - "1.19.3", - "1.19.4", - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/EltpO5cN/versions/HmhkyU8X/lootr-forge-1.20-0.7.35.91.jar", - "id": "HmhkyU8X", - "parent_id": "EltpO5cN", - "hashes": { - "sha512": "9b576ec6008a5c86ce9ea218285bc133f49e9eaf8f4b854fa49170a9cc3c8de028b236f2e563493405732277fd1d2909520d5961076b3ddbffcb0c7c539b4826", - "sha1": "4175b32e3bc25b05c45cc84f70b585279a871d3c" - }, - "required_dependencies": [], - "size": 458532, - "date_published": "2025-07-15T09:13:32.531920Z" + "size": 458609, + "date_published": "2025-08-22T02:12:46.677Z" } ] }, @@ -9161,7 +8943,7 @@ "files": [ { "type": "modrinth", - "file_name": "moonlight-1.20-2.15.6-forge.jar", + "file_name": "moonlight-1.20-2.16.5-forge.jar", "mc_versions": [ "1.20.1" ], @@ -9170,20 +8952,20 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/VqBFBOg7/moonlight-1.20-2.15.6-forge.jar", - "id": "VqBFBOg7", + "url": "https://cdn.modrinth.com/data/twkfQtEc/versions/uiOJ4NEz/moonlight-1.20-2.16.5-forge.jar", + "id": "uiOJ4NEz", "parent_id": "twkfQtEc", "hashes": { - "sha512": "4fe8c5da1f0697a12cc453e817905d18ee039b7442ab90b0ed70ff3221ef37598ccb30eef8ada5148ee022f16ea64cbba185da58b752a6ecb4f24d2bb0300e05", - "sha1": "0ea0d478011428a02b561b24ca9db40c31b39870" + "sha512": "c160493b99be1fab942f7eb64c491985d51a72c16dbda18c345fd14cbf8cfb0bd899c1b7627714e507f079a68bf1917b4d4e407340c2ff3b44359e1996e6c2d7", + "sha1": "461b979a7c1f100a17af4558910f34f259bb56b2" }, "required_dependencies": [], - "size": 1287123, - "date_published": "2025-08-04T09:41:41.923471Z" + "size": 1326648, + "date_published": "2025-08-19T05:34:44.417258Z" }, { "type": "curseforge", - "file_name": "moonlight-1.20-2.15.6-forge.jar", + "file_name": "moonlight-1.20-2.16.5-forge.jar", "mc_versions": [ "1.20.1" ], @@ -9192,16 +8974,16 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6846/127/moonlight-1.20-2.15.6-forge.jar", - "id": "6846127", + "url": "https://edge.forgecdn.net/files/6902/841/moonlight-1.20-2.16.5-forge.jar", + "id": "6902841", "parent_id": "499980", "hashes": { - "sha1": "0ea0d478011428a02b561b24ca9db40c31b39870", - "md5": "2e91dd12ddb2fc40bacb6b499568296a" + "sha1": "461b979a7c1f100a17af4558910f34f259bb56b2", + "md5": "d080ad63ce08e5c69785ab1227bc0af5" }, "required_dependencies": [], - "size": 1287123, - "date_published": "2025-08-04T09:41:35.207Z" + "size": 1326648, + "date_published": "2025-08-19T05:34:28.713Z" } ] }, @@ -10285,27 +10067,6 @@ "modrinth": "pYFUU6cq" }, "files": [ - { - "type": "curseforge", - "file_name": "particular-1.20.1-Forge-1.2.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6603/252/particular-1.20.1-Forge-1.2.4.jar", - "id": "6603252", - "parent_id": "1219053", - "hashes": { - "sha1": "4dc0cfd572151816c939d2896ad8f13838cb7cf6", - "md5": "ce29494f89ec662a19a954fa054ad49b" - }, - "required_dependencies": [], - "size": 421834, - "date_published": "2025-05-31T23:14:51.347Z" - }, { "type": "modrinth", "file_name": "particular-1.20.1-Forge-1.2.4.jar", @@ -10326,6 +10087,27 @@ "required_dependencies": [], "size": 421834, "date_published": "2025-06-06T19:00:04.136808Z" + }, + { + "type": "curseforge", + "file_name": "particular-1.20.1-Forge-1.2.7.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6916/904/particular-1.20.1-Forge-1.2.7.jar", + "id": "6916904", + "parent_id": "1219053", + "hashes": { + "sha1": "db04a6b14b7fb219701c50907986384bca363298", + "md5": "de5105497a7fa79ab099a592879ef260" + }, + "required_dependencies": [], + "size": 420332, + "date_published": "2025-08-22T23:10:47.973Z" } ] }, @@ -10818,7 +10600,7 @@ "modrinth": "puzzles-lib" }, "name": { - "curseforge": "Puzzles Lib [Forge & Fabric]", + "curseforge": "Puzzles Lib", "modrinth": "Puzzles Lib" }, "id": { @@ -10826,30 +10608,9 @@ "modrinth": "QAGBst4M" }, "files": [ - { - "type": "curseforge", - "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6387/81/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", - "id": "6387081", - "parent_id": "495476", - "hashes": { - "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a", - "md5": "3ca3da58d71c0b14241df38578ffdb22" - }, - "required_dependencies": [], - "size": 1342204, - "date_published": "2025-04-05T11:23:03.413Z" - }, { "type": "modrinth", - "file_name": "PuzzlesLib-v8.1.32-1.20.1-Forge.jar", + "file_name": "PuzzlesLib-v8.1.33-1.20.1-Forge.jar", "mc_versions": [ "1.20.1" ], @@ -10857,16 +10618,37 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/YFZdsqXl/PuzzlesLib-v8.1.32-1.20.1-Forge.jar", - "id": "YFZdsqXl", + "url": "https://cdn.modrinth.com/data/QAGBst4M/versions/mIyVGf3d/PuzzlesLib-v8.1.33-1.20.1-Forge.jar", + "id": "mIyVGf3d", "parent_id": "QAGBst4M", "hashes": { - "sha512": "f6420b4884583727ee66d7410ce5ad3ce2a5fd9aed49700ea4bba1fd944a4b63d2d3f15a3d0d64afa2ec1aa261f8ef52b6277712c7d19e6dd31ff9d9360f05ae", - "sha1": "1f24a25582fa6bb2569e32401a232ee90d34cc1a" + "sha512": "4e0a6243f70a7f99bb631940bfeca49f31b13ec34f338d994fe129f0445e738ffd925e5c440f4e6bf822f9013bb8c2156de6dfcd62741d85c3ca3e8221d86a19", + "sha1": "285b7c7616971338ccbe0022c9ea0f8ad3036aaf" }, "required_dependencies": [], - "size": 1342204, - "date_published": "2025-04-05T11:23:08.540092Z" + "size": 1342987, + "date_published": "2025-08-23T12:27:37.945208Z" + }, + { + "type": "curseforge", + "file_name": "PuzzlesLib-v8.1.33-1.20.1-Forge.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6918/565/PuzzlesLib-v8.1.33-1.20.1-Forge.jar", + "id": "6918565", + "parent_id": "495476", + "hashes": { + "sha1": "285b7c7616971338ccbe0022c9ea0f8ad3036aaf", + "md5": "19f23e3040eaadc7c30ae38f5a3dec68" + }, + "required_dependencies": [], + "size": 1342987, + "date_published": "2025-08-23T12:27:32.200Z" } ] }, @@ -11479,164 +11261,6 @@ } ] }, - { - "pakku_id": "zUgGWEg2vl35sipH", - "pakku_links": [ - "XSWzPp7PhHWY0nfU", - "yeujdIYswj77BSkb" - ], - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "dynamiclights-reforged" - }, - "name": { - "curseforge": "Sodium/Embeddium Dynamic Lights" - }, - "id": { - "curseforge": "551736" - }, - "files": [ - { - "type": "curseforge", - "file_name": "sodiumdynamiclights-forge-1.0.10-1.20.1.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6044/481/sodiumdynamiclights-forge-1.0.10-1.20.1.jar", - "id": "6044481", - "parent_id": "551736", - "hashes": { - "sha1": "d27524e85bed0f0af83c03be46f9ca3eb02a1be9", - "md5": "687c18cefa558ca8101ef97914d9ba6b" - }, - "required_dependencies": [ - "1103431" - ], - "size": 511601, - "date_published": "2025-01-02T01:22:43.027Z" - } - ] - }, - { - "pakku_id": "OKKOKwRG1CU9T3ym", - "pakku_links": [ - "6I5K2vwIvkFSfEuv", - "XSWzPp7PhHWY0nfU", - "gYHPAspVHiwlSSXI", - "yeujdIYswj77BSkb" - ], - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "magnesium-extras" - }, - "name": { - "curseforge": "Sodium/Embeddium Extras" - }, - "id": { - "curseforge": "558905" - }, - "files": [ - { - "type": "curseforge", - "file_name": "sodiumextras-forge-1.0.7-1.20.1.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6041/697/sodiumextras-forge-1.0.7-1.20.1.jar", - "id": "6041697", - "parent_id": "558905", - "hashes": { - "sha1": "7603f44bc4750774fbbdc07a3153c391650fcf3d", - "md5": "823adea3bcfd64dbdbaec46950cf4108" - }, - "required_dependencies": [ - "1103431", - "908741" - ], - "size": 438540, - "date_published": "2025-01-01T04:39:13.763Z" - } - ] - }, - { - "pakku_id": "yeujdIYswj77BSkb", - "type": "MOD", - "side": "CLIENT", - "slug": { - "curseforge": "sodium-options-api", - "modrinth": "sodium-options-api" - }, - "name": { - "curseforge": "Sodium/Embeddium Options API", - "modrinth": "Sodium Options API" - }, - "id": { - "curseforge": "1103431", - "modrinth": "Es5v4eyq" - }, - "files": [ - { - "type": "curseforge", - "file_name": "sodiumoptionsapi-forge-1.0.10-1.20.1.jar", - "mc_versions": [ - "1.20.1", - "1.20" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6100/812/sodiumoptionsapi-forge-1.0.10-1.20.1.jar", - "id": "6100812", - "parent_id": "1103431", - "hashes": { - "sha1": "7529fbf938787ed13a251cbf40936f8c29ec4b6c", - "md5": "75807590ae2648ecdeb855705868ce59" - }, - "required_dependencies": [ - "908741" - ], - "size": 443978, - "date_published": "2025-01-18T20:48:18.013Z" - }, - { - "type": "modrinth", - "file_name": "sodiumoptionsapi-forge-1.0.10-1.20.1.jar", - "mc_versions": [ - "1.20", - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://cdn.modrinth.com/data/Es5v4eyq/versions/d0EFLitO/sodiumoptionsapi-forge-1.0.10-1.20.1.jar", - "id": "d0EFLitO", - "parent_id": "Es5v4eyq", - "hashes": { - "sha512": "20b11f1582df3df3d351e0cffcfc8b97453e2d73164fbad46d3f4eb960cab57d8f708d84b818782ef019d5cd9494ce001161f753623680516a191d6f510ebb79", - "sha1": "7529fbf938787ed13a251cbf40936f8c29ec4b6c" - }, - "required_dependencies": [ - "sk9rgfiA" - ], - "size": 443978, - "date_published": "2025-01-18T20:48:20.566320Z" - } - ] - }, { "pakku_id": "mUY7a1f4DIhjgXtQ", "pakku_links": [ @@ -11849,47 +11473,49 @@ }, "redistributable": false, "files": [ - { - "type": "curseforge", - "file_name": "species-3.4.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6744/903/species-3.4.jar", - "id": "6744903", - "parent_id": "857737", - "hashes": { - "sha1": "9a382083142bf27992fbe0836d297f89265dd24a", - "md5": "eff659ebb9c4a822f480a4c27d13a8af" - }, - "required_dependencies": [], - "size": 42101496, - "date_published": "2025-07-08T16:03:05.663Z" - }, { "type": "modrinth", - "file_name": "species-3.4.jar", + "file_name": "species-3.5.jar", "mc_versions": [ "1.20.1" ], "loaders": [ - "forge" + "forge", + "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/s5d4P01r/versions/xkMjveeZ/species-3.4.jar", - "id": "xkMjveeZ", + "url": "https://cdn.modrinth.com/data/s5d4P01r/versions/KwPDNMjG/species-3.5.jar", + "id": "KwPDNMjG", "parent_id": "s5d4P01r", "hashes": { - "sha512": "e7995bcf3a8ea07ebd2e640e03df69c9d427820a7bcf881432f82253eea31f13ce2bed549af6c0e557d39301aee422e4a4090d16e22df9a73244cdcfefd7fbe9", - "sha1": "9a382083142bf27992fbe0836d297f89265dd24a" + "sha512": "9ff8a488d3eed6950fe8eb09e3ab55e7fe65ee3340c212067e46bf98054330658e6406ad72388054f9ce00921b8d8fdeb5f28e09058c800bdf46e2e47a754a64", + "sha1": "b4d924f4faf6eb201db04205b61fa1524a8b0178" }, "required_dependencies": [], - "size": 42101496, - "date_published": "2025-07-08T16:03:37.367924Z" + "size": 42114388, + "date_published": "2025-08-14T16:26:28.693413Z" + }, + { + "type": "curseforge", + "file_name": "species-3.5.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6886/321/species-3.5.jar", + "id": "6886321", + "parent_id": "857737", + "hashes": { + "sha1": "b4d924f4faf6eb201db04205b61fa1524a8b0178", + "md5": "3fb4bc2ee270255038b08971dec18243" + }, + "required_dependencies": [], + "size": 42114388, + "date_published": "2025-08-14T16:26:07.777Z" } ] }, @@ -12944,7 +12570,7 @@ ] }, { - "pakku_id": "ZGt3prWXJVURPwKE", + "pakku_id": "kR8s4t9LptntMSpg", "pakku_links": [ "64uacGcEw697jVGs" ], @@ -12965,7 +12591,7 @@ "files": [ { "type": "curseforge", - "file_name": "waterflasks-3.0.8.jar", + "file_name": "waterflasks-3.0.9.jar", "mc_versions": [ "1.20.1" ], @@ -12974,20 +12600,22 @@ "forge" ], "release_type": "release", - "url": "https://edge.forgecdn.net/files/6681/183/waterflasks-3.0.8.jar", - "id": "6681183", + "url": "https://edge.forgecdn.net/files/6877/264/waterflasks-3.0.9.jar", + "id": "6877264", "parent_id": "354353", "hashes": { - "sha1": "6fc568609f6a182d18f8f4fac286c9bf122a486b", - "md5": "e71547e2b16e7d7c24c823ffec666c42" + "sha1": "de5fec2b87cc99ff4ff73fac1e7e479c64478820", + "md5": "da255c51c7356b95a1ace27e2c3c559a" }, - "required_dependencies": [], - "size": 939203, - "date_published": "2025-06-22T02:23:25.573Z" + "required_dependencies": [ + "302973" + ], + "size": 943232, + "date_published": "2025-08-12T03:42:03.923Z" }, { "type": "modrinth", - "file_name": "waterflasks-3.0.6.jar", + "file_name": "waterflasks-3.0.8.jar", "mc_versions": [ "1.20.1" ], @@ -12995,18 +12623,18 @@ "forge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/ONgsGaM9/versions/i7FOulRq/waterflasks-3.0.6.jar", - "id": "i7FOulRq", + "url": "https://cdn.modrinth.com/data/ONgsGaM9/versions/VIl9hEx7/waterflasks-3.0.8.jar", + "id": "VIl9hEx7", "parent_id": "ONgsGaM9", "hashes": { - "sha512": "d0e1b1646d374741c9abdf7de41c615b85e8c7d18fbb37bed46c6ddf5802ca2d52a96c999b54ac82eac77e40571b23a3dce1985973b8bfb858981fe13ef6bb3d", - "sha1": "bcb5863e29d5faedcffde83f6d5ca02486b264a4" + "sha512": "7cc5e39ac45223a4b28387a60e0b361d777f44f34b9baa5d24a1541a0a21c0decf86146c19dbe4fcc4892048c0ca4f5a5737d09210c42f61d0e34448b3390c47", + "sha1": "6fc568609f6a182d18f8f4fac286c9bf122a486b" }, "required_dependencies": [ "JaCEZUhg" ], - "size": 933206, - "date_published": "2025-01-19T23:31:12.024095Z" + "size": 939203, + "date_published": "2025-07-29T01:27:09.745095Z" } ] }, @@ -13384,34 +13012,9 @@ "modrinth": "lNttW2Xl" }, "files": [ - { - "type": "curseforge", - "file_name": "TerraFirmaGreg-Core-Modern-0.7.10.jar", - "mc_versions": [ - "1.20.1" - ], - "loaders": [ - "neoforge", - "forge" - ], - "release_type": "release", - "url": "https://edge.forgecdn.net/files/6872/582/TerraFirmaGreg-Core-Modern-0.7.10.jar", - "id": "6872582", - "parent_id": "513402", - "hashes": { - "sha1": "9a5c98fcaef9d12fdc1a86035ebf4f9170d1cb2e", - "md5": "ca805dc57f89624bf9e53e4f9babda0a" - }, - "required_dependencies": [ - "890405", - "302973" - ], - "size": 515916, - "date_published": "2025-08-10T20:34:53.927Z" - }, { "type": "modrinth", - "file_name": "TerraFirmaGreg-Core-Modern-0.7.10.jar", + "file_name": "TerraFirmaGreg-Core-Modern-0.7.12.jar", "mc_versions": [ "1.20.1" ], @@ -13420,19 +13023,44 @@ "neoforge" ], "release_type": "release", - "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/8m3psJno/TerraFirmaGreg-Core-Modern-0.7.10.jar", - "id": "8m3psJno", + "url": "https://cdn.modrinth.com/data/lNttW2Xl/versions/Dd2UXNbV/TerraFirmaGreg-Core-Modern-0.7.12.jar", + "id": "Dd2UXNbV", "parent_id": "lNttW2Xl", "hashes": { - "sha512": "bb8b2907e7dcf1e630aac76575cefc04cc594b6da0aeafa76bed5a5838677720bddf2b134d3480e06e850ff041f3963b1d22803c8ac873f315e32b698f01ef29", - "sha1": "9a5c98fcaef9d12fdc1a86035ebf4f9170d1cb2e" + "sha512": "225f221bfe05db8bf12db88423c1978f5c288ea6377f000827b9d8d49c86181dc2c50f31e7cb008d81a8ebff57f2b77d027a90eed9725df8586ee9a6d610164e", + "sha1": "6b2684bf4af912e4951ec5790725798c90b512ef" }, "required_dependencies": [ "JaCEZUhg", "7tG215v7" ], - "size": 515916, - "date_published": "2025-08-10T20:34:55.642076Z" + "size": 584411, + "date_published": "2025-08-24T07:00:10.368612Z" + }, + { + "type": "curseforge", + "file_name": "TerraFirmaGreg-Core-Modern-0.7.12.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6921/637/TerraFirmaGreg-Core-Modern-0.7.12.jar", + "id": "6921637", + "parent_id": "513402", + "hashes": { + "sha1": "6b2684bf4af912e4951ec5790725798c90b512ef", + "md5": "364dc88bee9a429c47f1e59dffd1da2a" + }, + "required_dependencies": [ + "302973", + "890405" + ], + "size": 584411, + "date_published": "2025-08-24T07:00:04.203Z" } ] }, @@ -13739,6 +13367,76 @@ } ] }, + { + "pakku_id": "qM5Yyq0zqqJc8XtT", + "pakku_links": [ + "pB7ARGecP03UXpd6" + ], + "type": "MOD", + "side": "BOTH", + "slug": { + "curseforge": "wans-ancient-beasts", + "modrinth": "wab" + }, + "name": { + "curseforge": "Wan's Ancient Beasts", + "modrinth": "Wan's Ancient Beasts" + }, + "id": { + "curseforge": "1108604", + "modrinth": "nWC3kyL3" + }, + "files": [ + { + "type": "modrinth", + "file_name": "wab-1.20.1-1.3.1.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge", + "neoforge" + ], + "release_type": "release", + "url": "https://cdn.modrinth.com/data/nWC3kyL3/versions/cf1QAPDG/wab-1.20.1-1.3.1.jar", + "id": "cf1QAPDG", + "parent_id": "nWC3kyL3", + "hashes": { + "sha512": "cc80da2f8bbc7c9780b4ecbbc135b236bac6deec26166bf7149bfc5c9989c21f2f5be8948491fbab8d200c51ca854ee742c70ef735a164b37869d559c8b6731c", + "sha1": "1262e27c352d303b608dbfd587d4231741d9c89f" + }, + "required_dependencies": [ + "8BmcQJ2H" + ], + "size": 9068035, + "date_published": "2025-08-21T12:47:19.839859Z" + }, + { + "type": "curseforge", + "file_name": "wab-1.20.1-1.3.1.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "neoforge", + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/6911/60/wab-1.20.1-1.3.1.jar", + "id": "6911060", + "parent_id": "1108604", + "hashes": { + "sha1": "1262e27c352d303b608dbfd587d4231741d9c89f", + "md5": "f0c1ece64562ca523efb513e1e7c19c9" + }, + "required_dependencies": [ + "388172" + ], + "size": 9068035, + "date_published": "2025-08-21T12:44:33.350Z" + } + ] + }, { "pakku_id": "zonLLbYfp9ViO9i7", "type": "MOD", @@ -13865,6 +13563,46 @@ } ] }, + { + "pakku_id": "V5l5vox7aWdt6HSJ", + "type": "MOD", + "side": "CLIENT", + "slug": { + "curseforge": "xenon", + "modrinth": "xenon" + }, + "name": { + "curseforge": "Xenon", + "modrinth": "Xenon" + }, + "id": { + "curseforge": "564239", + "modrinth": "BsmAXLQn" + }, + "files": [ + { + "type": "curseforge", + "file_name": "xenon-0.3.31+mc1.20.1.jar", + "mc_versions": [ + "1.20.1" + ], + "loaders": [ + "forge" + ], + "release_type": "release", + "url": "https://edge.forgecdn.net/files/5752/40/xenon-0.3.31+mc1.20.1.jar", + "id": "5752040", + "parent_id": "564239", + "hashes": { + "sha1": "93e7c3938f88dbd24591412033572f42f90d3cb4", + "md5": "41ca035046ec01bd29a879be036a4560" + }, + "required_dependencies": [], + "size": 2093415, + "date_published": "2024-09-24T12:55:08.173Z" + } + ] + }, { "pakku_id": "dHJr8CybJVqGuwXG", "type": "MOD", diff --git a/pakku.json b/pakku.json index cee9fd870..4225bd1c4 100644 --- a/pakku.json +++ b/pakku.json @@ -8,7 +8,7 @@ "config", "defaultconfigs", "kubejs", - "tacz", + "tacz", "!kubejs/probe/**" ], "server_overrides": [ @@ -158,8 +158,8 @@ "first-person-model": { "side": "CLIENT" }, - "flickerfix": { - "side": "CLIENT" + "ftb-backups-2": { + "side": "BOTH" }, "no-report-button": { "side": "CLIENT" @@ -209,10 +209,10 @@ "fast-ip-ping": { "side": "CLIENT" }, - "entityculling": { + "badoptimizations": { "side": "CLIENT" }, - "pick-up-notifier": { + "entityculling": { "side": "CLIENT" }, "resourceful-config": { @@ -239,10 +239,10 @@ "xaeros-minimap": { "side": "BOTH" }, - "xaeros-world-map": { + "particular-reforged": { "side": "BOTH" }, - "particular-reforged": { + "pick-up-notifier": { "side": "BOTH" }, "inventory-tweaks-refoxed": { @@ -254,11 +254,8 @@ "detected-setblock-be-gone": { "side": "BOTH" }, - "ad-astra-auto-lander": { - "side": "CLIENT" - }, "probejs": { "export": false } } -} +} \ No newline at end of file