diff --git a/.packwizignore b/.packwizignore index dc5639e..c5371d9 100644 --- a/.packwizignore +++ b/.packwizignore @@ -1,2 +1,2 @@ -.github/* +.github/* README.md \ No newline at end of file diff --git a/LICENSE b/LICENSE index 8000a6f..bc0390e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,504 +1,504 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -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 this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. 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 not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -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 -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the 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 -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "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 -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY 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 -LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey 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 library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random - Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +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 this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. 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 not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +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 +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the 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 +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "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 +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY 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 +LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey 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 library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random + Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/README.md b/README.md index f6e50b7..7a3a3a6 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# GregTech-Community-Pack-Modern - -Repository for the Modern fork of the GregTech Community Modpack - a minecraft modpack for 1.20.1 highlighting and featuring [GregTech Community Edition Unofficial Modern](https://github.com/GregTechCEu/GregTech-Modern). - -## Playing - -The modpack is available on [Curseforge](https://legacy.curseforge.com/minecraft/modpacks/gregtech-community-pack-modern). - -## Building - -todo - -## Credits - -todo +# GregTech-Community-Pack-Modern + +Repository for the Modern fork of the GregTech Community Modpack - a minecraft modpack for 1.20.1 highlighting and featuring [GregTech Community Edition Unofficial Modern](https://github.com/GregTechCEu/GregTech-Modern). + +## Playing + +The modpack is available on [Curseforge](https://legacy.curseforge.com/minecraft/modpacks/gregtech-community-pack-modern). + +## Building + +todo + +## Credits + +todo diff --git a/kubejs/assets/gtceu/lang/en_us.json b/kubejs/assets/gtceu/lang/en_us.json index b9b91af..5ae2dad 100644 --- a/kubejs/assets/gtceu/lang/en_us.json +++ b/kubejs/assets/gtceu/lang/en_us.json @@ -1,6 +1,6 @@ -{ - "block.gtceu.greenhouse":"Greenhouse", - "gtceu.greenhouse":"Greenhouse", - - "material.fluix":"Fluix" -} +{ + "block.gtceu.greenhouse":"Greenhouse", + "gtceu.greenhouse":"Greenhouse", + + "material.fluix":"Fluix" +} diff --git a/kubejs/client_scripts/example.js b/kubejs/client_scripts/example.js index a0441f6..2b421e5 100644 --- a/kubejs/client_scripts/example.js +++ b/kubejs/client_scripts/example.js @@ -1,6 +1,6 @@ -// priority: 0 - -// Visit the wiki for more info - https://kubejs.com/ - -console.info('Hello, World! (Loaded client scripts)') - +// priority: 0 + +// Visit the wiki for more info - https://kubejs.com/ + +console.info('Hello, World! (Loaded client scripts)') + diff --git a/kubejs/client_scripts/jei_hidden.js b/kubejs/client_scripts/jei_hidden.js index 2667ba3..b24ef76 100644 --- a/kubejs/client_scripts/jei_hidden.js +++ b/kubejs/client_scripts/jei_hidden.js @@ -1,6 +1,6 @@ -JEIEvents.removeCategories(event => { - console.log(event.getCategoryIds()) //log a list of all category ids to logs/kubejs/client.txt - event.remove("lychee:item_inside/minecraft/default") - event.remove("jei:information") - event.remove("ae2:certus_growth") +JEIEvents.removeCategories(event => { + console.log(event.getCategoryIds()) //log a list of all category ids to logs/kubejs/client.txt + event.remove("lychee:item_inside/minecraft/default") + event.remove("jei:information") + event.remove("ae2:certus_growth") }) \ No newline at end of file diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties index fdf1c62..aadd6c9 100644 --- a/kubejs/config/client.properties +++ b/kubejs/config/client.properties @@ -1,16 +1,16 @@ -#KubeJS Client Properties -#Mon Nov 27 19:33:24 GMT 2023 -backgroundColor=2E3440 -barBorderColor=ECEFF4 -barColor=ECEFF4 -blurScaledPackIcon=true -disableRecipeBook=false -exportAtlases=false -fmlLogColor=ECEFF4 -fmlMemoryColor=ECEFF4 -menuBackgroundBrightness=64 -menuBackgroundScale=32.0 -menuInnerBackgroundBrightness=32 -overrideColors=false -showTagNames=false -title=GregTech Community Pack Modern +#KubeJS Client Properties +#Mon Nov 27 19:33:24 GMT 2023 +backgroundColor=2E3440 +barBorderColor=ECEFF4 +barColor=ECEFF4 +blurScaledPackIcon=true +disableRecipeBook=false +exportAtlases=false +fmlLogColor=ECEFF4 +fmlMemoryColor=ECEFF4 +menuBackgroundBrightness=64 +menuBackgroundScale=32.0 +menuInnerBackgroundBrightness=32 +overrideColors=false +showTagNames=false +title=GregTech Community Pack Modern diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties index db5c1f4..d238cfd 100644 --- a/kubejs/config/common.properties +++ b/kubejs/config/common.properties @@ -1,13 +1,13 @@ -#KubeJS Common Properties -#Mon Nov 27 19:33:26 GMT 2023 -allowAsyncStreams=true -announceReload=true -creativeModeTabIcon=minecraft\:purple_dye -hideServerScriptErrors=false -ignoreCustomUniqueRecipeIds=false -matchJsonRecipes=true -packmode=default -saveDevPropertiesInConfig=false -serverOnly=false -startupErrorGUI=true -startupErrorReportUrl= +#KubeJS Common Properties +#Mon Nov 27 19:33:26 GMT 2023 +allowAsyncStreams=true +announceReload=true +creativeModeTabIcon=minecraft\:purple_dye +hideServerScriptErrors=false +ignoreCustomUniqueRecipeIds=false +matchJsonRecipes=true +packmode=default +saveDevPropertiesInConfig=false +serverOnly=false +startupErrorGUI=true +startupErrorReportUrl= diff --git a/kubejs/server_scripts/appliedenergistics2/ae2.js b/kubejs/server_scripts/appliedenergistics2/ae2.js index b38c24f..1fb469c 100644 --- a/kubejs/server_scripts/appliedenergistics2/ae2.js +++ b/kubejs/server_scripts/appliedenergistics2/ae2.js @@ -1,324 +1,324 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // quartz glass - event.remove({ id: "ae2:decorative/quartz_glass" }); - greg - .alloy_smelter("gtceu:quartz_glass") - .itemInputs("4x #forge:glass", "5x gtceu:certus_quartz_dust") - .itemOutputs("4x ae2:quartz_glass") - .duration(100) - .EUt(8); - - // vibrant quartz glass - event.remove({ id: "ae2:decorative/quartz_vibrant_glass" }); - greg - .alloy_smelter("gtceu:vibrant_quartz_glass") - .itemInputs("ae2:quartz_glass", "2x minecraft:glowstone_dust") - .itemOutputs("2x ae2:quartz_vibrant_glass") - .duration(100) - .EUt(8); - - // Tiny TNT - event.remove({ id: "ae2:misc/tiny_tnt" }); - greg - .cutter("gtceu:tiny_tnt") - .inputFluids("minecraft:water 9000") - .itemInputs("minecraft:tnt") - .itemOutputs("4x ae2:tiny_tnt") - .duration(200) - .EUt(30); - - // WAP - event.remove({ id: "ae2:network/wireless_access_point" }); - event.shaped("ae2:wireless_access_point", ["PWP", "RCR", "PFP"], { - P: "gtceu:titanium_plate", - W: "ae2:wireless_receiver", - R: "gtceu:titanium_rod", - C: "ae2:calculation_processor", - F: "ae2:fluix_glass_cable", - }); - - /* - // Security Terminal - event.remove({id: "ae2:network/blocks/security_station"}) - event.shaped("ae2:security_station", [ - 'PCP', - 'KAK', - 'PEP' - ] , { - P: "gtceu:iron_plate", - C: "ae2:chest", - K: "ae2:fluix_glass_cable", - A: "ae2:cell_component_16k", - E: "ae2:engineering_processor" - }) - */ - - // Quantum Ring - event.remove({ id: "ae2:network/blocks/quantum_ring" }); - event.shaped("ae2:quantum_ring", ["PLP", "EHE", "PLP"], { - P: "gtceu:titanium_plate", - L: "ae2:logic_processor", - E: "ae2:engineering_processor", - H: "gtceu:hv_field_generator", - }); - - // Quantum Link Chamber - event.remove({ id: "ae2:network/blocks/quantum_link" }); - event.shaped("ae2:quantum_link", ["GPG", "PHP", "GPG"], { - G: "ae2:quartz_glass", - P: "ae2:fluix_pearl", - H: "gtceu:hv_field_generator", - }); - - // ME Drive - event.remove({ id: "ae2:network/blocks/storage_drive" }); - event.shaped("ae2:drive", ["PEP", "KCK", "PEP"], { - P: "#forge:plates/steel", - E: "ae2:engineering_processor", - K: "ae2:fluix_glass_cable", - C: "#forge:circuits/lv", - }); - - // ME Chest - event.remove({ id: "ae2:network/blocks/storage_chest" }); - event.shaped("ae2:chest", ["GTG", "KCK", "PFP"], { - G: "ae2:quartz_glass", - T: "ae2:terminal", - K: "ae2:fluix_glass_cable", - C: "#forge:circuits/ulv", - P: "#forge:plates/steel", - F: "#forge:gems/fluix", - }); - - // Cell Workbench - event.remove({ id: "ae2:network/blocks/cell_workbench" }); - event.shaped("ae2:cell_workbench", ["FKL", "PCP", "PPP"], { - F: "gtceu:item_filter", - K: "ae2:fluix_glass_cable", - L: "gtceu:fluid_filter", - P: "#forge:plates/steel", - C: "#forge:chests/wooden", - }); - - // IO Port - event.remove({ id: "ae2:network/blocks/io_port" }); - event.shaped("ae2:io_port", ["UGR", "DCD", "PLP"], { - U: "gtceu:lv_pump", - G: "#forge:glass", - R: "gtceu:lv_robot_arm", - D: "ae2:drive", - C: "ae2:fluix_glass_cable", - P: "#forge:plates/steel", - L: "ae2:logic_processor", - }); - - // Matter Condenser - event.remove({ id: "ae2:network/blocks/io_condenser" }); - event.shaped("ae2:condenser", ["PCP", "CHC", "PCP"], { - P: "#forge:plates/stainless_steel", - C: "gtceu:hv_electric_piston", - H: "#forge:circuits/hv", - }); - - // Energy Acceptor - event.remove({ id: "ae2:network/blocks/energy_energy_acceptor" }); - event.shaped("ae2:energy_acceptor", ["PFP", "FVF", "PFP"], { - P: "#forge:plates/steel", - F: "#forge:plates/fluix", - V: "gtceu:lv_voltage_coil", - }); - - // Energy Cell - event.remove({ id: "ae2:network/blocks/energy_energy_cell" }); - event.shaped("ae2:energy_cell", ["SPS", "CGC", "SPS"], { - S: "gtceu:certus_quartz_gem", - P: "#forge:plates/certus_quartz", - C: "gtceu:lv_voltage_coil", - G: "ae2:quartz_vibrant_glass", - }); - - // Dense Energy Cell - event.remove({ id: "ae2:network/blocks/energy_dense_energy_cell" }); - greg - .compressor("gtceu:dense_energy_cell") - .itemInputs("8x ae2:energy_cell") - .itemOutputs("ae2:dense_energy_cell") - .duration(100) - .EUt(30); - - // Crafting Unit - event.remove({ id: "ae2:network/crafting/cpu_crafting_unit" }); - event.shaped("ae2:crafting_unit", ["PCP", "KMK", "PLP"], { - P: "#forge:plates/aluminium", - C: "ae2:calculation_processor", - K: "ae2:fluix_glass_cable", - M: "#forge:circuits/mv", - L: "ae2:logic_processor", - }); - - // Crafting Co-Processing Unit - event.remove({ id: "ae2:network/crafting/cpu_crafting_accelerator" }); - greg - .canner("gtceu:ae2_accelerator") - .itemInputs("ae2:crafting_unit", "ae2:engineering_processor") - .itemOutputs("ae2:crafting_accelerator") - .duration(100) - .EUt(64); - - // Crafting Monitor - event.remove({ id: "ae2:network/crafting/cpu_crafting_monitor" }); - greg - .canner("gtceu:crafting_monitor") - .itemInputs("ae2:crafting_unit", "ae2:storage_monitor") - .itemOutputs("ae2:crafting_monitor") - .duration(100) - .EUt(4); - - // Creative Energy Cell - event.shaped("ae2:creative_energy_cell", ["CCC", "CUC", "CCC"], { - C: "ae2:dense_energy_cell", - U: "gtceu:uv_field_generator", - }); - - /* - // Biometric Card - event.remove({id: "ae2:tools/network_biometric_card"}) - event.shaped("ae2:biometric_card", [ - 'EC ', - 'WP ', - ' ' - ] , { - E: "ae2:engineering_processor", - C: "#forge:circuits/lv", - W: "#forge:fine_wires/gold", - P: "#forge:plates/iron" - }) - */ - - // Memory Card - event.remove({ id: "ae2:tools/network_memory_card" }); - event.shaped("ae2:memory_card", ["EC ", "WP ", " "], { - E: "ae2:calculation_processor", - C: "#forge:circuits/lv", - W: "#forge:fine_wires/gold", - P: "#forge:plates/iron", - }); - - // Network Tool - event.remove({ id: "ae2:tools/network_tool" }); - event.shaped("ae2:network_tool", ["wC ", "EP ", " "], { - w: "#forge:tools/wrenches", - E: "ae2:calculation_processor", - C: "#forge:circuits/lv", - P: "#ae2:illuminated_panel", - }); - - // Fluix Dust - event.remove({ id: "ae2:inscriber/fluix_dust" }); - greg - .mixer("gtceu:fluix_dust") - .itemInputs( - "#forge:dusts/nether_quartz", - "#forge:dusts/certus_quartz", - "#forge:dusts/redstone" - ) - .itemOutputs("3x gtceu:fluix_dust") - .duration(200) - .EUt(16); - - // Charged Certus Quartz - event.remove({ id: "ae2:charger/charged_certus_quartz_crystal" }); - greg - .polarizer("gtceu:charged_certus_quartz") - .itemInputs("gtceu:certus_quartz_gem") - .itemOutputs("ae2:charged_certus_quartz_crystal") - .duration(100) - .EUt(16); - - // Fluix Pearl - event.remove({ id: "ae2:misc/fluixpearl" }); - greg - .chemical_reactor("gtceu:fluix_pearl") - .itemInputs("#forge:dusts/fluix", "ender_eye") - .itemOutputs("ae2:fluix_pearl") - .duration(200) - .EUt(480); - - // Wireless Receiver - event.remove({ id: "ae2:network/wireless_part" }); - event.shaped("ae2:wireless_receiver", ["CPC", "RSR", " "], { - C: "#forge:circuits/ev", - P: "ae2:fluix_pearl", - R: "#forge:rods/titanium", - S: "gtceu:hv_sensor", - }); - - // Annihilation Core - event.remove({ id: "ae2:materials/annihilationcore" }); - event.shaped("ae2:annihilation_core", ["CPB"], { - C: "#forge:circuits/ulv", - P: "ae2:logic_processor", - B: "#forge:dusts/nether_quartz", - }); - // Formation Core - event.remove({ id: "ae2:materials/formationcore" }); - event.shaped("ae2:formation_core", ["CPB"], { - C: "#forge:circuits/ulv", - P: "ae2:logic_processor", - B: "#forge:dusts/certus_quartz", - }); - - // Cable Anchor - event.remove({ id: "ae2:network/parts/cable_anchor" }); - greg - .extruder("gtceu:cable_anchor") - .itemInputs("#forge:plates/steel") - .notConsumable("gtceu:bolt_extruder_mold") - .itemOutputs("8x ae2:cable_anchor") - .duration(20) - .EUt(16); - - // Quartz Fibers - event.remove({ id: "ae2:network/parts/quartz_fiber_part" }); - greg - .alloy_smelter("gtceu:quartz_fibers") - .itemInputs("#forge:dusts/certus_quartz", "ae2:quartz_glass") - .itemOutputs("2x ae2:quartz_fiber") - .duration(60) - .EUt(16); - - //Illuminated Panel - event.remove({ id: "ae2:network/parts/panels_semi_dark_monitor" }); - event.shaped("ae2:semi_dark_monitor", ["WSG"], { - W: "#forge:fine_wires/tin", - S: "gtceu:computer_monitor_cover", - G: "ae2:quartz_vibrant_glass", - }); - event.shaped("ae2:semi_dark_monitor", ["mWG", "TCV", "xWG"], { - m: "#forge:tools/mallets", - x: "#forge:tools/wire_cutters", - W: "#forge:fine_wires/copper", - G: "#forge:plates/glass", - T: "#forge:fine_wires/tin", - C: "#forge:circuits/lv", - V: "ae2:quartz_vibrant_glass", - }); - - // Wireless Booster - event.remove({ id: "ae2:network/wireless_booster" }); - event.shaped("ae2:wireless_booster", ["EC ", "PP "], { - E: "gtceu:lv_emitter", - C: "ae2:fluix_glass_cable", - P: "#forge:plates/steel", - }); - - // Fluix Crystals - greg - .autoclave("gtceu:fluix_crystal") - .itemInputs("gtceu:fluix_dust") - .inputFluids("water 100") - .itemOutputs("ae2:fluix_crystal") - .duration(200) - .EUt(24); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // quartz glass + event.remove({ id: "ae2:decorative/quartz_glass" }); + greg + .alloy_smelter("gtceu:quartz_glass") + .itemInputs("4x #forge:glass", "5x gtceu:certus_quartz_dust") + .itemOutputs("4x ae2:quartz_glass") + .duration(100) + .EUt(8); + + // vibrant quartz glass + event.remove({ id: "ae2:decorative/quartz_vibrant_glass" }); + greg + .alloy_smelter("gtceu:vibrant_quartz_glass") + .itemInputs("ae2:quartz_glass", "2x minecraft:glowstone_dust") + .itemOutputs("2x ae2:quartz_vibrant_glass") + .duration(100) + .EUt(8); + + // Tiny TNT + event.remove({ id: "ae2:misc/tiny_tnt" }); + greg + .cutter("gtceu:tiny_tnt") + .inputFluids("minecraft:water 9000") + .itemInputs("minecraft:tnt") + .itemOutputs("4x ae2:tiny_tnt") + .duration(200) + .EUt(30); + + // WAP + event.remove({ id: "ae2:network/wireless_access_point" }); + event.shaped("ae2:wireless_access_point", ["PWP", "RCR", "PFP"], { + P: "gtceu:titanium_plate", + W: "ae2:wireless_receiver", + R: "gtceu:titanium_rod", + C: "ae2:calculation_processor", + F: "ae2:fluix_glass_cable", + }); + + /* + // Security Terminal + event.remove({id: "ae2:network/blocks/security_station"}) + event.shaped("ae2:security_station", [ + 'PCP', + 'KAK', + 'PEP' + ] , { + P: "gtceu:iron_plate", + C: "ae2:chest", + K: "ae2:fluix_glass_cable", + A: "ae2:cell_component_16k", + E: "ae2:engineering_processor" + }) + */ + + // Quantum Ring + event.remove({ id: "ae2:network/blocks/quantum_ring" }); + event.shaped("ae2:quantum_ring", ["PLP", "EHE", "PLP"], { + P: "gtceu:titanium_plate", + L: "ae2:logic_processor", + E: "ae2:engineering_processor", + H: "gtceu:hv_field_generator", + }); + + // Quantum Link Chamber + event.remove({ id: "ae2:network/blocks/quantum_link" }); + event.shaped("ae2:quantum_link", ["GPG", "PHP", "GPG"], { + G: "ae2:quartz_glass", + P: "ae2:fluix_pearl", + H: "gtceu:hv_field_generator", + }); + + // ME Drive + event.remove({ id: "ae2:network/blocks/storage_drive" }); + event.shaped("ae2:drive", ["PEP", "KCK", "PEP"], { + P: "#forge:plates/steel", + E: "ae2:engineering_processor", + K: "ae2:fluix_glass_cable", + C: "#forge:circuits/lv", + }); + + // ME Chest + event.remove({ id: "ae2:network/blocks/storage_chest" }); + event.shaped("ae2:chest", ["GTG", "KCK", "PFP"], { + G: "ae2:quartz_glass", + T: "ae2:terminal", + K: "ae2:fluix_glass_cable", + C: "#forge:circuits/ulv", + P: "#forge:plates/steel", + F: "#forge:gems/fluix", + }); + + // Cell Workbench + event.remove({ id: "ae2:network/blocks/cell_workbench" }); + event.shaped("ae2:cell_workbench", ["FKL", "PCP", "PPP"], { + F: "gtceu:item_filter", + K: "ae2:fluix_glass_cable", + L: "gtceu:fluid_filter", + P: "#forge:plates/steel", + C: "#forge:chests/wooden", + }); + + // IO Port + event.remove({ id: "ae2:network/blocks/io_port" }); + event.shaped("ae2:io_port", ["UGR", "DCD", "PLP"], { + U: "gtceu:lv_pump", + G: "#forge:glass", + R: "gtceu:lv_robot_arm", + D: "ae2:drive", + C: "ae2:fluix_glass_cable", + P: "#forge:plates/steel", + L: "ae2:logic_processor", + }); + + // Matter Condenser + event.remove({ id: "ae2:network/blocks/io_condenser" }); + event.shaped("ae2:condenser", ["PCP", "CHC", "PCP"], { + P: "#forge:plates/stainless_steel", + C: "gtceu:hv_electric_piston", + H: "#forge:circuits/hv", + }); + + // Energy Acceptor + event.remove({ id: "ae2:network/blocks/energy_energy_acceptor" }); + event.shaped("ae2:energy_acceptor", ["PFP", "FVF", "PFP"], { + P: "#forge:plates/steel", + F: "#forge:plates/fluix", + V: "gtceu:lv_voltage_coil", + }); + + // Energy Cell + event.remove({ id: "ae2:network/blocks/energy_energy_cell" }); + event.shaped("ae2:energy_cell", ["SPS", "CGC", "SPS"], { + S: "gtceu:certus_quartz_gem", + P: "#forge:plates/certus_quartz", + C: "gtceu:lv_voltage_coil", + G: "ae2:quartz_vibrant_glass", + }); + + // Dense Energy Cell + event.remove({ id: "ae2:network/blocks/energy_dense_energy_cell" }); + greg + .compressor("gtceu:dense_energy_cell") + .itemInputs("8x ae2:energy_cell") + .itemOutputs("ae2:dense_energy_cell") + .duration(100) + .EUt(30); + + // Crafting Unit + event.remove({ id: "ae2:network/crafting/cpu_crafting_unit" }); + event.shaped("ae2:crafting_unit", ["PCP", "KMK", "PLP"], { + P: "#forge:plates/aluminium", + C: "ae2:calculation_processor", + K: "ae2:fluix_glass_cable", + M: "#forge:circuits/mv", + L: "ae2:logic_processor", + }); + + // Crafting Co-Processing Unit + event.remove({ id: "ae2:network/crafting/cpu_crafting_accelerator" }); + greg + .canner("gtceu:ae2_accelerator") + .itemInputs("ae2:crafting_unit", "ae2:engineering_processor") + .itemOutputs("ae2:crafting_accelerator") + .duration(100) + .EUt(64); + + // Crafting Monitor + event.remove({ id: "ae2:network/crafting/cpu_crafting_monitor" }); + greg + .canner("gtceu:crafting_monitor") + .itemInputs("ae2:crafting_unit", "ae2:storage_monitor") + .itemOutputs("ae2:crafting_monitor") + .duration(100) + .EUt(4); + + // Creative Energy Cell + event.shaped("ae2:creative_energy_cell", ["CCC", "CUC", "CCC"], { + C: "ae2:dense_energy_cell", + U: "gtceu:uv_field_generator", + }); + + /* + // Biometric Card + event.remove({id: "ae2:tools/network_biometric_card"}) + event.shaped("ae2:biometric_card", [ + 'EC ', + 'WP ', + ' ' + ] , { + E: "ae2:engineering_processor", + C: "#forge:circuits/lv", + W: "#forge:fine_wires/gold", + P: "#forge:plates/iron" + }) + */ + + // Memory Card + event.remove({ id: "ae2:tools/network_memory_card" }); + event.shaped("ae2:memory_card", ["EC ", "WP ", " "], { + E: "ae2:calculation_processor", + C: "#forge:circuits/lv", + W: "#forge:fine_wires/gold", + P: "#forge:plates/iron", + }); + + // Network Tool + event.remove({ id: "ae2:tools/network_tool" }); + event.shaped("ae2:network_tool", ["wC ", "EP ", " "], { + w: "#forge:tools/wrenches", + E: "ae2:calculation_processor", + C: "#forge:circuits/lv", + P: "#ae2:illuminated_panel", + }); + + // Fluix Dust + event.remove({ id: "ae2:inscriber/fluix_dust" }); + greg + .mixer("gtceu:fluix_dust") + .itemInputs( + "#forge:dusts/nether_quartz", + "#forge:dusts/certus_quartz", + "#forge:dusts/redstone" + ) + .itemOutputs("3x gtceu:fluix_dust") + .duration(200) + .EUt(16); + + // Charged Certus Quartz + event.remove({ id: "ae2:charger/charged_certus_quartz_crystal" }); + greg + .polarizer("gtceu:charged_certus_quartz") + .itemInputs("gtceu:certus_quartz_gem") + .itemOutputs("ae2:charged_certus_quartz_crystal") + .duration(100) + .EUt(16); + + // Fluix Pearl + event.remove({ id: "ae2:misc/fluixpearl" }); + greg + .chemical_reactor("gtceu:fluix_pearl") + .itemInputs("#forge:dusts/fluix", "ender_eye") + .itemOutputs("ae2:fluix_pearl") + .duration(200) + .EUt(480); + + // Wireless Receiver + event.remove({ id: "ae2:network/wireless_part" }); + event.shaped("ae2:wireless_receiver", ["CPC", "RSR", " "], { + C: "#forge:circuits/ev", + P: "ae2:fluix_pearl", + R: "#forge:rods/titanium", + S: "gtceu:hv_sensor", + }); + + // Annihilation Core + event.remove({ id: "ae2:materials/annihilationcore" }); + event.shaped("ae2:annihilation_core", ["CPB"], { + C: "#forge:circuits/ulv", + P: "ae2:logic_processor", + B: "#forge:dusts/nether_quartz", + }); + // Formation Core + event.remove({ id: "ae2:materials/formationcore" }); + event.shaped("ae2:formation_core", ["CPB"], { + C: "#forge:circuits/ulv", + P: "ae2:logic_processor", + B: "#forge:dusts/certus_quartz", + }); + + // Cable Anchor + event.remove({ id: "ae2:network/parts/cable_anchor" }); + greg + .extruder("gtceu:cable_anchor") + .itemInputs("#forge:plates/steel") + .notConsumable("gtceu:bolt_extruder_mold") + .itemOutputs("8x ae2:cable_anchor") + .duration(20) + .EUt(16); + + // Quartz Fibers + event.remove({ id: "ae2:network/parts/quartz_fiber_part" }); + greg + .alloy_smelter("gtceu:quartz_fibers") + .itemInputs("#forge:dusts/certus_quartz", "ae2:quartz_glass") + .itemOutputs("2x ae2:quartz_fiber") + .duration(60) + .EUt(16); + + //Illuminated Panel + event.remove({ id: "ae2:network/parts/panels_semi_dark_monitor" }); + event.shaped("ae2:semi_dark_monitor", ["WSG"], { + W: "#forge:fine_wires/tin", + S: "gtceu:computer_monitor_cover", + G: "ae2:quartz_vibrant_glass", + }); + event.shaped("ae2:semi_dark_monitor", ["mWG", "TCV", "xWG"], { + m: "#forge:tools/mallets", + x: "#forge:tools/wire_cutters", + W: "#forge:fine_wires/copper", + G: "#forge:plates/glass", + T: "#forge:fine_wires/tin", + C: "#forge:circuits/lv", + V: "ae2:quartz_vibrant_glass", + }); + + // Wireless Booster + event.remove({ id: "ae2:network/wireless_booster" }); + event.shaped("ae2:wireless_booster", ["EC ", "PP "], { + E: "gtceu:lv_emitter", + C: "ae2:fluix_glass_cable", + P: "#forge:plates/steel", + }); + + // Fluix Crystals + greg + .autoclave("gtceu:fluix_crystal") + .itemInputs("gtceu:fluix_dust") + .inputFluids("water 100") + .itemOutputs("ae2:fluix_crystal") + .duration(200) + .EUt(24); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/cables.js b/kubejs/server_scripts/appliedenergistics2/cables.js index 4ba5817..5b72b13 100644 --- a/kubejs/server_scripts/appliedenergistics2/cables.js +++ b/kubejs/server_scripts/appliedenergistics2/cables.js @@ -1,80 +1,80 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - const dyes = [ - "white", - "orange", - "magenta", - "light_blue", - "yellow", - "lime", - "pink", - "gray", - "light_gray", - "cyan", - "purple", - "blue", - "brown", - "green", - "red", - "black", - ]; - dyes.forEach((dyes) => { - let cablePainting = (cableType) => { - event.remove({ id: `ae2:network/cables/${cableType}_fluix_clean` }); - event.remove({ id: "ae2:network/cables/dense_smart_fluix_clean" }); - event.remove({ id: "ae2:network/cables/dense_covered_fluix_clean" }); - event.remove({ id: `ae2:network/cables/${cableType}_${dyes}` }); - event.remove({ id: `ae2:network/cables/dense_smart_${dyes}` }); - event.remove({ id: `ae2:network/cables/dense_covered_${dyes}` }); - greg - .chemical_bath(`gtceu:${dyes}_${cableType}_cable`) - .itemInputs(`ae2:fluix_${cableType}_cable`) - .inputFluids(`gtceu:${dyes}_dye 18`) - .itemOutputs(`ae2:${dyes}_${cableType}_cable`) - .duration(40) - .EUt(16); - greg - .chemical_bath(`gtceu:un_${dyes}_${cableType}_cable`) - .itemInputs(`ae2:${dyes}_${cableType}_cable`) - .inputFluids("gtceu:chlorine 10") - .itemOutputs(`ae2:fluix_${cableType}_cable`) - .duration(40) - .EUt(16); - }; - cablePainting("smart"); - cablePainting("covered"); - cablePainting("glass"); - cablePainting("covered_dense"); - cablePainting("smart_dense"); - }); - event.remove({ id: "ae2:network/cables/glass_fluix" }); - greg - .assembler("gtceu:glass_fluix_cable") - .itemInputs("2x ae2:quartz_fiber", "ae2:fluix_crystal") - .itemOutputs("3x ae2:fluix_glass_cable") - .duration(100) - .EUt(30); - - event.remove({ id: "ae2:network/cables/covered_fluix" }); - event.recipes.gtceu - .assembler("gtceu:covered_fluix_worst") - .itemInputs("ae2:fluix_glass_cable") - .inputFluids("gtceu:rubber 144") - .itemOutputs("ae2:fluix_covered_cable") - .duration(150) - .EUt(8); - event.recipes.gtceu - .assembler("gtceu:covered_fluix_mid") - .itemInputs("ae2:fluix_glass_cable") - .inputFluids("gtceu:styrene_butadiene_rubber 72") - .itemOutputs("ae2:fluix_covered_cable") - .duration(150) - .EUt(8); - event.recipes.gtceu - .assembler("gtceu:covered_fluix_best") - .itemInputs("ae2:fluix_glass_cable") - .inputFluids("gtceu:silicone_rubber 36") - .itemOutputs("ae2:fluix_covered_cable") - .duration(150) - .EUt(8); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + const dyes = [ + "white", + "orange", + "magenta", + "light_blue", + "yellow", + "lime", + "pink", + "gray", + "light_gray", + "cyan", + "purple", + "blue", + "brown", + "green", + "red", + "black", + ]; + dyes.forEach((dyes) => { + let cablePainting = (cableType) => { + event.remove({ id: `ae2:network/cables/${cableType}_fluix_clean` }); + event.remove({ id: "ae2:network/cables/dense_smart_fluix_clean" }); + event.remove({ id: "ae2:network/cables/dense_covered_fluix_clean" }); + event.remove({ id: `ae2:network/cables/${cableType}_${dyes}` }); + event.remove({ id: `ae2:network/cables/dense_smart_${dyes}` }); + event.remove({ id: `ae2:network/cables/dense_covered_${dyes}` }); + greg + .chemical_bath(`gtceu:${dyes}_${cableType}_cable`) + .itemInputs(`ae2:fluix_${cableType}_cable`) + .inputFluids(`gtceu:${dyes}_dye 18`) + .itemOutputs(`ae2:${dyes}_${cableType}_cable`) + .duration(40) + .EUt(16); + greg + .chemical_bath(`gtceu:un_${dyes}_${cableType}_cable`) + .itemInputs(`ae2:${dyes}_${cableType}_cable`) + .inputFluids("gtceu:chlorine 10") + .itemOutputs(`ae2:fluix_${cableType}_cable`) + .duration(40) + .EUt(16); + }; + cablePainting("smart"); + cablePainting("covered"); + cablePainting("glass"); + cablePainting("covered_dense"); + cablePainting("smart_dense"); + }); + event.remove({ id: "ae2:network/cables/glass_fluix" }); + greg + .assembler("gtceu:glass_fluix_cable") + .itemInputs("2x ae2:quartz_fiber", "ae2:fluix_crystal") + .itemOutputs("3x ae2:fluix_glass_cable") + .duration(100) + .EUt(30); + + event.remove({ id: "ae2:network/cables/covered_fluix" }); + event.recipes.gtceu + .assembler("gtceu:covered_fluix_worst") + .itemInputs("ae2:fluix_glass_cable") + .inputFluids("gtceu:rubber 144") + .itemOutputs("ae2:fluix_covered_cable") + .duration(150) + .EUt(8); + event.recipes.gtceu + .assembler("gtceu:covered_fluix_mid") + .itemInputs("ae2:fluix_glass_cable") + .inputFluids("gtceu:styrene_butadiene_rubber 72") + .itemOutputs("ae2:fluix_covered_cable") + .duration(150) + .EUt(8); + event.recipes.gtceu + .assembler("gtceu:covered_fluix_best") + .itemInputs("ae2:fluix_glass_cable") + .inputFluids("gtceu:silicone_rubber 36") + .itemOutputs("ae2:fluix_covered_cable") + .duration(150) + .EUt(8); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/cards.js b/kubejs/server_scripts/appliedenergistics2/cards.js index 7e4645e..2cc2038 100644 --- a/kubejs/server_scripts/appliedenergistics2/cards.js +++ b/kubejs/server_scripts/appliedenergistics2/cards.js @@ -1,63 +1,63 @@ -ServerEvents.recipes((event) => { - // Advanced Card - event.remove({ id: "ae2:materials/advancedcard" }); - event.shaped("2x ae2:advanced_card", ["WP ", "ACP", "SP "], { - W: "#forge:fine_wires/red_alloy", - P: "#forge:plates/stainless_steel", - A: "ae2:engineering_processor", - C: "#forge:circuits/hv", - S: "#forge:fine_wires/silver", - }); - // Fuzzy Card - event.remove({ id: "ae2:materials/cardfuzzy" }); - event.shapeless("ae2:fuzzy_card", [ - "ae2:advanced_card", - "#forge:circuits/ulv", - ]); - // Inverter Card - event.remove({ id: "ae2:materials/cardinverter" }); - event.shapeless("ae2:inverter_card", [ - "ae2:advanced_card", - "#forge:fine_wires/red_alloy", - ]); - // Acceleration Card - event.remove({ id: "ae2:materials/cardspeed" }); - event.shapeless("ae2:speed_card", [ - "ae2:advanced_card", - "#forge:circuits/mv", - ]); - // Energy Card - event.remove({ id: "ae2:materials/cardenergy" }); - event.shapeless("ae2:energy_card", [ - "ae2:advanced_card", - "#forge:batteries/mv", - ]); - - // Basic Card - event.remove({ id: "ae2:materials/basiccard" }); - event.shaped("2x ae2:basic_card", ["WP ", "ACP", "SP "], { - W: "#forge:fine_wires/red_alloy", - P: "#forge:plates/aluminium", - A: "ae2:engineering_processor", - C: "#forge:circuits/mv", - S: "#forge:fine_wires/gold", - }); - // Capacity Card - event.remove({ id: "ae2:materials/cardcapacity" }); - event.shapeless("ae2:capacity_card", [ - "ae2:basic_card", - "#forge:circuits/lv", - ]); - // Crafting Card - event.remove({ id: "ae2:materials/cardcrafting" }); - event.shapeless("ae2:crafting_card", [ - "ae2:basic_card", - "#forge:circuits/mv", - ]); - // Redstone Card - event.remove({ id: "ae2:materials/cardredstone" }); - event.shapeless("ae2:redstone_card", [ - "ae2:basic_card", - "#forge:plates/red_alloy", - ]); -}); +ServerEvents.recipes((event) => { + // Advanced Card + event.remove({ id: "ae2:materials/advancedcard" }); + event.shaped("2x ae2:advanced_card", ["WP ", "ACP", "SP "], { + W: "#forge:fine_wires/red_alloy", + P: "#forge:plates/stainless_steel", + A: "ae2:engineering_processor", + C: "#forge:circuits/hv", + S: "#forge:fine_wires/silver", + }); + // Fuzzy Card + event.remove({ id: "ae2:materials/cardfuzzy" }); + event.shapeless("ae2:fuzzy_card", [ + "ae2:advanced_card", + "#forge:circuits/ulv", + ]); + // Inverter Card + event.remove({ id: "ae2:materials/cardinverter" }); + event.shapeless("ae2:inverter_card", [ + "ae2:advanced_card", + "#forge:fine_wires/red_alloy", + ]); + // Acceleration Card + event.remove({ id: "ae2:materials/cardspeed" }); + event.shapeless("ae2:speed_card", [ + "ae2:advanced_card", + "#forge:circuits/mv", + ]); + // Energy Card + event.remove({ id: "ae2:materials/cardenergy" }); + event.shapeless("ae2:energy_card", [ + "ae2:advanced_card", + "#forge:batteries/mv", + ]); + + // Basic Card + event.remove({ id: "ae2:materials/basiccard" }); + event.shaped("2x ae2:basic_card", ["WP ", "ACP", "SP "], { + W: "#forge:fine_wires/red_alloy", + P: "#forge:plates/aluminium", + A: "ae2:engineering_processor", + C: "#forge:circuits/mv", + S: "#forge:fine_wires/gold", + }); + // Capacity Card + event.remove({ id: "ae2:materials/cardcapacity" }); + event.shapeless("ae2:capacity_card", [ + "ae2:basic_card", + "#forge:circuits/lv", + ]); + // Crafting Card + event.remove({ id: "ae2:materials/cardcrafting" }); + event.shapeless("ae2:crafting_card", [ + "ae2:basic_card", + "#forge:circuits/mv", + ]); + // Redstone Card + event.remove({ id: "ae2:materials/cardredstone" }); + event.shapeless("ae2:redstone_card", [ + "ae2:basic_card", + "#forge:plates/red_alloy", + ]); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/cells.js b/kubejs/server_scripts/appliedenergistics2/cells.js index bf35505..60cb6c7 100644 --- a/kubejs/server_scripts/appliedenergistics2/cells.js +++ b/kubejs/server_scripts/appliedenergistics2/cells.js @@ -1,57 +1,57 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - let cells = (componentSize, energyExponent) => { - event.remove({ output: `ae2:item_storage_cell_${componentSize}` }); - greg - .canner(`gtceu:${componentSize}_storage_cell`) - .itemInputs( - "ae2:item_cell_housing", - `ae2:cell_component_${componentSize}` - ) - .itemOutputs(`ae2:item_storage_cell_${componentSize}`) - .duration(100) - .EUt(4 ** (energyExponent - 1)); - event.remove({ output: `ae2:fluid_storage_cell_${componentSize}` }); - greg - .canner(`gtceu:${componentSize}_fluid_storage_cell`) - .itemInputs( - "ae2:fluid_cell_housing", - `ae2:cell_component_${componentSize}` - ) - .itemOutputs(`ae2:fluid_storage_cell_${componentSize}`) - .duration(100) - .EUt(4 ** (energyExponent - 1)); - }; - cells("1k", 1); - cells("4k", 2); - cells("16k", 3); - cells("64k", 4); - cells("256k", 5); - - // View Cell - event.remove({ output: "ae2:view_cell" }); - greg - .canner("gtceu:view_cell") - .itemInputs("ae2:item_cell_housing", "gtceu:certus_quartz_gem") - .itemOutputs("ae2:view_cell") - .duration(100) - .EUt(4); - - //ME Storage Housing - event.remove({ output: "ae2:item_cell_housing" }); - event.shaped("ae2:item_cell_housing", ["GPG", "WCW", "PPP"], { - G: "ae2:quartz_glass", - P: "#forge:plates/steel", - W: "#forge:fine_wires/red_alloy", - C: "#forge:circuits/lv", - }); - - //Fluid Storage Housing - event.remove({ output: "ae2:fluid_cell_housing" }); - event.shaped("2x ae2:fluid_cell_housing", ["GPG", "WCW", "PPP"], { - G: "ae2:quartz_glass", - P: "#forge:plates/ruby", - W: "gtceu:simple_soc", - C: "#forge:circuits/ev", - }); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + let cells = (componentSize, energyExponent) => { + event.remove({ output: `ae2:item_storage_cell_${componentSize}` }); + greg + .canner(`gtceu:${componentSize}_storage_cell`) + .itemInputs( + "ae2:item_cell_housing", + `ae2:cell_component_${componentSize}` + ) + .itemOutputs(`ae2:item_storage_cell_${componentSize}`) + .duration(100) + .EUt(4 ** (energyExponent - 1)); + event.remove({ output: `ae2:fluid_storage_cell_${componentSize}` }); + greg + .canner(`gtceu:${componentSize}_fluid_storage_cell`) + .itemInputs( + "ae2:fluid_cell_housing", + `ae2:cell_component_${componentSize}` + ) + .itemOutputs(`ae2:fluid_storage_cell_${componentSize}`) + .duration(100) + .EUt(4 ** (energyExponent - 1)); + }; + cells("1k", 1); + cells("4k", 2); + cells("16k", 3); + cells("64k", 4); + cells("256k", 5); + + // View Cell + event.remove({ output: "ae2:view_cell" }); + greg + .canner("gtceu:view_cell") + .itemInputs("ae2:item_cell_housing", "gtceu:certus_quartz_gem") + .itemOutputs("ae2:view_cell") + .duration(100) + .EUt(4); + + //ME Storage Housing + event.remove({ output: "ae2:item_cell_housing" }); + event.shaped("ae2:item_cell_housing", ["GPG", "WCW", "PPP"], { + G: "ae2:quartz_glass", + P: "#forge:plates/steel", + W: "#forge:fine_wires/red_alloy", + C: "#forge:circuits/lv", + }); + + //Fluid Storage Housing + event.remove({ output: "ae2:fluid_cell_housing" }); + event.shaped("2x ae2:fluid_cell_housing", ["GPG", "WCW", "PPP"], { + G: "ae2:quartz_glass", + P: "#forge:plates/ruby", + W: "gtceu:simple_soc", + C: "#forge:circuits/ev", + }); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/certus_quartz.js b/kubejs/server_scripts/appliedenergistics2/certus_quartz.js index 560f2bd..daf531b 100644 --- a/kubejs/server_scripts/appliedenergistics2/certus_quartz.js +++ b/kubejs/server_scripts/appliedenergistics2/certus_quartz.js @@ -1,12 +1,12 @@ -ServerEvents.recipes((event) => { - event.replaceInput( - { input: "ae2:charged_certus_quartz_crystal" }, - "ae2:charged_certus_quartz_crystal", - "gtceu:certus_quartz_gem" - ); - event.replaceInput( - { input: "ae2:quartz_block" }, - "ae2:quartz_block", - "gtceu:certus_quartz_block" - ); -}); +ServerEvents.recipes((event) => { + event.replaceInput( + { input: "ae2:charged_certus_quartz_crystal" }, + "ae2:charged_certus_quartz_crystal", + "gtceu:certus_quartz_gem" + ); + event.replaceInput( + { input: "ae2:quartz_block" }, + "ae2:quartz_block", + "gtceu:certus_quartz_block" + ); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/circuitry.js b/kubejs/server_scripts/appliedenergistics2/circuitry.js index ec2d507..51877ce 100644 --- a/kubejs/server_scripts/appliedenergistics2/circuitry.js +++ b/kubejs/server_scripts/appliedenergistics2/circuitry.js @@ -1,45 +1,45 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // Logic Processor - event.remove({ id: "ae2:inscriber/logic_processor" }); - greg - .circuit_assembler("gtceu:logic_processor") - .itemInputs( - "ae2:printed_logic_processor", - "ae2:printed_silicon", - "#forge:circuits/lv", - "#gtceu:resistors", - "2x #forge:fine_wires/tin" - ) - .itemOutputs("4x ae2:logic_processor") - .duration(200) - .EUt(30); - // Engineering Processor - event.remove({ id: "ae2:inscriber/engineering_processor" }); - greg - .circuit_assembler("gtceu:engineering_processor") - .itemInputs( - "ae2:printed_engineering_processor", - "ae2:printed_silicon", - "#forge:circuits/lv", - "#gtceu:resistors", - "2x #forge:fine_wires/tin" - ) - .itemOutputs("4x ae2:engineering_processor") - .duration(200) - .EUt(30); - // Calculation Processor - event.remove({ id: "ae2:inscriber/calculation_processor" }); - greg - .circuit_assembler("gtceu:calculation_processor") - .itemInputs( - "ae2:printed_calculation_processor", - "ae2:printed_silicon", - "#forge:circuits/lv", - "#gtceu:resistors", - "2x #forge:fine_wires/tin" - ) - .itemOutputs("4x ae2:calculation_processor") - .duration(200) - .EUt(30); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // Logic Processor + event.remove({ id: "ae2:inscriber/logic_processor" }); + greg + .circuit_assembler("gtceu:logic_processor") + .itemInputs( + "ae2:printed_logic_processor", + "ae2:printed_silicon", + "#forge:circuits/lv", + "#gtceu:resistors", + "2x #forge:fine_wires/tin" + ) + .itemOutputs("4x ae2:logic_processor") + .duration(200) + .EUt(30); + // Engineering Processor + event.remove({ id: "ae2:inscriber/engineering_processor" }); + greg + .circuit_assembler("gtceu:engineering_processor") + .itemInputs( + "ae2:printed_engineering_processor", + "ae2:printed_silicon", + "#forge:circuits/lv", + "#gtceu:resistors", + "2x #forge:fine_wires/tin" + ) + .itemOutputs("4x ae2:engineering_processor") + .duration(200) + .EUt(30); + // Calculation Processor + event.remove({ id: "ae2:inscriber/calculation_processor" }); + greg + .circuit_assembler("gtceu:calculation_processor") + .itemInputs( + "ae2:printed_calculation_processor", + "ae2:printed_silicon", + "#forge:circuits/lv", + "#gtceu:resistors", + "2x #forge:fine_wires/tin" + ) + .itemOutputs("4x ae2:calculation_processor") + .duration(200) + .EUt(30); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/crafting_storage.js b/kubejs/server_scripts/appliedenergistics2/crafting_storage.js index 7c3e653..b9b0a8b 100644 --- a/kubejs/server_scripts/appliedenergistics2/crafting_storage.js +++ b/kubejs/server_scripts/appliedenergistics2/crafting_storage.js @@ -1,17 +1,17 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - let craftystorage = (componentSize, energyExponent) => { - event.remove({ output: `ae2:${componentSize}k_crafting_storage` }); - greg - .canner(`gtceu:${componentSize}k_crafting_storage`) - .itemInputs("ae2:crafting_unit", `ae2:cell_component_${componentSize}k`) - .itemOutputs(`ae2:${componentSize}k_crafting_storage`) - .duration(100) - .EUt(4 ** (energyExponent - 1)); - }; - craftystorage("1", 1); - craftystorage("4", 2); - craftystorage("16", 3); - craftystorage("64", 4); - craftystorage("256", 5); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + let craftystorage = (componentSize, energyExponent) => { + event.remove({ output: `ae2:${componentSize}k_crafting_storage` }); + greg + .canner(`gtceu:${componentSize}k_crafting_storage`) + .itemInputs("ae2:crafting_unit", `ae2:cell_component_${componentSize}k`) + .itemOutputs(`ae2:${componentSize}k_crafting_storage`) + .duration(100) + .EUt(4 ** (energyExponent - 1)); + }; + craftystorage("1", 1); + craftystorage("4", 2); + craftystorage("16", 3); + craftystorage("64", 4); + craftystorage("256", 5); }); \ No newline at end of file diff --git a/kubejs/server_scripts/appliedenergistics2/extendedae2.js b/kubejs/server_scripts/appliedenergistics2/extendedae2.js index 1933e9b..b3d7923 100644 --- a/kubejs/server_scripts/appliedenergistics2/extendedae2.js +++ b/kubejs/server_scripts/appliedenergistics2/extendedae2.js @@ -1,89 +1,89 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // extended shits - event.remove({ id: "expatternprovider:epp" }); - greg - .assembler("extended_pattern_provider") - .itemInputs( - "ae2:pattern_provider", - "4x ae2:engineering_processor", - "gtceu:soc", - "#forge:circuits/hv" - ) - .itemOutputs("expatternprovider:ex_pattern_provider") - .duration(200) - .EUt(50); - event.remove({ id: "expatternprovider:ei" }); - greg - .assembler("extended_interface") - .itemInputs( - "ae2:interface", - "4x ae2:logic_processor", - "gtceu:soc", - "#forge:circuits/hv" - ) - .itemOutputs("expatternprovider:ex_interface") - .duration(200) - .EUt(50); - - // extended thermal upgrade shit - event.remove({ id: "expatternprovider:epp_upgrade" }); - greg - .assembler("extended_pattern_provider_upgrade") - .itemInputs( - "4x ae2:engineering_processor", - "gtceu:soc", - "#forge:circuits/hv" - ) - .itemOutputs("expatternprovider:pattern_provider_upgrade") - .duration(180) - .EUt(50); - event.remove({ id: "expatternprovider:ei_upgrade" }); - greg - .assembler("extended_interface_upgrade") - .itemInputs("4x ae2:logic_processor", "gtceu:soc", "#forge:circuits/hv") - .itemOutputs("expatternprovider:interface_upgrade") - .duration(180) - .EUt(50); - - // infinite cells - event.remove({ id: "expatternprovider:cobblestone_cell" }); - greg - .canner("infinite_cobble_cell") - .itemInputs("ae2:fluid_cell_housing", "gtceu:infinite_water_cover") - .itemOutputs( - Item.of( - "expatternprovider:infinity_cell", - '{record:{"#c":"ae2:f",id:"minecraft:water"}}' - ) - ) - .duration(100) - .EUt(600); - event.remove({ id: "expatternprovider:water_cell" }); - greg - .canner("infinite_water_cell") - .itemInputs("ae2:item_cell_housing", "gtceu:infinite_water_cover") - .inputFluids("minecraft:lava 5000") - .itemOutputs( - Item.of( - "expatternprovider:infinity_cell", - '{record:{"#c":"ae2:i",id:"minecraft:cobblestone"}}' - ) - ) - .duration(100) - .EUt(600); - - event.remove({ id: "expatternprovider:wireless_connector" }); - greg - .assembly_line("gtceu:extended_card") - .itemInputs( - "gtceu:luv_machine_casing", - "2x gtceu:luv_sensor", - "gtceu:luv_emitter", - "gtceu:quantum_star" - ) - .inputFluids("gtceu:radon 1000") - .itemOutputs("2x expatternprovider:wireless_connect") - .duration(200) - .EUt(8192); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // extended shits + event.remove({ id: "expatternprovider:epp" }); + greg + .assembler("extended_pattern_provider") + .itemInputs( + "ae2:pattern_provider", + "4x ae2:engineering_processor", + "gtceu:soc", + "#forge:circuits/hv" + ) + .itemOutputs("expatternprovider:ex_pattern_provider") + .duration(200) + .EUt(50); + event.remove({ id: "expatternprovider:ei" }); + greg + .assembler("extended_interface") + .itemInputs( + "ae2:interface", + "4x ae2:logic_processor", + "gtceu:soc", + "#forge:circuits/hv" + ) + .itemOutputs("expatternprovider:ex_interface") + .duration(200) + .EUt(50); + + // extended thermal upgrade shit + event.remove({ id: "expatternprovider:epp_upgrade" }); + greg + .assembler("extended_pattern_provider_upgrade") + .itemInputs( + "4x ae2:engineering_processor", + "gtceu:soc", + "#forge:circuits/hv" + ) + .itemOutputs("expatternprovider:pattern_provider_upgrade") + .duration(180) + .EUt(50); + event.remove({ id: "expatternprovider:ei_upgrade" }); + greg + .assembler("extended_interface_upgrade") + .itemInputs("4x ae2:logic_processor", "gtceu:soc", "#forge:circuits/hv") + .itemOutputs("expatternprovider:interface_upgrade") + .duration(180) + .EUt(50); + + // infinite cells + event.remove({ id: "expatternprovider:cobblestone_cell" }); + greg + .canner("infinite_cobble_cell") + .itemInputs("ae2:fluid_cell_housing", "gtceu:infinite_water_cover") + .itemOutputs( + Item.of( + "expatternprovider:infinity_cell", + '{record:{"#c":"ae2:f",id:"minecraft:water"}}' + ) + ) + .duration(100) + .EUt(600); + event.remove({ id: "expatternprovider:water_cell" }); + greg + .canner("infinite_water_cell") + .itemInputs("ae2:item_cell_housing", "gtceu:infinite_water_cover") + .inputFluids("minecraft:lava 5000") + .itemOutputs( + Item.of( + "expatternprovider:infinity_cell", + '{record:{"#c":"ae2:i",id:"minecraft:cobblestone"}}' + ) + ) + .duration(100) + .EUt(600); + + event.remove({ id: "expatternprovider:wireless_connector" }); + greg + .assembly_line("gtceu:extended_card") + .itemInputs( + "gtceu:luv_machine_casing", + "2x gtceu:luv_sensor", + "gtceu:luv_emitter", + "gtceu:quantum_star" + ) + .inputFluids("gtceu:radon 1000") + .itemOutputs("2x expatternprovider:wireless_connect") + .duration(200) + .EUt(8192); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/inter_providers.js b/kubejs/server_scripts/appliedenergistics2/inter_providers.js index 3563de9..c0d91b0 100644 --- a/kubejs/server_scripts/appliedenergistics2/inter_providers.js +++ b/kubejs/server_scripts/appliedenergistics2/inter_providers.js @@ -1,21 +1,21 @@ -ServerEvents.recipes((event) => { - const patpros = [ - ["lv", "steel", 1], - ["mv", "aluminium", 2], - ["hv", "stainless_steel", 3], - ["ev", "titanium", 4], - ]; - patpros.forEach((tier) => { - let interProv = (materialType, blockType) => { - event.shaped(`${tier[2]}x ${blockType}`, ["PGP", "ACF", "PGP"], { - P: `#forge:plates/${tier[1]}`, - G: materialType, - A: "ae2:annihilation_core", - F: "ae2:formation_core", - C: `gtceu:${tier[0]}_conveyor_module`, - }); - }; - interProv("#forge:glass", "ae2:interface"); - interProv("minecraft:crafting_table", "ae2:pattern_provider"); - }); -}); +ServerEvents.recipes((event) => { + const patpros = [ + ["lv", "steel", 1], + ["mv", "aluminium", 2], + ["hv", "stainless_steel", 3], + ["ev", "titanium", 4], + ]; + patpros.forEach((tier) => { + let interProv = (materialType, blockType) => { + event.shaped(`${tier[2]}x ${blockType}`, ["PGP", "ACF", "PGP"], { + P: `#forge:plates/${tier[1]}`, + G: materialType, + A: "ae2:annihilation_core", + F: "ae2:formation_core", + C: `gtceu:${tier[0]}_conveyor_module`, + }); + }; + interProv("#forge:glass", "ae2:interface"); + interProv("minecraft:crafting_table", "ae2:pattern_provider"); + }); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/molecular_assemblers.js b/kubejs/server_scripts/appliedenergistics2/molecular_assemblers.js index 7e9c8da..52baabe 100644 --- a/kubejs/server_scripts/appliedenergistics2/molecular_assemblers.js +++ b/kubejs/server_scripts/appliedenergistics2/molecular_assemblers.js @@ -1,20 +1,20 @@ -ServerEvents.recipes((event) => { - const patpros = [ - ["hv", "stainless_steel", 1], - ["ev", "titanium", 4], - ["iv", "tungsten_steel", 16], - ]; - patpros.forEach((tier) => { - let interProv = (materialType, blockType) => { - event.shaped(`${tier[2]}x ${blockType}`, ["PGP", "ACF", "PGP"], { - P: `#forge:plates/${tier[1]}`, - G: materialType, - A: "ae2:annihilation_core", - F: "ae2:formation_core", - C: `gtceu:${tier[0]}_conveyor_module`, - }); - }; - event.remove({ id: "ae2:network/crafting/molecular_assembler" }); - interProv("ae2:quartz_glass", "ae2:molecular_assembler"); - }); -}); +ServerEvents.recipes((event) => { + const patpros = [ + ["hv", "stainless_steel", 1], + ["ev", "titanium", 4], + ["iv", "tungsten_steel", 16], + ]; + patpros.forEach((tier) => { + let interProv = (materialType, blockType) => { + event.shaped(`${tier[2]}x ${blockType}`, ["PGP", "ACF", "PGP"], { + P: `#forge:plates/${tier[1]}`, + G: materialType, + A: "ae2:annihilation_core", + F: "ae2:formation_core", + C: `gtceu:${tier[0]}_conveyor_module`, + }); + }; + event.remove({ id: "ae2:network/crafting/molecular_assembler" }); + interProv("ae2:quartz_glass", "ae2:molecular_assembler"); + }); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/patterns.js b/kubejs/server_scripts/appliedenergistics2/patterns.js index 96eae61..5ae10f1 100644 --- a/kubejs/server_scripts/appliedenergistics2/patterns.js +++ b/kubejs/server_scripts/appliedenergistics2/patterns.js @@ -1,52 +1,52 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // Blank Pattern - event.remove({ id: "ae2:network/crafting/patterns_blank" }); - greg - .assembler("gtceu:blank_pattern") - .itemInputs( - "3x #forge:plates/steel", - "2x #forge:plates/polyethylene", - "4x #forge:fine_wires/red_alloy", - "#forge:circuits/mv" - ) - .itemOutputs("ae2:blank_pattern") - .duration(200) - .EUt(120); - - greg - .assembler("gtceu:blank_pattern_good") - .itemInputs( - "3x #forge:plates/steel", - "2x #forge:plates/polyvinyl_chloride", - "4x #forge:fine_wires/red_alloy", - "#forge:circuits/mv" - ) - .itemOutputs("4x ae2:blank_pattern") - .duration(200) - .EUt(120); - - greg - .assembler("gtceu:blank_pattern_better") - .itemInputs( - "3x #forge:plates/steel", - "2x #forge:plates/polytetrafluoroethylene", - "4x #forge:fine_wires/red_alloy", - "#forge:circuits/mv" - ) - .itemOutputs("16x ae2:blank_pattern") - .duration(200) - .EUt(480); - - greg - .assembler("gtceu:blank_pattern_best") - .itemInputs( - "3x #forge:plates/steel", - "2x #forge:plates/polybenzimidazole", - "4x #forge:fine_wires/red_alloy", - "#forge:circuits/mv" - ) - .itemOutputs("64x ae2:blank_pattern") - .duration(200) - .EUt(480); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // Blank Pattern + event.remove({ id: "ae2:network/crafting/patterns_blank" }); + greg + .assembler("gtceu:blank_pattern") + .itemInputs( + "3x #forge:plates/steel", + "2x #forge:plates/polyethylene", + "4x #forge:fine_wires/red_alloy", + "#forge:circuits/mv" + ) + .itemOutputs("ae2:blank_pattern") + .duration(200) + .EUt(120); + + greg + .assembler("gtceu:blank_pattern_good") + .itemInputs( + "3x #forge:plates/steel", + "2x #forge:plates/polyvinyl_chloride", + "4x #forge:fine_wires/red_alloy", + "#forge:circuits/mv" + ) + .itemOutputs("4x ae2:blank_pattern") + .duration(200) + .EUt(120); + + greg + .assembler("gtceu:blank_pattern_better") + .itemInputs( + "3x #forge:plates/steel", + "2x #forge:plates/polytetrafluoroethylene", + "4x #forge:fine_wires/red_alloy", + "#forge:circuits/mv" + ) + .itemOutputs("16x ae2:blank_pattern") + .duration(200) + .EUt(480); + + greg + .assembler("gtceu:blank_pattern_best") + .itemInputs( + "3x #forge:plates/steel", + "2x #forge:plates/polybenzimidazole", + "4x #forge:fine_wires/red_alloy", + "#forge:circuits/mv" + ) + .itemOutputs("64x ae2:blank_pattern") + .duration(200) + .EUt(480); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/portable_cells.js b/kubejs/server_scripts/appliedenergistics2/portable_cells.js index fe355eb..7e7265b 100644 --- a/kubejs/server_scripts/appliedenergistics2/portable_cells.js +++ b/kubejs/server_scripts/appliedenergistics2/portable_cells.js @@ -1,12 +1,12 @@ -ServerEvents.recipes((event) => { - // Portable Cells - event.remove({ id: "ae2:tools/portable_item_cell_1k" }); - event.shaped("ae2:portable_item_cell_1k", ["BGB", "CHC", "PWP"], { - B: "#forge:bolts/red_alloy", - G: "#forge:glass_panes", - C: "#forge:circuits/ulv", - H: "#forge:chests/wooden", - P: "#forge:plates/wrought_iron", - W: "gtceu:red_alloy_single_cable", - }); -}); +ServerEvents.recipes((event) => { + // Portable Cells + event.remove({ id: "ae2:tools/portable_item_cell_1k" }); + event.shaped("ae2:portable_item_cell_1k", ["BGB", "CHC", "PWP"], { + B: "#forge:bolts/red_alloy", + G: "#forge:glass_panes", + C: "#forge:circuits/ulv", + H: "#forge:chests/wooden", + P: "#forge:plates/wrought_iron", + W: "gtceu:red_alloy_single_cable", + }); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/pressing.js b/kubejs/server_scripts/appliedenergistics2/pressing.js index 369a920..843abc5 100644 --- a/kubejs/server_scripts/appliedenergistics2/pressing.js +++ b/kubejs/server_scripts/appliedenergistics2/pressing.js @@ -1,39 +1,39 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // Silicon - event.remove({ id: "ae2:inscriber/silicon_press" }); - greg - .laser_engraver("gtceu:inscriber_silicon_press") - .itemInputs("#forge:plates/steel") - .notConsumable("gtceu:sapphire_lens") - .itemOutputs("ae2:silicon_press") - .duration(500) - .EUt(120); - // Logic - event.remove({ id: "ae2:inscriber/logic_press" }); - greg - .laser_engraver("gtceu:inscriber_logic_press") - .itemInputs("#forge:plates/steel") - .notConsumable("gtceu:emerald_lens") - .itemOutputs("ae2:logic_processor_press") - .duration(500) - .EUt(120); - // Engineering - event.remove({ id: "ae2:inscriber/engineering_press" }); - greg - .laser_engraver("gtceu:inscriber_engineering_press") - .itemInputs("#forge:plates/steel") - .notConsumable("gtceu:ruby_lens") - .itemOutputs("ae2:engineering_processor_press") - .duration(500) - .EUt(120); - // Calculation - event.remove({ id: "ae2:inscriber/calculation_press" }); - greg - .laser_engraver("gtceu:inscriber_calculation_press") - .itemInputs("#forge:plates/steel") - .notConsumable("gtceu:glass_lens") - .itemOutputs("ae2:calculation_processor_press") - .duration(500) - .EUt(120); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // Silicon + event.remove({ id: "ae2:inscriber/silicon_press" }); + greg + .laser_engraver("gtceu:inscriber_silicon_press") + .itemInputs("#forge:plates/steel") + .notConsumable("gtceu:sapphire_lens") + .itemOutputs("ae2:silicon_press") + .duration(500) + .EUt(120); + // Logic + event.remove({ id: "ae2:inscriber/logic_press" }); + greg + .laser_engraver("gtceu:inscriber_logic_press") + .itemInputs("#forge:plates/steel") + .notConsumable("gtceu:emerald_lens") + .itemOutputs("ae2:logic_processor_press") + .duration(500) + .EUt(120); + // Engineering + event.remove({ id: "ae2:inscriber/engineering_press" }); + greg + .laser_engraver("gtceu:inscriber_engineering_press") + .itemInputs("#forge:plates/steel") + .notConsumable("gtceu:ruby_lens") + .itemOutputs("ae2:engineering_processor_press") + .duration(500) + .EUt(120); + // Calculation + event.remove({ id: "ae2:inscriber/calculation_press" }); + greg + .laser_engraver("gtceu:inscriber_calculation_press") + .itemInputs("#forge:plates/steel") + .notConsumable("gtceu:glass_lens") + .itemOutputs("ae2:calculation_processor_press") + .duration(500) + .EUt(120); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/removals.js b/kubejs/server_scripts/appliedenergistics2/removals.js index 495e4b5..f92e90c 100644 --- a/kubejs/server_scripts/appliedenergistics2/removals.js +++ b/kubejs/server_scripts/appliedenergistics2/removals.js @@ -1,39 +1,39 @@ -ServerEvents.recipes((event) => { - let yeet = (recipeTag) => { - event.remove({ id: recipeTag }); - }; - let yote = (itemName) => { - event.remove({ output: itemName }); - event.remove({ input: itemName }); - }; - event.remove({ type: "ae2:transform" }); - event.remove({ type: "ae2:entropy" }); - event.remove({ type: "ae2:charger" }); - event.remove({ type: "ae2:inscriber" }); - yeet("ae2:network/blocks/inscribers"); - yeet("ae2:network/blocks/crystal_processing_charger"); - yeet("ae2:misc/deconstruction_certus_quartz_pillar"); - yeet("ae2:misc/deconstruction_certus_quartz_block"); - yeet("ae2:misc/deconstruction_chiseled_certus_quartz"); - yeet("ae2:network/blocks/interfaces_interface"); - yeet("ae2:network/blocks/pattern_providers_interface"); - yeet("ae2:network/blocks/energy_vibration_chamber"); - yeet("ae2:blasting/silicon_from_certus_quartz_dust"); - yeet("ae2:smelting/silicon_from_certus_quartz_dust"); - yeet("ae2:network/blocks/crank"); - yeet("ae2:tools/misctools_entropy_manipulator"); - yeet("ae2:tools/misctools_charged_staff"); - yeet("ae2:tools/network_color_applicator"); - yeet("ae2:tools/matter_cannon"); - yeet("ae2:shaped/not_so_mysterious_cube"); - yeet("ae2:network/blocks/crystal_processing_quartz_growth_accelerator"); - - yote("ae2:cut_quartz_block"); - yote("ae2:chiseled_quartz_block"); - yote("ae2:quartz_stairs"); - yote("ae2:quartz_bricks"); - yote("ae2:quartz_pillar"); - yote("ae2:smooth_quartz_block"); - yote("ae2:quartz_wall"); - yote("ae2:quartz_slab"); -}); +ServerEvents.recipes((event) => { + let yeet = (recipeTag) => { + event.remove({ id: recipeTag }); + }; + let yote = (itemName) => { + event.remove({ output: itemName }); + event.remove({ input: itemName }); + }; + event.remove({ type: "ae2:transform" }); + event.remove({ type: "ae2:entropy" }); + event.remove({ type: "ae2:charger" }); + event.remove({ type: "ae2:inscriber" }); + yeet("ae2:network/blocks/inscribers"); + yeet("ae2:network/blocks/crystal_processing_charger"); + yeet("ae2:misc/deconstruction_certus_quartz_pillar"); + yeet("ae2:misc/deconstruction_certus_quartz_block"); + yeet("ae2:misc/deconstruction_chiseled_certus_quartz"); + yeet("ae2:network/blocks/interfaces_interface"); + yeet("ae2:network/blocks/pattern_providers_interface"); + yeet("ae2:network/blocks/energy_vibration_chamber"); + yeet("ae2:blasting/silicon_from_certus_quartz_dust"); + yeet("ae2:smelting/silicon_from_certus_quartz_dust"); + yeet("ae2:network/blocks/crank"); + yeet("ae2:tools/misctools_entropy_manipulator"); + yeet("ae2:tools/misctools_charged_staff"); + yeet("ae2:tools/network_color_applicator"); + yeet("ae2:tools/matter_cannon"); + yeet("ae2:shaped/not_so_mysterious_cube"); + yeet("ae2:network/blocks/crystal_processing_quartz_growth_accelerator"); + + yote("ae2:cut_quartz_block"); + yote("ae2:chiseled_quartz_block"); + yote("ae2:quartz_stairs"); + yote("ae2:quartz_bricks"); + yote("ae2:quartz_pillar"); + yote("ae2:smooth_quartz_block"); + yote("ae2:quartz_wall"); + yote("ae2:quartz_slab"); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/storage_parts.js b/kubejs/server_scripts/appliedenergistics2/storage_parts.js index b9589bb..fb520bc 100644 --- a/kubejs/server_scripts/appliedenergistics2/storage_parts.js +++ b/kubejs/server_scripts/appliedenergistics2/storage_parts.js @@ -1,78 +1,78 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // 1k storage - event.remove({ output: "ae2:cell_component_1k" }); - greg - .assembler("gtceu:1k_component") - .itemInputs( - "gtceu:cpu_chip", - "#forge:plates/certus_quartz", - "#forge:circuits/lv" - ) - .itemOutputs("ae2:cell_component_1k") - .duration(200) - .EUt(30); - greg - .assembler("gtceu:1k_component_expensive") - .itemInputs( - "16x #gtceu:resistors", - "#forge:plates/certus_quartz", - "2x #forge:circuits/lv" - ) - .inputFluids("gtceu:red_alloy 288") - .itemOutputs("ae2:cell_component_1k") - .duration(200) - .EUt(30); - - // 4k storage - event.remove({ output: "ae2:cell_component_4k" }); - greg - .assembler("gtceu:4k_component") - .itemInputs( - "gtceu:ram_chip", - "3x ae2:cell_component_1k", - "#forge:circuits/mv" - ) - .itemOutputs("ae2:cell_component_4k") - .duration(200) - .EUt(30); - - // 16k storage - event.remove({ output: "ae2:cell_component_16k" }); - greg - .assembler("gtceu:16k_component") - .itemInputs( - "gtceu:ulpic_chip", - "3x ae2:cell_component_4k", - "#forge:circuits/hv" - ) - .itemOutputs("ae2:cell_component_16k") - .duration(200) - .EUt(120); - - // 64k storage - event.remove({ output: "ae2:cell_component_64k" }); - greg - .assembler("gtceu:64k_component") - .itemInputs( - "gtceu:lpic_chip", - "3x ae2:cell_component_16k", - "#forge:circuits/ev" - ) - .itemOutputs("ae2:cell_component_64k") - .duration(200) - .EUt(480); - - // 256k storage - event.remove({ output: "ae2:cell_component_256k" }); - greg - .assembler("gtceu:256k_component") - .itemInputs( - "gtceu:qbit_cpu_chip", - "3x ae2:cell_component_64k", - "#forge:circuits/iv" - ) - .itemOutputs("ae2:cell_component_256k") - .duration(200) - .EUt(1920); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // 1k storage + event.remove({ output: "ae2:cell_component_1k" }); + greg + .assembler("gtceu:1k_component") + .itemInputs( + "gtceu:cpu_chip", + "#forge:plates/certus_quartz", + "#forge:circuits/lv" + ) + .itemOutputs("ae2:cell_component_1k") + .duration(200) + .EUt(30); + greg + .assembler("gtceu:1k_component_expensive") + .itemInputs( + "16x #gtceu:resistors", + "#forge:plates/certus_quartz", + "2x #forge:circuits/lv" + ) + .inputFluids("gtceu:red_alloy 288") + .itemOutputs("ae2:cell_component_1k") + .duration(200) + .EUt(30); + + // 4k storage + event.remove({ output: "ae2:cell_component_4k" }); + greg + .assembler("gtceu:4k_component") + .itemInputs( + "gtceu:ram_chip", + "3x ae2:cell_component_1k", + "#forge:circuits/mv" + ) + .itemOutputs("ae2:cell_component_4k") + .duration(200) + .EUt(30); + + // 16k storage + event.remove({ output: "ae2:cell_component_16k" }); + greg + .assembler("gtceu:16k_component") + .itemInputs( + "gtceu:ulpic_chip", + "3x ae2:cell_component_4k", + "#forge:circuits/hv" + ) + .itemOutputs("ae2:cell_component_16k") + .duration(200) + .EUt(120); + + // 64k storage + event.remove({ output: "ae2:cell_component_64k" }); + greg + .assembler("gtceu:64k_component") + .itemInputs( + "gtceu:lpic_chip", + "3x ae2:cell_component_16k", + "#forge:circuits/ev" + ) + .itemOutputs("ae2:cell_component_64k") + .duration(200) + .EUt(480); + + // 256k storage + event.remove({ output: "ae2:cell_component_256k" }); + greg + .assembler("gtceu:256k_component") + .itemInputs( + "gtceu:qbit_cpu_chip", + "3x ae2:cell_component_64k", + "#forge:circuits/iv" + ) + .itemOutputs("ae2:cell_component_256k") + .duration(200) + .EUt(1920); +}); diff --git a/kubejs/server_scripts/appliedenergistics2/terminals.js b/kubejs/server_scripts/appliedenergistics2/terminals.js index c9c7217..6df09c6 100644 --- a/kubejs/server_scripts/appliedenergistics2/terminals.js +++ b/kubejs/server_scripts/appliedenergistics2/terminals.js @@ -1,116 +1,116 @@ -ServerEvents.recipes((event) => { - // Wireless Terminal - event.remove({ id: "ae2:network/wireless_terminal" }); - event.shaped("ae2:wireless_terminal", ["wRd", "CTC", "KLK"], { - w: "#forge:tools/wrenches", - R: "ae2:wireless_receiver", - d: "#forge:tools/screwdrivers", - C: "#forge:circuits/hv", - T: "ae2:terminal", - K: "ae2:fluix_glass_cable", - L: "gtceu:lapotron_crystal", - }); - // Wireless Crafting Terminal - event.remove({ id: "ae2:network/wireless_crafting_terminal" }); - event.remove({ id: "ae2:network/upgrade_wireless_crafting_terminal" }); - event.shaped("ae2:wireless_crafting_terminal", ["TC ", "Kd ", " "], { - d: "#forge:tools/screwdrivers", - T: "ae2:wireless_terminal", - C: "gtceu:crafting_table_cover", - K: "ae2:fluix_glass_cable", - }); - - // ME Storage Bus - event.remove({ id: "ae2:network/parts/storage_bus" }); - event.shaped("ae2:storage_bus", ["IPC"], { - I: "ae2:interface", - P: "gtceu:lv_electric_piston", - C: "ae2:fluix_glass_cable", - }); - - // ME Import Bus - event.remove({ id: "ae2:network/parts/import_bus" }); - event.shaped("ae2:import_bus", ["IPC"], { - I: "ae2:annihilation_core", - P: "gtceu:lv_robot_arm", - C: "ae2:fluix_glass_cable", - }); - - // ME Import Bus - event.remove({ id: "ae2:network/parts/export_bus" }); - event.shaped("ae2:export_bus", ["IPC"], { - I: "ae2:formation_core", - P: "gtceu:lv_robot_arm", - C: "ae2:fluix_glass_cable", - }); - - // ME Formation Plane - event.remove({ output: "ae2:formation_plane" }); - event.shaped("ae2:formation_plane", ["EFC", "PPP"], { - E: "gtceu:lv_electric_piston", - F: "ae2:formation_core", - C: "#forge:gears/fluix", - P: "#forge:plates/steel", - }); - - // ME Formation Plane - event.remove({ output: "ae2:annihilation_plane" }); - event.shaped("ae2:annihilation_plane", ["EFC", "PPP"], { - E: "gtceu:lv_electric_piston", - F: "ae2:annihilation_core", - C: "#forge:gears/fluix", - P: "#forge:plates/steel", - }); - - // ME Terminal - event.remove({ id: "ae2:network/parts/terminals" }); - event.shaped("ae2:terminal", ["BCB", "xPd", "CDC"], { - B: "#forge:bolts/tin_alloy", - C: "#forge:circuits/lv", - x: "#forge:tools/wire_cutters", - P: "ae2:semi_dark_monitor", - d: "#forge:tools/screwdrivers", - D: "#forge:plates/double/steel", - }); - event.shaped("ae2:terminal", ["PB ", "Cd "], { - B: "ae2:calculation_processor", - C: "ae2:logic_processor", - P: "ae2:semi_dark_monitor", - d: "#forge:tools/screwdrivers", - }); - - // ME Crafting Terminal - event.remove({ id: "ae2:network/parts/terminals_crafting" }); - event.shaped("ae2:crafting_terminal", ["PB ", "Cd "], { - P: "ae2:terminal", - B: "gtceu:crafting_table_cover", - C: "ae2:calculation_processor", - d: "#forge:tools/screwdrivers", - }); - - // ME Pattern Terminal - event.remove({ id: "ae2:network/parts/terminals_pattern_encoding" }); - event.shaped("ae2:pattern_encoding_terminal", ["PB ", "Cd "], { - P: "ae2:terminal", - B: "ae2:blank_pattern", - C: "ae2:engineering_processor", - d: "#forge:tools/screwdrivers", - }); - - // ME Pattern Access Terminal - event.remove({ id: "ae2:network/parts/terminals_pattern_access" }); - event.shaped("ae2:pattern_access_terminal", ["PB ", "Cd "], { - P: "ae2:terminal", - B: "gtceu:polyvinyl_chloride_plate", - C: "ae2:fluix_glass_cable", - d: "#forge:tools/screwdrivers", - }); - - // P2P Tunnel - event.remove({ id: "ae2:network/parts/tunnels_me" }); - event.shaped("2x ae2:me_p2p_tunnel", [" P ", "PEP", "PCP"], { - P: "#forge:plates/tungsten_steel", - E: "ae2:engineering_processor", - C: "ae2:fluix_glass_cable", - }); -}); +ServerEvents.recipes((event) => { + // Wireless Terminal + event.remove({ id: "ae2:network/wireless_terminal" }); + event.shaped("ae2:wireless_terminal", ["wRd", "CTC", "KLK"], { + w: "#forge:tools/wrenches", + R: "ae2:wireless_receiver", + d: "#forge:tools/screwdrivers", + C: "#forge:circuits/hv", + T: "ae2:terminal", + K: "ae2:fluix_glass_cable", + L: "gtceu:lapotron_crystal", + }); + // Wireless Crafting Terminal + event.remove({ id: "ae2:network/wireless_crafting_terminal" }); + event.remove({ id: "ae2:network/upgrade_wireless_crafting_terminal" }); + event.shaped("ae2:wireless_crafting_terminal", ["TC ", "Kd ", " "], { + d: "#forge:tools/screwdrivers", + T: "ae2:wireless_terminal", + C: "gtceu:crafting_table_cover", + K: "ae2:fluix_glass_cable", + }); + + // ME Storage Bus + event.remove({ id: "ae2:network/parts/storage_bus" }); + event.shaped("ae2:storage_bus", ["IPC"], { + I: "ae2:interface", + P: "gtceu:lv_electric_piston", + C: "ae2:fluix_glass_cable", + }); + + // ME Import Bus + event.remove({ id: "ae2:network/parts/import_bus" }); + event.shaped("ae2:import_bus", ["IPC"], { + I: "ae2:annihilation_core", + P: "gtceu:lv_robot_arm", + C: "ae2:fluix_glass_cable", + }); + + // ME Import Bus + event.remove({ id: "ae2:network/parts/export_bus" }); + event.shaped("ae2:export_bus", ["IPC"], { + I: "ae2:formation_core", + P: "gtceu:lv_robot_arm", + C: "ae2:fluix_glass_cable", + }); + + // ME Formation Plane + event.remove({ output: "ae2:formation_plane" }); + event.shaped("ae2:formation_plane", ["EFC", "PPP"], { + E: "gtceu:lv_electric_piston", + F: "ae2:formation_core", + C: "#forge:gears/fluix", + P: "#forge:plates/steel", + }); + + // ME Formation Plane + event.remove({ output: "ae2:annihilation_plane" }); + event.shaped("ae2:annihilation_plane", ["EFC", "PPP"], { + E: "gtceu:lv_electric_piston", + F: "ae2:annihilation_core", + C: "#forge:gears/fluix", + P: "#forge:plates/steel", + }); + + // ME Terminal + event.remove({ id: "ae2:network/parts/terminals" }); + event.shaped("ae2:terminal", ["BCB", "xPd", "CDC"], { + B: "#forge:bolts/tin_alloy", + C: "#forge:circuits/lv", + x: "#forge:tools/wire_cutters", + P: "ae2:semi_dark_monitor", + d: "#forge:tools/screwdrivers", + D: "#forge:plates/double/steel", + }); + event.shaped("ae2:terminal", ["PB ", "Cd "], { + B: "ae2:calculation_processor", + C: "ae2:logic_processor", + P: "ae2:semi_dark_monitor", + d: "#forge:tools/screwdrivers", + }); + + // ME Crafting Terminal + event.remove({ id: "ae2:network/parts/terminals_crafting" }); + event.shaped("ae2:crafting_terminal", ["PB ", "Cd "], { + P: "ae2:terminal", + B: "gtceu:crafting_table_cover", + C: "ae2:calculation_processor", + d: "#forge:tools/screwdrivers", + }); + + // ME Pattern Terminal + event.remove({ id: "ae2:network/parts/terminals_pattern_encoding" }); + event.shaped("ae2:pattern_encoding_terminal", ["PB ", "Cd "], { + P: "ae2:terminal", + B: "ae2:blank_pattern", + C: "ae2:engineering_processor", + d: "#forge:tools/screwdrivers", + }); + + // ME Pattern Access Terminal + event.remove({ id: "ae2:network/parts/terminals_pattern_access" }); + event.shaped("ae2:pattern_access_terminal", ["PB ", "Cd "], { + P: "ae2:terminal", + B: "gtceu:polyvinyl_chloride_plate", + C: "ae2:fluix_glass_cable", + d: "#forge:tools/screwdrivers", + }); + + // P2P Tunnel + event.remove({ id: "ae2:network/parts/tunnels_me" }); + event.shaped("2x ae2:me_p2p_tunnel", [" P ", "PEP", "PCP"], { + P: "#forge:plates/tungsten_steel", + E: "ae2:engineering_processor", + C: "ae2:fluix_glass_cable", + }); +}); diff --git a/kubejs/server_scripts/building_gadgets/gadgets.js b/kubejs/server_scripts/building_gadgets/gadgets.js index 1ac4d0c..1dd1592 100644 --- a/kubejs/server_scripts/building_gadgets/gadgets.js +++ b/kubejs/server_scripts/building_gadgets/gadgets.js @@ -1,57 +1,57 @@ -ServerEvents.recipes((event) => { - // Building Tool - event.remove({ output: "buildinggadgets2:gadget_building" }); - event.shaped("buildinggadgets2:gadget_building", ["PLP", "DCD", "PKP"], { - P: "#forge:plates/steel", - L: "#forge:plates/lapis", - D: "#forge:plates/diamond", - C: "#forge:circuits/lv", - K: "gtceu:tin_single_cable", - }); - // Exchanging Tool - event.remove({ output: "buildinggadgets2:gadget_exchanging" }); - event.shaped("buildinggadgets2:gadget_exchanging", ["PLP", "DCD", "PKP"], { - P: "#forge:plates/steel", - L: "#forge:plates/gold", - D: "#forge:plates/diamond", - C: "#forge:circuits/lv", - K: "gtceu:tin_single_cable", - }); - // Copy-paste Tool - event.remove({ output: "buildinggadgets2:gadget_copy_paste" }); - event.shaped("buildinggadgets2:gadget_copy_paste", ["PLP", "DCD", "PKP"], { - P: "#forge:plates/steel", - L: "#forge:plates/redstone", - D: "#forge:plates/emerald", - C: "#forge:circuits/lv", - K: "gtceu:tin_single_cable", - }); - - // Template Manager - event.remove({ output: "buildinggadgets2:template_manager" }); - event.shaped("buildinggadgets2:template_manager", ["KCK", "CHC", "KCK"], { - K: "gtceu:tin_single_cable", - C: "#forge:circuits/lv", - H: "gtceu:lv_machine_hull", - }); - - // Destruction Gadget - event.remove({ output: "buildinggadgets2:gadget_destruction" }); - event.shaped("buildinggadgets2:gadget_destruction", ["PLP", "DCD", "PKP"], { - P: "#forge:plates/aluminium", - L: "#forge:plates/nether_quartz", - D: "#forge:plates/ender_pearl", - C: "#forge:circuits/mv", - K: "gtceu:copper_single_cable", - }); - - // Cut 'n' Paste Gadget - event.remove({ output: "buildinggadgets2:gadget_cut_paste" }); - event.shaped("buildinggadgets2:gadget_cut_paste", ["PLP", "DCD", "PKP"], { - P: "#forge:plates/aluminium", - L: "#forge:plates/lapis", - D: "gtceu:iron_buzz_saw_blade", - C: "#forge:circuits/mv", - K: "gtceu:copper_single_cable", - }); -}); +ServerEvents.recipes((event) => { + // Building Tool + event.remove({ output: "buildinggadgets2:gadget_building" }); + event.shaped("buildinggadgets2:gadget_building", ["PLP", "DCD", "PKP"], { + P: "#forge:plates/steel", + L: "#forge:plates/lapis", + D: "#forge:plates/diamond", + C: "#forge:circuits/lv", + K: "gtceu:tin_single_cable", + }); + // Exchanging Tool + event.remove({ output: "buildinggadgets2:gadget_exchanging" }); + event.shaped("buildinggadgets2:gadget_exchanging", ["PLP", "DCD", "PKP"], { + P: "#forge:plates/steel", + L: "#forge:plates/gold", + D: "#forge:plates/diamond", + C: "#forge:circuits/lv", + K: "gtceu:tin_single_cable", + }); + // Copy-paste Tool + event.remove({ output: "buildinggadgets2:gadget_copy_paste" }); + event.shaped("buildinggadgets2:gadget_copy_paste", ["PLP", "DCD", "PKP"], { + P: "#forge:plates/steel", + L: "#forge:plates/redstone", + D: "#forge:plates/emerald", + C: "#forge:circuits/lv", + K: "gtceu:tin_single_cable", + }); + + // Template Manager + event.remove({ output: "buildinggadgets2:template_manager" }); + event.shaped("buildinggadgets2:template_manager", ["KCK", "CHC", "KCK"], { + K: "gtceu:tin_single_cable", + C: "#forge:circuits/lv", + H: "gtceu:lv_machine_hull", + }); + + // Destruction Gadget + event.remove({ output: "buildinggadgets2:gadget_destruction" }); + event.shaped("buildinggadgets2:gadget_destruction", ["PLP", "DCD", "PKP"], { + P: "#forge:plates/aluminium", + L: "#forge:plates/nether_quartz", + D: "#forge:plates/ender_pearl", + C: "#forge:circuits/mv", + K: "gtceu:copper_single_cable", + }); + + // Cut 'n' Paste Gadget + event.remove({ output: "buildinggadgets2:gadget_cut_paste" }); + event.shaped("buildinggadgets2:gadget_cut_paste", ["PLP", "DCD", "PKP"], { + P: "#forge:plates/aluminium", + L: "#forge:plates/lapis", + D: "gtceu:iron_buzz_saw_blade", + C: "#forge:circuits/mv", + K: "gtceu:copper_single_cable", + }); +}); diff --git a/kubejs/server_scripts/crafting_station/recipes.js b/kubejs/server_scripts/crafting_station/recipes.js index c50effe..f9a19f1 100644 --- a/kubejs/server_scripts/crafting_station/recipes.js +++ b/kubejs/server_scripts/crafting_station/recipes.js @@ -1,12 +1,12 @@ -ServerEvents.recipes((event) => { - event.remove({ id: "craftingstation:crafting_station" }); - event.shapeless("craftingstation:crafting_station", [ - "minecraft:crafting_table", - "#forge:tools/saws", - ]); - event.remove({ id: "craftingstation:crafting_station_slab" }); - event.shapeless("craftingstation:crafting_station_slab", [ - "craftingstation:crafting_station", - "#forge:tools/saws", - ]); -}); +ServerEvents.recipes((event) => { + event.remove({ id: "craftingstation:crafting_station" }); + event.shapeless("craftingstation:crafting_station", [ + "minecraft:crafting_table", + "#forge:tools/saws", + ]); + event.remove({ id: "craftingstation:crafting_station_slab" }); + event.shapeless("craftingstation:crafting_station_slab", [ + "craftingstation:crafting_station", + "#forge:tools/saws", + ]); +}); diff --git a/kubejs/server_scripts/elden_ring.js b/kubejs/server_scripts/elden_ring.js index 02570c1..5d1c100 100644 --- a/kubejs/server_scripts/elden_ring.js +++ b/kubejs/server_scripts/elden_ring.js @@ -1,16 +1,16 @@ -ServerEvents.recipes((event) => { - event.recipes.gtceu - .assembler("angel_ring") - .itemInputs("#forge:rings/rose_gold", "2x feather") - .inputFluids("gtceu:liquid_air 500") - .itemOutputs("better_angel_ring:angel_ring") - .duration(200) - .EUt(128); - - // Void Portal - event.remove({ id: "javd:portal_block" }); - event.shaped(`javd:portal_block`, ["PPP", "PEP", "PPP"], { - P: "#forge:plates/obsidian", - E: "gtceu:ender_pearl_block", - }); -}); +ServerEvents.recipes((event) => { + event.recipes.gtceu + .assembler("angel_ring") + .itemInputs("#forge:rings/rose_gold", "2x feather") + .inputFluids("gtceu:liquid_air 500") + .itemOutputs("better_angel_ring:angel_ring") + .duration(200) + .EUt(128); + + // Void Portal + event.remove({ id: "javd:portal_block" }); + event.shaped(`javd:portal_block`, ["PPP", "PEP", "PPP"], { + P: "#forge:plates/obsidian", + E: "gtceu:ender_pearl_block", + }); +}); diff --git a/kubejs/server_scripts/gregtech/components.js b/kubejs/server_scripts/gregtech/components.js index 46b0aea..11d7d34 100644 --- a/kubejs/server_scripts/gregtech/components.js +++ b/kubejs/server_scripts/gregtech/components.js @@ -1,24 +1,24 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - event.remove({ output: "gtceu:fluid_voiding_cover" }); - event.remove({ id: "gtceu:macerator/macerate_fluid_voiding_cover" }); - greg - .assembler("fluid_voiding_cover") - .itemInputs( - "2x #forge:screws/steel", - "gtceu:fluid_detector_cover", - "gtceu:bronze_normal_fluid_pipe" - ) - .itemOutputs("gtceu:fluid_voiding_cover") - .duration(100) - .EUt(30); - - event.remove({ output: "gtceu:item_voiding_cover" }); - event.remove({ id: "gtceu:macerator/macerate_item_voiding_cover" }); - greg - .assembler("item_voiding_cover") - .itemInputs("2x #forge:screws/steel", "gtceu:item_detector_cover", "hopper") - .itemOutputs("gtceu:item_voiding_cover") - .duration(100) - .EUt(30); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + event.remove({ output: "gtceu:fluid_voiding_cover" }); + event.remove({ id: "gtceu:macerator/macerate_fluid_voiding_cover" }); + greg + .assembler("fluid_voiding_cover") + .itemInputs( + "2x #forge:screws/steel", + "gtceu:fluid_detector_cover", + "gtceu:bronze_normal_fluid_pipe" + ) + .itemOutputs("gtceu:fluid_voiding_cover") + .duration(100) + .EUt(30); + + event.remove({ output: "gtceu:item_voiding_cover" }); + event.remove({ id: "gtceu:macerator/macerate_item_voiding_cover" }); + greg + .assembler("item_voiding_cover") + .itemInputs("2x #forge:screws/steel", "gtceu:item_detector_cover", "hopper") + .itemOutputs("gtceu:item_voiding_cover") + .duration(100) + .EUt(30); +}); diff --git a/kubejs/server_scripts/gregtech/greenhouse.js b/kubejs/server_scripts/gregtech/greenhouse.js index 76874bd..6f1527c 100644 --- a/kubejs/server_scripts/gregtech/greenhouse.js +++ b/kubejs/server_scripts/gregtech/greenhouse.js @@ -1,106 +1,106 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - const trees = [ - ["minecraft:oak_sapling", "minecraft:oak_log"], - ["minecraft:spruce_sapling", "minecraft:spruce_log"], - ["minecraft:birch_sapling", "minecraft:birch_log"], - ["minecraft:jungle_sapling", "minecraft:jungle_log"], - ["minecraft:acacia_sapling", "minecraft:acacia_log"], - ["minecraft:dark_oak_sapling", "minecraft:dark_oak_log"], - ["minecraft:mangrove_propagule", "minecraft:mangrove_log"], - ["minecraft:cherry_sapling", "minecraft:cherry_log"], - ]; - const plants = [ - ["minecraft:pumpkin_seeds", "minecraft:pumpkin", 6], - ["minecraft:beetroot_seeds", "minecraft:beetroot", 16], - ["minecraft:sweet_berries", "minecraft:sweet_berries", 16], - ["minecraft:glow_berries", "minecraft:glow_berries", 8], - ["minecraft:wheat_seeds", "minecraft:wheat", 16], - ["minecraft:melon_seeds", "minecraft:melon", 6], - ["minecraft:carrot", "minecraft:carrot", 12], - ["minecraft:sugar_cane", "minecraft:sugar_cane", 12], - ["minecraft:kelp", "minecraft:kelp", 12], - ["minecraft:cactus", "minecraft:cactus", 12], - ["minecraft:brown_mushroom", "minecraft:brown_mushroom", 12], - ["minecraft:red_mushroom", "minecraft:red_mushroom", 12], - ["minecraft:nether_wart", "minecraft:nether_wart", 12], - ["minecraft:bamboo", "minecraft:bamboo", 16], - ]; - - event.shaped("gtceu:greenhouse", ["GGG", "CHC", "PUP"], { - G: "gtceu:tempered_glass", - C: "#forge:circuits/mv", - H: "gtceu:mv_machine_hull", - P: "gtceu:mv_electric_piston", - U: "gtceu:mv_electric_pump", - }); - trees.forEach((woodType) => { - greg - .greenhouse(woodType[0]) - .notConsumable(woodType[0]) - .inputFluids("water 1000") - .itemOutputs(`64x ${woodType[1]}`, `6x ${woodType[0]}`) - .duration(1200) - .EUt(40) - .circuit(1); - - greg - .greenhouse(`${woodType[0]}_fertiliser`) - .notConsumable(woodType[0]) - .itemInputs("4x gtceu:fertilizer") - .inputFluids("water 1000") - .itemOutputs( - `64x ${woodType[1]}`, - `64x ${woodType[1]}`, - `12x ${woodType[0]}` - ) - .duration(900) - .EUt(60) - .circuit(2); - }); - - plants.forEach((seedType) => { - greg - .greenhouse(seedType[0]) - .notConsumable(seedType[0]) - .inputFluids("water 1000") - .itemOutputs(`${seedType[2]}x ${seedType[1]}`) - .duration(1200) - .EUt(40) - .circuit(1); - greg - .greenhouse(seedType[0] + "_fertilizer") - .notConsumable(seedType[0]) - .itemInputs("4x gtceu:fertilizer") - .inputFluids("water 1000") - .itemOutputs(`${2 * seedType[2]}x ${seedType[1]}`) - .duration(900) - .EUt(60) - .circuit(2); - }); - greg - .greenhouse("rubber_wood") - .notConsumable("gtceu:rubber_sapling") - .inputFluids("water 1000") - .itemOutputs( - "16x gtceu:rubber_log", - "3x gtceu:rubber_sapling", - "4x gtceu:sticky_resin" - ) - .duration(1200) - .EUt(40) - .circuit(1); - greg - .greenhouse("rubber_wood_fertiliser") - .notConsumable("gtceu:rubber_sapling") - .itemInputs("4x gtceu:fertilizer") - .inputFluids("water 1000") - .itemOutputs( - "32x gtceu:rubber_log", - "6x gtceu:rubber_sapling", - "8x gtceu:sticky_resin" - ) - .duration(900) - .EUt(60) - .circuit(2); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + const trees = [ + ["minecraft:oak_sapling", "minecraft:oak_log"], + ["minecraft:spruce_sapling", "minecraft:spruce_log"], + ["minecraft:birch_sapling", "minecraft:birch_log"], + ["minecraft:jungle_sapling", "minecraft:jungle_log"], + ["minecraft:acacia_sapling", "minecraft:acacia_log"], + ["minecraft:dark_oak_sapling", "minecraft:dark_oak_log"], + ["minecraft:mangrove_propagule", "minecraft:mangrove_log"], + ["minecraft:cherry_sapling", "minecraft:cherry_log"], + ]; + const plants = [ + ["minecraft:pumpkin_seeds", "minecraft:pumpkin", 6], + ["minecraft:beetroot_seeds", "minecraft:beetroot", 16], + ["minecraft:sweet_berries", "minecraft:sweet_berries", 16], + ["minecraft:glow_berries", "minecraft:glow_berries", 8], + ["minecraft:wheat_seeds", "minecraft:wheat", 16], + ["minecraft:melon_seeds", "minecraft:melon", 6], + ["minecraft:carrot", "minecraft:carrot", 12], + ["minecraft:sugar_cane", "minecraft:sugar_cane", 12], + ["minecraft:kelp", "minecraft:kelp", 12], + ["minecraft:cactus", "minecraft:cactus", 12], + ["minecraft:brown_mushroom", "minecraft:brown_mushroom", 12], + ["minecraft:red_mushroom", "minecraft:red_mushroom", 12], + ["minecraft:nether_wart", "minecraft:nether_wart", 12], + ["minecraft:bamboo", "minecraft:bamboo", 16], + ]; + + event.shaped("gtceu:greenhouse", ["GGG", "CHC", "PUP"], { + G: "gtceu:tempered_glass", + C: "#forge:circuits/mv", + H: "gtceu:mv_machine_hull", + P: "gtceu:mv_electric_piston", + U: "gtceu:mv_electric_pump", + }); + trees.forEach((woodType) => { + greg + .greenhouse(woodType[0]) + .notConsumable(woodType[0]) + .inputFluids("water 1000") + .itemOutputs(`64x ${woodType[1]}`, `6x ${woodType[0]}`) + .duration(1200) + .EUt(40) + .circuit(1); + + greg + .greenhouse(`${woodType[0]}_fertiliser`) + .notConsumable(woodType[0]) + .itemInputs("4x gtceu:fertilizer") + .inputFluids("water 1000") + .itemOutputs( + `64x ${woodType[1]}`, + `64x ${woodType[1]}`, + `12x ${woodType[0]}` + ) + .duration(900) + .EUt(60) + .circuit(2); + }); + + plants.forEach((seedType) => { + greg + .greenhouse(seedType[0]) + .notConsumable(seedType[0]) + .inputFluids("water 1000") + .itemOutputs(`${seedType[2]}x ${seedType[1]}`) + .duration(1200) + .EUt(40) + .circuit(1); + greg + .greenhouse(seedType[0] + "_fertilizer") + .notConsumable(seedType[0]) + .itemInputs("4x gtceu:fertilizer") + .inputFluids("water 1000") + .itemOutputs(`${2 * seedType[2]}x ${seedType[1]}`) + .duration(900) + .EUt(60) + .circuit(2); + }); + greg + .greenhouse("rubber_wood") + .notConsumable("gtceu:rubber_sapling") + .inputFluids("water 1000") + .itemOutputs( + "16x gtceu:rubber_log", + "3x gtceu:rubber_sapling", + "4x gtceu:sticky_resin" + ) + .duration(1200) + .EUt(40) + .circuit(1); + greg + .greenhouse("rubber_wood_fertiliser") + .notConsumable("gtceu:rubber_sapling") + .itemInputs("4x gtceu:fertilizer") + .inputFluids("water 1000") + .itemOutputs( + "32x gtceu:rubber_log", + "6x gtceu:rubber_sapling", + "8x gtceu:sticky_resin" + ) + .duration(900) + .EUt(60) + .circuit(2); +}); diff --git a/kubejs/server_scripts/gregtech/inscriber.js b/kubejs/server_scripts/gregtech/inscriber.js index dcdcf0a..1aa859c 100644 --- a/kubejs/server_scripts/gregtech/inscriber.js +++ b/kubejs/server_scripts/gregtech/inscriber.js @@ -1,36 +1,36 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - // Printed Silicon - greg - .forming_press("printed_silicon_circuit") - .itemInputs("#forge:plates/silicon") - .notConsumable("ae2:silicon_press") - .itemOutputs("ae2:printed_silicon") - .duration(200) - .EUt(30); - - // Printed Logic Circuit - greg - .forming_press("printed_logic_processor") - .itemInputs("#forge:plates/gold") - .notConsumable("ae2:logic_processor_press") - .itemOutputs("ae2:printed_logic_processor") - .duration(200) - .EUt(30); - - // Printed Engineering Circuit - greg - .forming_press("printed_engineering_processor") - .itemInputs("#forge:plates/diamond") - .notConsumable("ae2:engineering_processor_press") - .itemOutputs("ae2:printed_engineering_processor") - .duration(200) - .EUt(30); - - // Printed Calculation Circuit - greg - .forming_press("printed_calculation_circuit") - .itemInputs("#forge:plates/certus_quartz") - .notConsumable("ae2:calculation_processor_press") - .itemOutputs("ae2:printed_calculation_processor"); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + // Printed Silicon + greg + .forming_press("printed_silicon_circuit") + .itemInputs("#forge:plates/silicon") + .notConsumable("ae2:silicon_press") + .itemOutputs("ae2:printed_silicon") + .duration(200) + .EUt(30); + + // Printed Logic Circuit + greg + .forming_press("printed_logic_processor") + .itemInputs("#forge:plates/gold") + .notConsumable("ae2:logic_processor_press") + .itemOutputs("ae2:printed_logic_processor") + .duration(200) + .EUt(30); + + // Printed Engineering Circuit + greg + .forming_press("printed_engineering_processor") + .itemInputs("#forge:plates/diamond") + .notConsumable("ae2:engineering_processor_press") + .itemOutputs("ae2:printed_engineering_processor") + .duration(200) + .EUt(30); + + // Printed Calculation Circuit + greg + .forming_press("printed_calculation_circuit") + .itemInputs("#forge:plates/certus_quartz") + .notConsumable("ae2:calculation_processor_press") + .itemOutputs("ae2:printed_calculation_processor"); +}); diff --git a/kubejs/server_scripts/gregtech/tools.js b/kubejs/server_scripts/gregtech/tools.js index 4122455..c90dc80 100644 --- a/kubejs/server_scripts/gregtech/tools.js +++ b/kubejs/server_scripts/gregtech/tools.js @@ -1,61 +1,61 @@ -ServerEvents.recipes((event) => { - const murderingUtensils = ["sword", "knife", "butchery_knife", "axe"]; - - const miningUtensils = [ - "pickaxe", - "shovel", - "hoe", - "mining_hammer", - "saw", - "hammer", - "wrench", - "file", - "crowbar", - "screwdriver", - "wire_cutter", - "scythe", - "plunger", - ]; - - miningUtensils.forEach((miningUtensil) => { - let addEnchantment = ( - tooltype, - material, - enchantment, - enchantmentLevel - ) => { - event.replaceOutput( - { id: `gtceu:shaped/${tooltype}_${material}` }, - `gtceu:${material}_${tooltype}`, - Item.of(`gtceu:${material}_${tooltype}`, "{Damage:0}").enchant( - `minecraft:${enchantment}`, - `${enchantmentLevel}` - ) - ); - }; - addEnchantment(miningUtensil, "damascus_steel", "fortune", 3); - addEnchantment(miningUtensil, "rose_gold", "fortune", 2); - addEnchantment(miningUtensil, "invar", "efficiency", 1); - }); - - murderingUtensils.forEach((murderingUtensil) => { - let addEnchantment = ( - tooltype, - material, - enchantment, - enchantmentLevel - ) => { - event.replaceOutput( - { id: `gtceu:shaped/${tooltype}_${material}` }, - `gtceu:${material}_${tooltype}`, - Item.of(`gtceu:${material}_${tooltype}`, "{Damage:0}").enchant( - `minecraft:${enchantment}`, - `${enchantmentLevel}` - ) - ); - }; - addEnchantment(murderingUtensil, "damascus_steel", "looting", 3); - addEnchantment(murderingUtensil, "rose_gold", "looting", 2); - addEnchantment(murderingUtensil, "invar", "unbreaking", 1); - }); -}); +ServerEvents.recipes((event) => { + const murderingUtensils = ["sword", "knife", "butchery_knife", "axe"]; + + const miningUtensils = [ + "pickaxe", + "shovel", + "hoe", + "mining_hammer", + "saw", + "hammer", + "wrench", + "file", + "crowbar", + "screwdriver", + "wire_cutter", + "scythe", + "plunger", + ]; + + miningUtensils.forEach((miningUtensil) => { + let addEnchantment = ( + tooltype, + material, + enchantment, + enchantmentLevel + ) => { + event.replaceOutput( + { id: `gtceu:shaped/${tooltype}_${material}` }, + `gtceu:${material}_${tooltype}`, + Item.of(`gtceu:${material}_${tooltype}`, "{Damage:0}").enchant( + `minecraft:${enchantment}`, + `${enchantmentLevel}` + ) + ); + }; + addEnchantment(miningUtensil, "damascus_steel", "fortune", 3); + addEnchantment(miningUtensil, "rose_gold", "fortune", 2); + addEnchantment(miningUtensil, "invar", "efficiency", 1); + }); + + murderingUtensils.forEach((murderingUtensil) => { + let addEnchantment = ( + tooltype, + material, + enchantment, + enchantmentLevel + ) => { + event.replaceOutput( + { id: `gtceu:shaped/${tooltype}_${material}` }, + `gtceu:${material}_${tooltype}`, + Item.of(`gtceu:${material}_${tooltype}`, "{Damage:0}").enchant( + `minecraft:${enchantment}`, + `${enchantmentLevel}` + ) + ); + }; + addEnchantment(murderingUtensil, "damascus_steel", "looting", 3); + addEnchantment(murderingUtensil, "rose_gold", "looting", 2); + addEnchantment(murderingUtensil, "invar", "unbreaking", 1); + }); +}); diff --git a/kubejs/server_scripts/gregtech/wood_unification.js b/kubejs/server_scripts/gregtech/wood_unification.js index 9e0f759..579ef8a 100644 --- a/kubejs/server_scripts/gregtech/wood_unification.js +++ b/kubejs/server_scripts/gregtech/wood_unification.js @@ -1,32 +1,32 @@ -ServerEvents.recipes((event) => { - function woodUnification(woodType) { - event.recipes.gtceu - .assembler(`${woodType}_fence`) - .itemInputs(`${woodType}_planks`, "stick") - .itemOutputs(`${woodType}_fence`) - .circuit(1) - .duration(100) - .EUt(4); - - event.recipes.gtceu - .assembler(`${woodType}_fence_gate`) - .itemInputs(`2x ${woodType}_planks`, "2x stick") - .itemOutputs(`${woodType}_fence_gate`) - .circuit(2) - .duration(100) - .EUt(4); - - event.recipes.gtceu - .assembler(`${woodType}_stairs`) - .itemInputs(`6x ${woodType}_planks`) - .itemOutputs(`4x ${woodType}_stairs`) - .circuit(1) - .duration(100) - .EUt(1); - } - - woodUnification("warped"); - woodUnification("crimson"); - woodUnification("mangrove"); - woodUnification("cherry"); -}); +ServerEvents.recipes((event) => { + function woodUnification(woodType) { + event.recipes.gtceu + .assembler(`${woodType}_fence`) + .itemInputs(`${woodType}_planks`, "stick") + .itemOutputs(`${woodType}_fence`) + .circuit(1) + .duration(100) + .EUt(4); + + event.recipes.gtceu + .assembler(`${woodType}_fence_gate`) + .itemInputs(`2x ${woodType}_planks`, "2x stick") + .itemOutputs(`${woodType}_fence_gate`) + .circuit(2) + .duration(100) + .EUt(4); + + event.recipes.gtceu + .assembler(`${woodType}_stairs`) + .itemInputs(`6x ${woodType}_planks`) + .itemOutputs(`4x ${woodType}_stairs`) + .circuit(1) + .duration(100) + .EUt(1); + } + + woodUnification("warped"); + woodUnification("crimson"); + woodUnification("mangrove"); + woodUnification("cherry"); +}); diff --git a/kubejs/server_scripts/open_blocks/elevator.js b/kubejs/server_scripts/open_blocks/elevator.js index cf6670c..10ecc5b 100644 --- a/kubejs/server_scripts/open_blocks/elevator.js +++ b/kubejs/server_scripts/open_blocks/elevator.js @@ -1,44 +1,44 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - const dyes = [ - "white", - "orange", - "magenta", - "light_blue", - "yellow", - "lime", - "pink", - "gray", - "light_gray", - "cyan", - "purple", - "blue", - "brown", - "green", - "red", - "black", - ]; - event.remove({ mod: "elevatorid" }); - dyes.forEach((dyes) => { - greg - .chemical_bath(`${dyes}_elevator`) - .itemInputs("#elevatorid:elevators") - .inputFluids(`gtceu:${dyes}_dye 18"`) - .itemOutputs(`elevatorid:elevator_${dyes}`) - .duration(20) - .EUt(7); - }); - greg - .chemical_bath("elevator_washing") - .itemInputs("#elevatorid:elevators") - .inputFluids("gtceu:chlorine 50") - .itemOutputs("elevatorid:elevator_gray") - .duration(400) - .EUt(2); - - event.shaped("elevatorid:elevator_gray", ["PPP", "GFG", "PPP"], { - P: "#forge:plates/steel", - G: "#forge:small_gears/steel", - F: "#forge:frames/steel", - }); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + const dyes = [ + "white", + "orange", + "magenta", + "light_blue", + "yellow", + "lime", + "pink", + "gray", + "light_gray", + "cyan", + "purple", + "blue", + "brown", + "green", + "red", + "black", + ]; + event.remove({ mod: "elevatorid" }); + dyes.forEach((dyes) => { + greg + .chemical_bath(`${dyes}_elevator`) + .itemInputs("#elevatorid:elevators") + .inputFluids(`gtceu:${dyes}_dye 18"`) + .itemOutputs(`elevatorid:elevator_${dyes}`) + .duration(20) + .EUt(7); + }); + greg + .chemical_bath("elevator_washing") + .itemInputs("#elevatorid:elevators") + .inputFluids("gtceu:chlorine 50") + .itemOutputs("elevatorid:elevator_gray") + .duration(400) + .EUt(2); + + event.shaped("elevatorid:elevator_gray", ["PPP", "GFG", "PPP"], { + P: "#forge:plates/steel", + G: "#forge:small_gears/steel", + F: "#forge:frames/steel", + }); +}); diff --git a/kubejs/server_scripts/open_blocks/hang_glider.js b/kubejs/server_scripts/open_blocks/hang_glider.js index 56ecd4e..87bd0ee 100644 --- a/kubejs/server_scripts/open_blocks/hang_glider.js +++ b/kubejs/server_scripts/open_blocks/hang_glider.js @@ -1,26 +1,26 @@ -ServerEvents.recipes((event) => { - event.remove({ id: "hangglider:glider_wing" }); - event.shaped("hangglider:glider_wing", ["hRL", "RLL", "LLL"], { - h: "#forge:tools/hammers", - R: "#forge:rods/steel", - L: "minecraft:leather", - }); - event.remove({ id: "hangglider:glider_framework" }); - event.shaped("hangglider:glider_framework", [" R ", "RhR", "RRR"], { - h: "#forge:tools/hammers", - R: "#forge:rods/steel", - }); - event.remove({ id: "hangglider:hang_glider" }); - event.shaped("hangglider:hang_glider", ["SSS", "LML", "SSS"], { - S: "#forge:screws/iron", - L: "hangglider:glider_wing", - M: "hangglider:glider_framework", - }); - event.remove({ output: "hangglider:reinforced_hang_glider" }); - event.shaped("hangglider:reinforced_hang_glider", ["SVS", "LML", "SVS"], { - S: "#forge:screws/vanadium_steel", - V: "#forge:rods/vanadium_steel", - L: "hangglider:glider_wing", - M: "hangglider:hang_glider", - }); -}); +ServerEvents.recipes((event) => { + event.remove({ id: "hangglider:glider_wing" }); + event.shaped("hangglider:glider_wing", ["hRL", "RLL", "LLL"], { + h: "#forge:tools/hammers", + R: "#forge:rods/steel", + L: "minecraft:leather", + }); + event.remove({ id: "hangglider:glider_framework" }); + event.shaped("hangglider:glider_framework", [" R ", "RhR", "RRR"], { + h: "#forge:tools/hammers", + R: "#forge:rods/steel", + }); + event.remove({ id: "hangglider:hang_glider" }); + event.shaped("hangglider:hang_glider", ["SSS", "LML", "SSS"], { + S: "#forge:screws/iron", + L: "hangglider:glider_wing", + M: "hangglider:glider_framework", + }); + event.remove({ output: "hangglider:reinforced_hang_glider" }); + event.shaped("hangglider:reinforced_hang_glider", ["SVS", "LML", "SVS"], { + S: "#forge:screws/vanadium_steel", + V: "#forge:rods/vanadium_steel", + L: "hangglider:glider_wing", + M: "hangglider:hang_glider", + }); +}); diff --git a/kubejs/server_scripts/open_blocks/magnets.js b/kubejs/server_scripts/open_blocks/magnets.js index 7344759..5d612ab 100644 --- a/kubejs/server_scripts/open_blocks/magnets.js +++ b/kubejs/server_scripts/open_blocks/magnets.js @@ -1,18 +1,18 @@ -ServerEvents.recipes((event) => { - // Worst magnet - event.remove({ id: "simplemagnets:basicmagnet" }); - event.shaped("simplemagnets:basicmagnet", ["R R", "RwR", "BPB"], { - R: "#forge:rods/magnetic_steel", - w: "#forge:tools/wrenches", - B: "#forge:bolts/tin", - P: "#forge:plates/steel", - }); - // King magnet - event.remove({ output: "simplemagnets:advancedmagnet" }); - event.shaped("simplemagnets:advancedmagnet", ["R R", "RwR", "BPB"], { - R: "#forge:rods/magnetic_samarium", - w: "#forge:tools/wrenches", - B: "#forge:bolts/gold", - P: "#forge:plates/stainless_steel", - }); -}); +ServerEvents.recipes((event) => { + // Worst magnet + event.remove({ id: "simplemagnets:basicmagnet" }); + event.shaped("simplemagnets:basicmagnet", ["R R", "RwR", "BPB"], { + R: "#forge:rods/magnetic_steel", + w: "#forge:tools/wrenches", + B: "#forge:bolts/tin", + P: "#forge:plates/steel", + }); + // King magnet + event.remove({ output: "simplemagnets:advancedmagnet" }); + event.shaped("simplemagnets:advancedmagnet", ["R R", "RwR", "BPB"], { + R: "#forge:rods/magnetic_samarium", + w: "#forge:tools/wrenches", + B: "#forge:bolts/gold", + P: "#forge:plates/stainless_steel", + }); +}); diff --git a/kubejs/server_scripts/removals.js b/kubejs/server_scripts/removals.js index 2a67f1f..a0ebff5 100644 --- a/kubejs/server_scripts/removals.js +++ b/kubejs/server_scripts/removals.js @@ -1,6 +1,6 @@ -ServerEvents.recipes((event) => { - event.remove({ mod: "itemfilters" }); - event.remove({ mod: "better_angel_ring" }); - - event.remove({id: "minecraft:charcoal"}) -}); +ServerEvents.recipes((event) => { + event.remove({ mod: "itemfilters" }); + event.remove({ mod: "better_angel_ring" }); + + event.remove({id: "minecraft:charcoal"}) +}); diff --git a/kubejs/server_scripts/storage_drawers/drawers.js b/kubejs/server_scripts/storage_drawers/drawers.js index 67115c2..ea826f4 100644 --- a/kubejs/server_scripts/storage_drawers/drawers.js +++ b/kubejs/server_scripts/storage_drawers/drawers.js @@ -1,144 +1,144 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - event.remove({ mod: "storagedrawers" }); - const woodTypes = [ - "oak", - "spruce", - "birch", - "jungle", - "acacia", - "dark_oak", - "warped", - "crimson", - ]; - woodTypes.forEach((woodType) => { - // Type 1 - event.shaped( - `storagedrawers:${woodType}_full_drawers_1`, - ["PPP", "sCr", "PPP"], - { - P: `${woodType}_planks`, - s: "#forge:tools/saws", - C: "#forge:chests/wooden", - r: "#forge:tools/mallets", - } - ).noMirror(); - greg - .assembler(`storagedrawers:${woodType}_full_drawers_1`) - .itemInputs(`6x minecraft:${woodType}_planks`, "#forge:chests/wooden") - .itemOutputs(`storagedrawers:${woodType}_full_drawers_1`) - .circuit(9) - .duration(100) - .EUt(16); - // Type 2 - event.shaped( - `storagedrawers:${woodType}_full_drawers_2`, - ["PPP", "rCs", "PPP"], - { - P: `${woodType}_planks`, - s: "#forge:tools/saws", - C: "#forge:chests/wooden", - r: "#forge:tools/mallets", - } - ).noMirror(); - greg - .assembler(`storagedrawers:${woodType}_full_drawers_2`) - .itemInputs(`6x minecraft:${woodType}_planks`, "#forge:chests/wooden") - .itemOutputs(`storagedrawers:${woodType}_full_drawers_2`) - .circuit(10) - .duration(100) - .EUt(16); - // Type 4 - event.shaped( - `storagedrawers:${woodType}_full_drawers_4`, - ["PsP", "PCP", "PrP"], - { - P: `${woodType}_planks`, - s: "#forge:tools/saws", - C: "#forge:chests/wooden", - r: "#forge:tools/mallets", - } - ); - greg - .assembler(`storagedrawers:${woodType}_full_drawers_4`) - .itemInputs(`6x minecraft:${woodType}_planks`, "#forge:chests/wooden") - .itemOutputs(`storagedrawers:${woodType}_full_drawers_4`) - .circuit(11) - .duration(100) - .EUt(16); - - // Half 1 - event.shaped( - `storagedrawers:${woodType}_half_drawers_1`, - ["PPP", "sCr", "PPP"], - { - P: `${woodType}_slab`, - s: "#forge:tools/saws", - C: "#forge:chests/wooden", - r: "#forge:tools/mallets", - } - ).noMirror(); - greg - .assembler(`storagedrawers:${woodType}_half_drawers_1`) - .itemInputs(`6x minecraft:${woodType}_slab`, "#forge:chests/wooden") - .itemOutputs(`storagedrawers:${woodType}_half_drawers_1`) - .circuit(9) - .duration(100) - .EUt(16); - // Half 2 - event.shaped( - `storagedrawers:${woodType}_half_drawers_2`, - ["PPP", "rCs", "PPP"], - { - P: `${woodType}_slab`, - s: "#forge:tools/saws", - C: "#forge:chests/wooden", - r: "#forge:tools/mallets", - } - ).noMirror(); - greg - .assembler(`storagedrawers:${woodType}_half_drawers_2`) - .itemInputs(`6x minecraft:${woodType}_slab`, "#forge:chests/wooden") - .itemOutputs(`storagedrawers:${woodType}_half_drawers_2`) - .circuit(10) - .duration(100) - .EUt(16); - // Half 4 - event.shaped( - `storagedrawers:${woodType}_half_drawers_4`, - ["PsP", "PCP", "PrP"], - { - P: `${woodType}_slab`, - s: "#forge:tools/saws", - C: "#forge:chests/wooden", - r: "#forge:tools/mallets", - } - ); - greg - .assembler(`storagedrawers:${woodType}_half_drawers_4`) - .itemInputs(`6x minecraft:${woodType}_slab`, "#forge:chests/wooden") - .itemOutputs(`storagedrawers:${woodType}_half_drawers_4`) - .circuit(11) - .duration(100) - .EUt(16); - }); - - // Controller - event.remove({ output: "storagedrawers:storage_controller" }); - event.shaped("storagedrawers:controller", ["PCP", "KDK", "OPO"], { - P: "#forge:plates/diamond", - C: "#forge:circuits/lv", - K: "gtceu:red_alloy_single_wire", - D: "#storagedrawers:drawers", - O: "#forge:plates/obsidian", - }); - // Controller Extension - event.remove({ output: "storagedrawers:controller_slave" }); - event.shaped("storagedrawers:controller_slave", ["OPO", "KDK", "PCP"], { - P: "#forge:plates/diamond", - C: "#forge:circuits/lv", - K: "gtceu:red_alloy_single_wire", - D: "#storagedrawers:drawers", - O: "#forge:plates/obsidian", - }); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + event.remove({ mod: "storagedrawers" }); + const woodTypes = [ + "oak", + "spruce", + "birch", + "jungle", + "acacia", + "dark_oak", + "warped", + "crimson", + ]; + woodTypes.forEach((woodType) => { + // Type 1 + event.shaped( + `storagedrawers:${woodType}_full_drawers_1`, + ["PPP", "sCr", "PPP"], + { + P: `${woodType}_planks`, + s: "#forge:tools/saws", + C: "#forge:chests/wooden", + r: "#forge:tools/mallets", + } + ).noMirror(); + greg + .assembler(`storagedrawers:${woodType}_full_drawers_1`) + .itemInputs(`6x minecraft:${woodType}_planks`, "#forge:chests/wooden") + .itemOutputs(`storagedrawers:${woodType}_full_drawers_1`) + .circuit(9) + .duration(100) + .EUt(16); + // Type 2 + event.shaped( + `storagedrawers:${woodType}_full_drawers_2`, + ["PPP", "rCs", "PPP"], + { + P: `${woodType}_planks`, + s: "#forge:tools/saws", + C: "#forge:chests/wooden", + r: "#forge:tools/mallets", + } + ).noMirror(); + greg + .assembler(`storagedrawers:${woodType}_full_drawers_2`) + .itemInputs(`6x minecraft:${woodType}_planks`, "#forge:chests/wooden") + .itemOutputs(`storagedrawers:${woodType}_full_drawers_2`) + .circuit(10) + .duration(100) + .EUt(16); + // Type 4 + event.shaped( + `storagedrawers:${woodType}_full_drawers_4`, + ["PsP", "PCP", "PrP"], + { + P: `${woodType}_planks`, + s: "#forge:tools/saws", + C: "#forge:chests/wooden", + r: "#forge:tools/mallets", + } + ); + greg + .assembler(`storagedrawers:${woodType}_full_drawers_4`) + .itemInputs(`6x minecraft:${woodType}_planks`, "#forge:chests/wooden") + .itemOutputs(`storagedrawers:${woodType}_full_drawers_4`) + .circuit(11) + .duration(100) + .EUt(16); + + // Half 1 + event.shaped( + `storagedrawers:${woodType}_half_drawers_1`, + ["PPP", "sCr", "PPP"], + { + P: `${woodType}_slab`, + s: "#forge:tools/saws", + C: "#forge:chests/wooden", + r: "#forge:tools/mallets", + } + ).noMirror(); + greg + .assembler(`storagedrawers:${woodType}_half_drawers_1`) + .itemInputs(`6x minecraft:${woodType}_slab`, "#forge:chests/wooden") + .itemOutputs(`storagedrawers:${woodType}_half_drawers_1`) + .circuit(9) + .duration(100) + .EUt(16); + // Half 2 + event.shaped( + `storagedrawers:${woodType}_half_drawers_2`, + ["PPP", "rCs", "PPP"], + { + P: `${woodType}_slab`, + s: "#forge:tools/saws", + C: "#forge:chests/wooden", + r: "#forge:tools/mallets", + } + ).noMirror(); + greg + .assembler(`storagedrawers:${woodType}_half_drawers_2`) + .itemInputs(`6x minecraft:${woodType}_slab`, "#forge:chests/wooden") + .itemOutputs(`storagedrawers:${woodType}_half_drawers_2`) + .circuit(10) + .duration(100) + .EUt(16); + // Half 4 + event.shaped( + `storagedrawers:${woodType}_half_drawers_4`, + ["PsP", "PCP", "PrP"], + { + P: `${woodType}_slab`, + s: "#forge:tools/saws", + C: "#forge:chests/wooden", + r: "#forge:tools/mallets", + } + ); + greg + .assembler(`storagedrawers:${woodType}_half_drawers_4`) + .itemInputs(`6x minecraft:${woodType}_slab`, "#forge:chests/wooden") + .itemOutputs(`storagedrawers:${woodType}_half_drawers_4`) + .circuit(11) + .duration(100) + .EUt(16); + }); + + // Controller + event.remove({ output: "storagedrawers:storage_controller" }); + event.shaped("storagedrawers:controller", ["PCP", "KDK", "OPO"], { + P: "#forge:plates/diamond", + C: "#forge:circuits/lv", + K: "gtceu:red_alloy_single_wire", + D: "#storagedrawers:drawers", + O: "#forge:plates/obsidian", + }); + // Controller Extension + event.remove({ output: "storagedrawers:controller_slave" }); + event.shaped("storagedrawers:controller_slave", ["OPO", "KDK", "PCP"], { + P: "#forge:plates/diamond", + C: "#forge:circuits/lv", + K: "gtceu:red_alloy_single_wire", + D: "#storagedrawers:drawers", + O: "#forge:plates/obsidian", + }); +}); \ No newline at end of file diff --git a/kubejs/server_scripts/storage_drawers/upgrades.js b/kubejs/server_scripts/storage_drawers/upgrades.js index d9b087f..7e5a95c 100644 --- a/kubejs/server_scripts/storage_drawers/upgrades.js +++ b/kubejs/server_scripts/storage_drawers/upgrades.js @@ -1,92 +1,92 @@ -ServerEvents.recipes((event) => { - // Upgrade Template - event.shaped("storagedrawers:upgrade_template", ["SPS", "SWS", " d "], { - S: "#forge:screws/iron", - P: "gtceu:lv_electric_piston", - W: "#minecraft:planks", - d: "#forge:tools/screwdrivers", - }); - event.recipes.gtceu - .assembler("upgrade_template") - .itemInputs( - "2x #forge:screws/iron", - "gtceu:lv_electric_piston", - "#minecraft:planks" - ) - .itemOutputs("storagedrawers:upgrade_template") - .duration(60) - .EUt(24); - - // Upgrade 1 - event.shaped("storagedrawers:obsidian_storage_upgrade", ["PTP"], { - P: "#forge:plates/obsidian", - T: "storagedrawers:upgrade_template", - }); - - // Upgrade 2 - event.shaped("storagedrawers:iron_storage_upgrade", ["S S", "PTP", "S S"], { - S: "#forge:rods/iron", - P: "#forge:plates/iron", - T: "storagedrawers:upgrade_template", - }); - - // Upgrade 3 - event.shaped("storagedrawers:gold_storage_upgrade", ["S S", "PTP", "S S"], { - S: "#forge:rods/gold", - P: "#forge:plates/rose_gold", - T: "storagedrawers:upgrade_template", - }); - - // Upgrade 4 - event.shaped( - "storagedrawers:diamond_storage_upgrade", - ["S S", "PTP", "S S"], - { - S: "#forge:rods/stainless_steel", - P: "#forge:plates/diamond", - T: "storagedrawers:upgrade_template", - } - ); - - // Upgrade 5 - event.shaped( - "storagedrawers:emerald_storage_upgrade", - ["S S", "PTP", "S S"], - { - S: "#forge:rods/titanium", - P: "#forge:plates/emerald", - T: "storagedrawers:upgrade_template", - } - ); - // Upgrade 5 2 - event.shaped( - "storagedrawers:emerald_storage_upgrade", - ["S S", "PTP", "S S"], - { - S: "#forge:rods/titanium", - P: "#forge:plates/olivine", - T: "storagedrawers:upgrade_template", - } - ); - - // Storage Downgrade - event.shaped("storagedrawers:one_stack_upgrade", ["PTP"], { - P: "flint", - T: "storagedrawers:upgrade_template", - }); - - // Void Upgrade - event.shaped("storagedrawers:void_upgrade", ["PPP", "PTP", "PPP"], { - P: "#forge:plates/obsidian", - T: "storagedrawers:upgrade_template", - }); - - // Void Upgrade - event.shaped("storagedrawers:drawer_key", [" BP", "TPP", "Gs "], { - B: "#forge:bolts/gold", - T: "storagedrawers:upgrade_template", - P: "#forge:plates/steel", - G: "#forge:plates/gold", - s: "#forge:tools/saws", - }); -}); +ServerEvents.recipes((event) => { + // Upgrade Template + event.shaped("storagedrawers:upgrade_template", ["SPS", "SWS", " d "], { + S: "#forge:screws/iron", + P: "gtceu:lv_electric_piston", + W: "#minecraft:planks", + d: "#forge:tools/screwdrivers", + }); + event.recipes.gtceu + .assembler("upgrade_template") + .itemInputs( + "2x #forge:screws/iron", + "gtceu:lv_electric_piston", + "#minecraft:planks" + ) + .itemOutputs("storagedrawers:upgrade_template") + .duration(60) + .EUt(24); + + // Upgrade 1 + event.shaped("storagedrawers:obsidian_storage_upgrade", ["PTP"], { + P: "#forge:plates/obsidian", + T: "storagedrawers:upgrade_template", + }); + + // Upgrade 2 + event.shaped("storagedrawers:iron_storage_upgrade", ["S S", "PTP", "S S"], { + S: "#forge:rods/iron", + P: "#forge:plates/iron", + T: "storagedrawers:upgrade_template", + }); + + // Upgrade 3 + event.shaped("storagedrawers:gold_storage_upgrade", ["S S", "PTP", "S S"], { + S: "#forge:rods/gold", + P: "#forge:plates/rose_gold", + T: "storagedrawers:upgrade_template", + }); + + // Upgrade 4 + event.shaped( + "storagedrawers:diamond_storage_upgrade", + ["S S", "PTP", "S S"], + { + S: "#forge:rods/stainless_steel", + P: "#forge:plates/diamond", + T: "storagedrawers:upgrade_template", + } + ); + + // Upgrade 5 + event.shaped( + "storagedrawers:emerald_storage_upgrade", + ["S S", "PTP", "S S"], + { + S: "#forge:rods/titanium", + P: "#forge:plates/emerald", + T: "storagedrawers:upgrade_template", + } + ); + // Upgrade 5 2 + event.shaped( + "storagedrawers:emerald_storage_upgrade", + ["S S", "PTP", "S S"], + { + S: "#forge:rods/titanium", + P: "#forge:plates/olivine", + T: "storagedrawers:upgrade_template", + } + ); + + // Storage Downgrade + event.shaped("storagedrawers:one_stack_upgrade", ["PTP"], { + P: "flint", + T: "storagedrawers:upgrade_template", + }); + + // Void Upgrade + event.shaped("storagedrawers:void_upgrade", ["PPP", "PTP", "PPP"], { + P: "#forge:plates/obsidian", + T: "storagedrawers:upgrade_template", + }); + + // Void Upgrade + event.shaped("storagedrawers:drawer_key", [" BP", "TPP", "Gs "], { + B: "#forge:bolts/gold", + T: "storagedrawers:upgrade_template", + P: "#forge:plates/steel", + G: "#forge:plates/gold", + s: "#forge:tools/saws", + }); +}); diff --git a/kubejs/server_scripts/tags/ae2.js b/kubejs/server_scripts/tags/ae2.js index 3b3e8e2..48a2afa 100644 --- a/kubejs/server_scripts/tags/ae2.js +++ b/kubejs/server_scripts/tags/ae2.js @@ -1,8 +1,8 @@ -ServerEvents.tags("item", (event) => { - event.remove("forge:dusts/ender_pearl", "ae2:ender_dust"); - event.remove("forge:dusts/certus_quartz", "ae2:certus_quartz_dust"); - event.remove("forge:dusts/fluix", "ae2:fluix_dust"); - event.remove("forge:silicon", "ae2:silicon"); - - event.add("forge:silicon", "gtceu:silicon_plate"); -}); +ServerEvents.tags("item", (event) => { + event.remove("forge:dusts/ender_pearl", "ae2:ender_dust"); + event.remove("forge:dusts/certus_quartz", "ae2:certus_quartz_dust"); + event.remove("forge:dusts/fluix", "ae2:fluix_dust"); + event.remove("forge:silicon", "ae2:silicon"); + + event.add("forge:silicon", "gtceu:silicon_plate"); +}); diff --git a/kubejs/server_scripts/tags/gregtech.js b/kubejs/server_scripts/tags/gregtech.js index 5086d76..4e37a41 100644 --- a/kubejs/server_scripts/tags/gregtech.js +++ b/kubejs/server_scripts/tags/gregtech.js @@ -1,4 +1,4 @@ -ServerEvents.tags("item", (event) => { - event.add("forge:rods/long/hsla", "kubejs:hsla_steel_long_rod"); - event.add("forge:springs/hsla", "kubejs:hsla_steel_spring"); -}); +ServerEvents.tags("item", (event) => { + event.add("forge:rods/long/hsla", "kubejs:hsla_steel_long_rod"); + event.add("forge:springs/hsla", "kubejs:hsla_steel_spring"); +}); diff --git a/kubejs/server_scripts/tags/items.js b/kubejs/server_scripts/tags/items.js index 242e8e0..cbc428c 100644 --- a/kubejs/server_scripts/tags/items.js +++ b/kubejs/server_scripts/tags/items.js @@ -1,12 +1,12 @@ -ServerEvents.tags("item", (event) => { - event.add("forge:meat", "minecraft:chicken"); - event.add("forge:meat", "minecraft:cooked_chicken"); - event.add("forge:meat", "minecraft:beef"); - event.add("forge:meat", "minecraft:cooked_beef"); - event.add("forge:meat", "minecraft:porkchop"); - event.add("forge:meat", "minecraft:cooked_porkchop"); - event.add("forge:meat", "minecraft:mutton"); - event.add("forge:meat", "minecraft:cooked_mutton"); - event.add("forge:meat", "minecraft:rabbit"); - event.add("forge:meat", "minecraft:cooked_rabbit"); -}); +ServerEvents.tags("item", (event) => { + event.add("forge:meat", "minecraft:chicken"); + event.add("forge:meat", "minecraft:cooked_chicken"); + event.add("forge:meat", "minecraft:beef"); + event.add("forge:meat", "minecraft:cooked_beef"); + event.add("forge:meat", "minecraft:porkchop"); + event.add("forge:meat", "minecraft:cooked_porkchop"); + event.add("forge:meat", "minecraft:mutton"); + event.add("forge:meat", "minecraft:cooked_mutton"); + event.add("forge:meat", "minecraft:rabbit"); + event.add("forge:meat", "minecraft:cooked_rabbit"); +}); diff --git a/kubejs/server_scripts/tool_belt/recipes.js b/kubejs/server_scripts/tool_belt/recipes.js index 14e5c74..a8303bd 100644 --- a/kubejs/server_scripts/tool_belt/recipes.js +++ b/kubejs/server_scripts/tool_belt/recipes.js @@ -1,15 +1,15 @@ -ServerEvents.recipes((event) => { - event.remove({ id: "toolbelt:belt" }); - event.shaped("toolbelt:belt", ["SLS", "C C", "LIL"], { - S: "minecraft:string", - L: "minecraft:leather", - I: "#forge:plates/steel", - C: "#forge:screws/steel", - }); - event.remove({ id: "toolbelt:pouch" }); - event.shaped("toolbelt:pouch", [" G ", "LSL", " "], { - G: "#forge:rings/gold", - L: "minecraft:leather", - S: "#forge:plates/steel", - }); -}); +ServerEvents.recipes((event) => { + event.remove({ id: "toolbelt:belt" }); + event.shaped("toolbelt:belt", ["SLS", "C C", "LIL"], { + S: "minecraft:string", + L: "minecraft:leather", + I: "#forge:plates/steel", + C: "#forge:screws/steel", + }); + event.remove({ id: "toolbelt:pouch" }); + event.shaped("toolbelt:pouch", [" G ", "LSL", " "], { + G: "#forge:rings/gold", + L: "minecraft:leather", + S: "#forge:plates/steel", + }); +}); diff --git a/kubejs/server_scripts/torchmaster.js b/kubejs/server_scripts/torchmaster.js index 5d9845a..507e5ec 100644 --- a/kubejs/server_scripts/torchmaster.js +++ b/kubejs/server_scripts/torchmaster.js @@ -1,39 +1,39 @@ -ServerEvents.recipes((event) => { - // Mega Torch - event.remove({ id: "torchmaster:megatorch" }); - event.shaped("torchmaster:megatorch", ["SDR", "IBD", "RIS"], { - S: "#forge:screws/iron", - D: "#forge:gems/diamond", - R: "#forge:rings/gold", - I: "minecraft:stick", - B: "#forge:storage_blocks/coke", - }); - - // Dread Lamp - event.remove({ id: "torchmaster:dreadlamp" }); - event.shaped("torchmaster:dreadlamp", ["PPP", "GLG", "PPP"], { - P: "#forge:plates/obsidian", - L: "minecraft:glowstone", - G: "#forge:glass_panes", - }); - - // Feral Flare Lantern - event.remove({ id: "torchmaster:feral_flare_lantern" }); - event.shaped("torchmaster:feral_flare_lantern", ["SPR", "INP", "RIS"], { - S: "#forge:screws/iron", - P: "#forge:plates/glowstone", - R: "#forge:rings/steel", - I: "#forge:rods/steel", - N: "#forge:springs/small/gold", - }); - - // Frozen Pearl - event.remove({ id: "torchmaster:frozen_pearl" }); - event.recipes.gtceu - .chemical_bath("frozen_pearl") - .itemInputs("minecraft:ender_pearl") - .inputFluids("gtceu:ice 1152") - .itemOutputs("torchmaster:frozen_pearl") - .duration(100) - .EUt(16); -}); +ServerEvents.recipes((event) => { + // Mega Torch + event.remove({ id: "torchmaster:megatorch" }); + event.shaped("torchmaster:megatorch", ["SDR", "IBD", "RIS"], { + S: "#forge:screws/iron", + D: "#forge:gems/diamond", + R: "#forge:rings/gold", + I: "minecraft:stick", + B: "#forge:storage_blocks/coke", + }); + + // Dread Lamp + event.remove({ id: "torchmaster:dreadlamp" }); + event.shaped("torchmaster:dreadlamp", ["PPP", "GLG", "PPP"], { + P: "#forge:plates/obsidian", + L: "minecraft:glowstone", + G: "#forge:glass_panes", + }); + + // Feral Flare Lantern + event.remove({ id: "torchmaster:feral_flare_lantern" }); + event.shaped("torchmaster:feral_flare_lantern", ["SPR", "INP", "RIS"], { + S: "#forge:screws/iron", + P: "#forge:plates/glowstone", + R: "#forge:rings/steel", + I: "#forge:rods/steel", + N: "#forge:springs/small/gold", + }); + + // Frozen Pearl + event.remove({ id: "torchmaster:frozen_pearl" }); + event.recipes.gtceu + .chemical_bath("frozen_pearl") + .itemInputs("minecraft:ender_pearl") + .inputFluids("gtceu:ice 1152") + .itemOutputs("torchmaster:frozen_pearl") + .duration(100) + .EUt(16); +}); diff --git a/kubejs/server_scripts/vanilla/loot_drops.js b/kubejs/server_scripts/vanilla/loot_drops.js index 3634456..2d8f496 100644 --- a/kubejs/server_scripts/vanilla/loot_drops.js +++ b/kubejs/server_scripts/vanilla/loot_drops.js @@ -1,8 +1,8 @@ -LootJS.modifiers((event) => { - event - .addEntityLootModifier("minecraft:blaze") - .replaceLoot("minecraft:blaze_rod", "gtceu:sulfur_dust", true); - event - .addEntityLootModifier("minecraft:enderman") - .replaceLoot("minecraft:ender_pearl", "gtceu:ender_pearl_dust", true); -}); +LootJS.modifiers((event) => { + event + .addEntityLootModifier("minecraft:blaze") + .replaceLoot("minecraft:blaze_rod", "gtceu:sulfur_dust", true); + event + .addEntityLootModifier("minecraft:enderman") + .replaceLoot("minecraft:ender_pearl", "gtceu:ender_pearl_dust", true); +}); diff --git a/kubejs/server_scripts/vanilla/mob_drops.js b/kubejs/server_scripts/vanilla/mob_drops.js index 838d92b..cc75a96 100644 --- a/kubejs/server_scripts/vanilla/mob_drops.js +++ b/kubejs/server_scripts/vanilla/mob_drops.js @@ -1,131 +1,131 @@ -ServerEvents.recipes((event) => { - const greg = event.recipes.gtceu; - - event.remove({ id: "minecraft:blaze_powder" }); - event.remove({ id: "gtceu:shapeless/blaze_rod_to_powder" }); - event.remove({ id: "minecraft:ender_eye" }); - - //Ghast Tear - greg - .chemical_reactor("gtceu:ghast_tear") - .itemInputs("#forge:tiny_dusts/potassium", "#forge:tiny_dusts/lithium") - .inputFluids("gtceu:salt_water 1000") - .itemOutputs("minecraft:ghast_tear") - .duration(400) - .EUt(30); - // Skeleton Skull - greg - .assembler("gtceu:skeleton_skull") - .itemInputs("minecraft:bone") - .itemOutputs("skeleton_skull") - .duration(100) - .EUt(4); - // Bones - greg - .extractor("gtceu:bones") - .itemInputs("#minecraft:dirt") - .itemOutputs("bone") - .duration(100) - .EUt(16); - - // Prismarine - greg - .autoclave("gtceu:prismarine") - .itemInputs("minecraft:prismarine_crystals") - .inputFluids("minecraft:water 100") - .itemOutputs("prismarine_shard") - .duration(1200) - .EUt(24); - greg - .autoclave("gtceu:prismarine_distilled") - .itemInputs("minecraft:prismarine_crystals") - .inputFluids("gtceu:distilled_water 100") - .itemOutputs("prismarine_shard") - .duration(600) - .EUt(24); - greg - .macerator("gtceu:prismarine_crushed") - .itemInputs("minecraft:prismarine_shard") - .itemOutputs("prismarine_crystals") - .duration(120) - .EUt(2); - - // Slimeballs - greg - .chemical_bath("gtceu:slimeball_bath") - .itemInputs("#forge:dusts/asbestos") - .inputFluids("gtceu:glue 250") - .itemOutputs("slime_ball") - .duration(200) - .EUt(24); - greg - .centrifuge("gtceu:slimeballs_centrifuge") - .itemInputs("slime_ball") - .outputFluids("gtceu:glue 250") - .itemOutputs("#forge:dusts/asbestos") - .duration(200) - .EUt(24); - - // Sponge - greg - .compressor("gtceu:spongebob") - .itemInputs("2x #forge:foils/polycaprolactam") - .itemOutputs("sponge") - .duration(200) - .EUt(2); - - // Fire Resistance - event.shapeless( - Item.of("minecraft:potion").withNBT({ - Potion: "minecraft:fire_resistance", - }), - [ - Item.of("minecraft:potion", '{Potion:"minecraft:water"}'), - "#forge:dusts/sugar", - "#forge:dusts/stone", - "#forge:dusts/lead", - ] - ); - event.shapeless( - Item.of("minecraft:potion").withNBT({ - Potion: "minecraft:long_fire_resistance", - }), - [ - Item.of("minecraft:potion", '{Potion:"minecraft:water"}'), - "#forge:dusts/redstone", - "#forge:dusts/sugar", - "#forge:dusts/stone", - "#forge:dusts/lead", - ] - ); - - // XP - greg - .large_chemical_reactor("gtceu:bottle_o_enchanting") - .itemInputs( - "glass_bottle", - "#forge:tiny_dusts/gold", - "#forge:tiny_dusts/sugar" - ) - .inputFluids("water 100") - .itemOutputs("experience_bottle") - .duration(20) - .EUt(256); - - // Nether Star - greg - .chemical_reactor("gtceu:nether_star") - .itemInputs("#forge:dusts/diamond", "#forge:dusts/iridium") - .inputFluids("gtceu:rocket_fuel 1000", "gtceu:nether_air 8000") - .itemOutputs("2x gtceu:nether_star_dust") - .duration(200) - .EUt(7680); - - // Netherite - greg - .alloy_smelter("gtceu:better_netherite") - .itemInputs("2x netherite_scrap", "2x #forge:ingots/gold") - .itemOutputs("1x netherite_ingot") - .duration(150) - .EUt(100); -}); +ServerEvents.recipes((event) => { + const greg = event.recipes.gtceu; + + event.remove({ id: "minecraft:blaze_powder" }); + event.remove({ id: "gtceu:shapeless/blaze_rod_to_powder" }); + event.remove({ id: "minecraft:ender_eye" }); + + //Ghast Tear + greg + .chemical_reactor("gtceu:ghast_tear") + .itemInputs("#forge:tiny_dusts/potassium", "#forge:tiny_dusts/lithium") + .inputFluids("gtceu:salt_water 1000") + .itemOutputs("minecraft:ghast_tear") + .duration(400) + .EUt(30); + // Skeleton Skull + greg + .assembler("gtceu:skeleton_skull") + .itemInputs("minecraft:bone") + .itemOutputs("skeleton_skull") + .duration(100) + .EUt(4); + // Bones + greg + .extractor("gtceu:bones") + .itemInputs("#minecraft:dirt") + .itemOutputs("bone") + .duration(100) + .EUt(16); + + // Prismarine + greg + .autoclave("gtceu:prismarine") + .itemInputs("minecraft:prismarine_crystals") + .inputFluids("minecraft:water 100") + .itemOutputs("prismarine_shard") + .duration(1200) + .EUt(24); + greg + .autoclave("gtceu:prismarine_distilled") + .itemInputs("minecraft:prismarine_crystals") + .inputFluids("gtceu:distilled_water 100") + .itemOutputs("prismarine_shard") + .duration(600) + .EUt(24); + greg + .macerator("gtceu:prismarine_crushed") + .itemInputs("minecraft:prismarine_shard") + .itemOutputs("prismarine_crystals") + .duration(120) + .EUt(2); + + // Slimeballs + greg + .chemical_bath("gtceu:slimeball_bath") + .itemInputs("#forge:dusts/asbestos") + .inputFluids("gtceu:glue 250") + .itemOutputs("slime_ball") + .duration(200) + .EUt(24); + greg + .centrifuge("gtceu:slimeballs_centrifuge") + .itemInputs("slime_ball") + .outputFluids("gtceu:glue 250") + .itemOutputs("#forge:dusts/asbestos") + .duration(200) + .EUt(24); + + // Sponge + greg + .compressor("gtceu:spongebob") + .itemInputs("2x #forge:foils/polycaprolactam") + .itemOutputs("sponge") + .duration(200) + .EUt(2); + + // Fire Resistance + event.shapeless( + Item.of("minecraft:potion").withNBT({ + Potion: "minecraft:fire_resistance", + }), + [ + Item.of("minecraft:potion", '{Potion:"minecraft:water"}'), + "#forge:dusts/sugar", + "#forge:dusts/stone", + "#forge:dusts/lead", + ] + ); + event.shapeless( + Item.of("minecraft:potion").withNBT({ + Potion: "minecraft:long_fire_resistance", + }), + [ + Item.of("minecraft:potion", '{Potion:"minecraft:water"}'), + "#forge:dusts/redstone", + "#forge:dusts/sugar", + "#forge:dusts/stone", + "#forge:dusts/lead", + ] + ); + + // XP + greg + .large_chemical_reactor("gtceu:bottle_o_enchanting") + .itemInputs( + "glass_bottle", + "#forge:tiny_dusts/gold", + "#forge:tiny_dusts/sugar" + ) + .inputFluids("water 100") + .itemOutputs("experience_bottle") + .duration(20) + .EUt(256); + + // Nether Star + greg + .chemical_reactor("gtceu:nether_star") + .itemInputs("#forge:dusts/diamond", "#forge:dusts/iridium") + .inputFluids("gtceu:rocket_fuel 1000", "gtceu:nether_air 8000") + .itemOutputs("2x gtceu:nether_star_dust") + .duration(200) + .EUt(7680); + + // Netherite + greg + .alloy_smelter("gtceu:better_netherite") + .itemInputs("2x netherite_scrap", "2x #forge:ingots/gold") + .itemOutputs("1x netherite_ingot") + .duration(150) + .EUt(100); +}); diff --git a/kubejs/startup_scripts/components/hsla-steel.js b/kubejs/startup_scripts/components/hsla-steel.js index e7c070f..e65b6ce 100644 --- a/kubejs/startup_scripts/components/hsla-steel.js +++ b/kubejs/startup_scripts/components/hsla-steel.js @@ -1,6 +1,6 @@ -GTCEuStartupEvents.registry("gtceu:material", (event) => { - GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_SPRING); - GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_LONG_ROD); - GTMaterials.Iridium.addFlags(GTMaterialFlags.GENERATE_FRAME); - GTMaterials.Cobalt.addFlags(GTMaterialFlags.GENERATE_FINE_WIRE); -}); +GTCEuStartupEvents.registry("gtceu:material", (event) => { + GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_SPRING); + GTMaterials.HSLASteel.addFlags(GTMaterialFlags.GENERATE_LONG_ROD); + GTMaterials.Iridium.addFlags(GTMaterialFlags.GENERATE_FRAME); + GTMaterials.Cobalt.addFlags(GTMaterialFlags.GENERATE_FINE_WIRE); +}); diff --git a/kubejs/startup_scripts/icons.js b/kubejs/startup_scripts/icons.js index cd459f6..223381c 100644 --- a/kubejs/startup_scripts/icons.js +++ b/kubejs/startup_scripts/icons.js @@ -1,5 +1,5 @@ -StartupEvents.registry("item", (event) => { - event.create("greg_icon"); -}); - -Platform.mods.kubejs.name = "GregTech Community Pack"; +StartupEvents.registry("item", (event) => { + event.create("greg_icon"); +}); + +Platform.mods.kubejs.name = "GregTech Community Pack"; diff --git a/kubejs/startup_scripts/machinery/greenhouse.js b/kubejs/startup_scripts/machinery/greenhouse.js index fbf896b..6d0b2d5 100644 --- a/kubejs/startup_scripts/machinery/greenhouse.js +++ b/kubejs/startup_scripts/machinery/greenhouse.js @@ -1,36 +1,36 @@ -GTCEuStartupEvents.registry("gtceu:machine", (event) => { - event - .create("greenhouse", "multiblock") - .rotationState(RotationState.NON_Y_AXIS) - .recipeType("greenhouse") - .appearanceBlock(GTBlocks.MACHINE_CASING_ULV) - .recipeModifier( - GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply( - OverclockingLogic.NON_PERFECT_OVERCLOCK - ) - ) - .pattern((definition) => - FactoryBlockPattern.start() - .aisle("#BBB#", "#BBB#", "#BBB#", "#BBB#") - .aisle("BBBBB", "BDDDB", "B###B", "BGGGB") - .aisle("BBBBB", "BDDDB", "B###B", "BGGGB") - .aisle("BBBBB", "BDDDB", "B###B", "BGGGB") - .aisle("#BBB#", "#BEB#", "#BBB#", "#BBB#") - .where("E", Predicates.controller(Predicates.blocks(definition.get()))) - .where("D", Predicates.blocks("minecraft:dirt")) - .where("G", Predicates.blocks("gtceu:tempered_glass")) - .where( - "B", - Predicates.blocks("gtceu:ulv_machine_casing") - .setMinGlobalLimited(5) - .or(Predicates.autoAbilities(definition.getRecipeTypes())) - ) - .where("#", Predicates.air()) - .build() - ) - .workableCasingRenderer( - "gtceu:block/casings/voltage/ulv/side", - "gtceu:block/multiblock/implosion_compressor", - true - ); -}); +GTCEuStartupEvents.registry("gtceu:machine", (event) => { + event + .create("greenhouse", "multiblock") + .rotationState(RotationState.NON_Y_AXIS) + .recipeType("greenhouse") + .appearanceBlock(GTBlocks.MACHINE_CASING_ULV) + .recipeModifier( + GTRecipeModifiers.ELECTRIC_OVERCLOCK.apply( + OverclockingLogic.NON_PERFECT_OVERCLOCK + ) + ) + .pattern((definition) => + FactoryBlockPattern.start() + .aisle("#BBB#", "#BBB#", "#BBB#", "#BBB#") + .aisle("BBBBB", "BDDDB", "B###B", "BGGGB") + .aisle("BBBBB", "BDDDB", "B###B", "BGGGB") + .aisle("BBBBB", "BDDDB", "B###B", "BGGGB") + .aisle("#BBB#", "#BEB#", "#BBB#", "#BBB#") + .where("E", Predicates.controller(Predicates.blocks(definition.get()))) + .where("D", Predicates.blocks("minecraft:dirt")) + .where("G", Predicates.blocks("gtceu:tempered_glass")) + .where( + "B", + Predicates.blocks("gtceu:ulv_machine_casing") + .setMinGlobalLimited(5) + .or(Predicates.autoAbilities(definition.getRecipeTypes())) + ) + .where("#", Predicates.air()) + .build() + ) + .workableCasingRenderer( + "gtceu:block/casings/voltage/ulv/side", + "gtceu:block/multiblock/implosion_compressor", + true + ); +}); diff --git a/kubejs/startup_scripts/material_testing/material.js b/kubejs/startup_scripts/material_testing/material.js index 4fb4841..413fc30 100644 --- a/kubejs/startup_scripts/material_testing/material.js +++ b/kubejs/startup_scripts/material_testing/material.js @@ -1,18 +1,18 @@ -GTCEuStartupEvents.registry("gtceu:material", (event) => { - event - .create("fluix") - .dust() - .components("1x nether_quartz", "1x certus_quartz", "1x redstone") - .color(0x8f5ccb) - .iconSet(GTMaterialIconSet.DULL) - .flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR); - - /* - event - .create("netherite") - .components("1x gold", "1x tungsten", "1x platinum") - .color(0x4d494d) - .iconSet(GTMaterialIconSet.METALLIC) - .flags(GTMaterialFlags.GENERATE_PLATE); - */ -}); +GTCEuStartupEvents.registry("gtceu:material", (event) => { + event + .create("fluix") + .dust() + .components("1x nether_quartz", "1x certus_quartz", "1x redstone") + .color(0x8f5ccb) + .iconSet(GTMaterialIconSet.DULL) + .flags(GTMaterialFlags.GENERATE_PLATE, GTMaterialFlags.GENERATE_GEAR); + + /* + event + .create("netherite") + .components("1x gold", "1x tungsten", "1x platinum") + .color(0x4d494d) + .iconSet(GTMaterialIconSet.METALLIC) + .flags(GTMaterialFlags.GENERATE_PLATE); + */ +}); diff --git a/kubejs/startup_scripts/recipes/greenhouse.js b/kubejs/startup_scripts/recipes/greenhouse.js index aecd1ee..b08a75d 100644 --- a/kubejs/startup_scripts/recipes/greenhouse.js +++ b/kubejs/startup_scripts/recipes/greenhouse.js @@ -1,10 +1,10 @@ -GTCEuStartupEvents.registry("gtceu:recipe_type", (event) => { - event - .create("greenhouse") - .category("test") - .setEUIO("in") - .setMaxIOSize(3, 4, 1, 0) - .setSlotOverlay(false, false, GuiTextures.BOX_OVERLAY) - .setProgressBar(GuiTextures.PROGRESS_BAR_BATH, FillDirection.LEFT_TO_RIGHT) - .setSound(GTSoundEntries.COOLING); -}); +GTCEuStartupEvents.registry("gtceu:recipe_type", (event) => { + event + .create("greenhouse") + .category("test") + .setEUIO("in") + .setMaxIOSize(3, 4, 1, 0) + .setSlotOverlay(false, false, GuiTextures.BOX_OVERLAY) + .setProgressBar(GuiTextures.PROGRESS_BAR_BATH, FillDirection.LEFT_TO_RIGHT) + .setSound(GTSoundEntries.COOLING); +}); diff --git a/mods/alternate-current.pw.toml b/mods/alternate-current.pw.toml index ab8b0ce..fbc883f 100644 --- a/mods/alternate-current.pw.toml +++ b/mods/alternate-current.pw.toml @@ -1,13 +1,13 @@ -name = "Alternate Current" -filename = "alternate_current-mc1.20-1.7.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "02def44a2c416459ee5daecbe1caa6d78571e205" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4721662 -project-id = 548115 +name = "Alternate Current" +filename = "alternate_current-mc1.20-1.7.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "02def44a2c416459ee5daecbe1caa6d78571e205" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4721662 +project-id = 548115 diff --git a/mods/applied-energistics-2.pw.toml b/mods/applied-energistics-2.pw.toml index 1d48eec..83f0a3c 100644 --- a/mods/applied-energistics-2.pw.toml +++ b/mods/applied-energistics-2.pw.toml @@ -1,13 +1,13 @@ -name = "Applied Energistics 2" -filename = "appliedenergistics2-forge-15.0.15.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7a3e1c6e4ee6335aef62e995db1beefa6385ac79" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4857895 -project-id = 223794 +name = "Applied Energistics 2" +filename = "appliedenergistics2-forge-15.0.15.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7a3e1c6e4ee6335aef62e995db1beefa6385ac79" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4857895 +project-id = 223794 diff --git a/mods/architectury-api.pw.toml b/mods/architectury-api.pw.toml index 0e6d565..4dfe077 100644 --- a/mods/architectury-api.pw.toml +++ b/mods/architectury-api.pw.toml @@ -1,13 +1,13 @@ -name = "Architectury API (Fabric/Forge/NeoForge)" -filename = "architectury-9.1.12-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "49fc332e52027845caaa0098289dc9059b8eb010" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4663010 -project-id = 419699 +name = "Architectury API (Fabric/Forge/NeoForge)" +filename = "architectury-9.1.12-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "49fc332e52027845caaa0098289dc9059b8eb010" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4663010 +project-id = 419699 diff --git a/mods/attributefix.pw.toml b/mods/attributefix.pw.toml index ed50230..58c7624 100644 --- a/mods/attributefix.pw.toml +++ b/mods/attributefix.pw.toml @@ -1,13 +1,13 @@ -name = "AttributeFix" -filename = "AttributeFix-Forge-1.20.1-21.0.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4911084 -project-id = 280510 +name = "AttributeFix" +filename = "AttributeFix-Forge-1.20.1-21.0.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6eb69343eb21d38f95d1b1d00e6bc777bdb336fa" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4911084 +project-id = 280510 diff --git a/mods/badpackets.pw.toml b/mods/badpackets.pw.toml index d137844..ddd6ddb 100644 --- a/mods/badpackets.pw.toml +++ b/mods/badpackets.pw.toml @@ -1,13 +1,13 @@ -name = "bad packets" -filename = "badpackets-forge-0.4.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "34b4ae0b51fe8bb55529dd20968bf58e20b4a21e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4784395 -project-id = 615134 +name = "bad packets" +filename = "badpackets-forge-0.4.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "34b4ae0b51fe8bb55529dd20968bf58e20b4a21e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4784395 +project-id = 615134 diff --git a/mods/balm.pw.toml b/mods/balm.pw.toml index a0b7e87..6c065c9 100644 --- a/mods/balm.pw.toml +++ b/mods/balm.pw.toml @@ -1,13 +1,13 @@ -name = "Balm (Forge Edition)" -filename = "balm-forge-1.20.1-7.2.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a1a5e8c8d6c5bc1ee684eaba086b91244840a369" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4943500 -project-id = 531761 +name = "Balm (Forge Edition)" +filename = "balm-forge-1.20.1-7.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a1a5e8c8d6c5bc1ee684eaba086b91244840a369" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4943500 +project-id = 531761 diff --git a/mods/better-angel-ring.pw.toml b/mods/better-angel-ring.pw.toml index 6b89f42..de320e7 100644 --- a/mods/better-angel-ring.pw.toml +++ b/mods/better-angel-ring.pw.toml @@ -1,13 +1,13 @@ -name = "Better Angel Ring" -filename = "better_angel_ring-1.20.1-1.0.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "abee07cc2beb239776c69007b3fff7510e6b46c0" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4801662 -project-id = 904974 +name = "Better Angel Ring" +filename = "better_angel_ring-1.20.1-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "abee07cc2beb239776c69007b3fff7510e6b46c0" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4801662 +project-id = 904974 diff --git a/mods/bookshelf.pw.toml b/mods/bookshelf.pw.toml index 55cc7c9..0da744c 100644 --- a/mods/bookshelf.pw.toml +++ b/mods/bookshelf.pw.toml @@ -1,13 +1,13 @@ -name = "Bookshelf" -filename = "Bookshelf-Forge-1.20.1-20.1.7.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f0d4f43cea4d835b57fa1ebc74cfb597cfb8b0b1" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4958302 -project-id = 228525 +name = "Bookshelf" +filename = "Bookshelf-Forge-1.20.1-20.1.7.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f0d4f43cea4d835b57fa1ebc74cfb597cfb8b0b1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4958302 +project-id = 228525 diff --git a/mods/building-gadgets.pw.toml b/mods/building-gadgets.pw.toml index c78db7d..b8d2487 100644 --- a/mods/building-gadgets.pw.toml +++ b/mods/building-gadgets.pw.toml @@ -1,13 +1,13 @@ -name = "Building Gadgets" -filename = "buildinggadgets2-1.0.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d52fd597d10b9ffb3b455675e0c3f54f2b4bb723" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4843616 -project-id = 298187 +name = "Building Gadgets" +filename = "buildinggadgets2-1.0.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d52fd597d10b9ffb3b455675e0c3f54f2b4bb723" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4843616 +project-id = 298187 diff --git a/mods/client-tweaks.pw.toml b/mods/client-tweaks.pw.toml index 70fbb6a..b5c0319 100644 --- a/mods/client-tweaks.pw.toml +++ b/mods/client-tweaks.pw.toml @@ -1,13 +1,13 @@ -name = "Client Tweaks" -filename = "clienttweaks-forge-1.20-11.1.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "8a117dbbb376360c34d6ba56ce03ce2837bbccc2" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4751740 -project-id = 251407 +name = "Client Tweaks" +filename = "clienttweaks-forge-1.20-11.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8a117dbbb376360c34d6ba56ce03ce2837bbccc2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4751740 +project-id = 251407 diff --git a/mods/cloth-config.pw.toml b/mods/cloth-config.pw.toml index daf1025..857fdb1 100644 --- a/mods/cloth-config.pw.toml +++ b/mods/cloth-config.pw.toml @@ -1,13 +1,13 @@ -name = "Cloth Config API (Fabric/Forge/NeoForge)" -filename = "cloth-config-11.1.106-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "b6f17b52c469c5ca27c9e90abdb0ecc0be16149d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4633444 -project-id = 348521 +name = "Cloth Config API (Fabric/Forge/NeoForge)" +filename = "cloth-config-11.1.106-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "b6f17b52c469c5ca27c9e90abdb0ecc0be16149d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4633444 +project-id = 348521 diff --git a/mods/clumps.pw.toml b/mods/clumps.pw.toml index cc46872..f2a2020 100644 --- a/mods/clumps.pw.toml +++ b/mods/clumps.pw.toml @@ -1,13 +1,13 @@ -name = "Clumps" -filename = "Clumps-forge-1.20.1-12.0.0.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "475f8cfb0bc678d0c5275190daa80fc272399fc5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4614555 -project-id = 256717 +name = "Clumps" +filename = "Clumps-forge-1.20.1-12.0.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "475f8cfb0bc678d0c5275190daa80fc272399fc5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4614555 +project-id = 256717 diff --git a/mods/controlling.pw.toml b/mods/controlling.pw.toml index 82856b5..dc81e19 100644 --- a/mods/controlling.pw.toml +++ b/mods/controlling.pw.toml @@ -1,13 +1,13 @@ -name = "Controlling" -filename = "Controlling-forge-1.20.1-12.0.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4646682 -project-id = 250398 +name = "Controlling" +filename = "Controlling-forge-1.20.1-12.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f6d3cdd3ec68c5590cf5b2e89c38dbf031824bfd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4646682 +project-id = 250398 diff --git a/mods/crafting-station.pw.toml b/mods/crafting-station.pw.toml index 513608c..9c89484 100644 --- a/mods/crafting-station.pw.toml +++ b/mods/crafting-station.pw.toml @@ -1,13 +1,13 @@ -name = "Crafting Station" -filename = "craftingstation-1.20.1-1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "56b186b8037b307a7fd3b55dfde6ad4bb618231f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4770683 -project-id = 318551 +name = "Crafting Station" +filename = "craftingstation-1.20.1-1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "56b186b8037b307a7fd3b55dfde6ad4bb618231f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4770683 +project-id = 318551 diff --git a/mods/crafting-tweaks.pw.toml b/mods/crafting-tweaks.pw.toml index 1b3ff0b..db1c234 100644 --- a/mods/crafting-tweaks.pw.toml +++ b/mods/crafting-tweaks.pw.toml @@ -1,13 +1,13 @@ -name = "Crafting Tweaks" -filename = "craftingtweaks-forge-1.20-18.2.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "0e5ced7b77aaa0737605ae25cfad644bbd117e41" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4939240 -project-id = 233071 +name = "Crafting Tweaks" +filename = "craftingtweaks-forge-1.20-18.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0e5ced7b77aaa0737605ae25cfad644bbd117e41" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4939240 +project-id = 233071 diff --git a/mods/curios.pw.toml b/mods/curios.pw.toml index b5eba16..6da5a36 100644 --- a/mods/curios.pw.toml +++ b/mods/curios.pw.toml @@ -1,13 +1,13 @@ -name = "Curios API (Forge/NeoForge)" -filename = "curios-forge-5.4.6+1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c2304fed45b8becbe7c587eec58cbb8ef00a9a45" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4960408 -project-id = 309927 +name = "Curios API (Forge/NeoForge)" +filename = "curios-forge-5.4.6+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c2304fed45b8becbe7c587eec58cbb8ef00a9a45" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4960408 +project-id = 309927 diff --git a/mods/embeddium.pw.toml b/mods/embeddium.pw.toml index c2ad4b9..4d766da 100644 --- a/mods/embeddium.pw.toml +++ b/mods/embeddium.pw.toml @@ -1,13 +1,13 @@ -name = "Embeddium" -filename = "embeddium-0.2.13+mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "94aebf51f2e2838b41206901e27a2a48b1a2e756" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4949986 -project-id = 908741 +name = "Embeddium" +filename = "embeddium-0.2.13+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "94aebf51f2e2838b41206901e27a2a48b1a2e756" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4949986 +project-id = 908741 diff --git a/mods/ex-pattern-provider.pw.toml b/mods/ex-pattern-provider.pw.toml index 451f9ca..d152fe8 100644 --- a/mods/ex-pattern-provider.pw.toml +++ b/mods/ex-pattern-provider.pw.toml @@ -1,13 +1,13 @@ -name = "ExtendedAE" -filename = "ExtendedAE-1.20-0.1.28-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "af0d45fd03d76dd69d5ade594b12bdd88caa6b13" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4962674 -project-id = 892005 +name = "ExtendedAE" +filename = "ExtendedAE-1.20-0.1.28-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "af0d45fd03d76dd69d5ade594b12bdd88caa6b13" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4962674 +project-id = 892005 diff --git a/mods/fast-leaf-decay.pw.toml b/mods/fast-leaf-decay.pw.toml index 1519596..e3e2c87 100644 --- a/mods/fast-leaf-decay.pw.toml +++ b/mods/fast-leaf-decay.pw.toml @@ -1,13 +1,13 @@ -name = "Fast Leaf Decay" -filename = "FastLeafDecay-31.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "27d5ae02484e0b0c464f9611cedee6337048f638" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4620069 -project-id = 230976 +name = "Fast Leaf Decay" +filename = "FastLeafDecay-31.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "27d5ae02484e0b0c464f9611cedee6337048f638" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4620069 +project-id = 230976 diff --git a/mods/fastload.pw.toml b/mods/fastload.pw.toml index bff403d..74c15e6 100644 --- a/mods/fastload.pw.toml +++ b/mods/fastload.pw.toml @@ -1,13 +1,13 @@ -name = "Fastload" -filename = "Fastload-Reforged-mc1.20.1-3.4.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "27d58f123951e0404c94caf16ff9b96b442f371c" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4706149 -project-id = 630620 +name = "Fastload" +filename = "Fastload-Reforged-mc1.20.1-3.4.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "27d58f123951e0404c94caf16ff9b96b442f371c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4706149 +project-id = 630620 diff --git a/mods/fastsuite.pw.toml b/mods/fastsuite.pw.toml index b0ef610..7c7bb26 100644 --- a/mods/fastsuite.pw.toml +++ b/mods/fastsuite.pw.toml @@ -1,13 +1,13 @@ -name = "FastSuite" -filename = "FastSuite-1.20.1-5.0.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "c418caa1eea74e9f05b4a20862ebc665019250c8" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4711435 -project-id = 475117 +name = "FastSuite" +filename = "FastSuite-1.20.1-5.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "c418caa1eea74e9f05b4a20862ebc665019250c8" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4711435 +project-id = 475117 diff --git a/mods/ferritecore.pw.toml b/mods/ferritecore.pw.toml index fb06453..9d58ed2 100644 --- a/mods/ferritecore.pw.toml +++ b/mods/ferritecore.pw.toml @@ -1,13 +1,13 @@ -name = "FerriteCore (Forge)" -filename = "ferritecore-6.0.1-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4810975 -project-id = 429235 +name = "FerriteCore (Forge)" +filename = "ferritecore-6.0.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "417fb6ce8f52abf40bd9d0390371790f9576f8ba" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4810975 +project-id = 429235 diff --git a/mods/findme.pw.toml b/mods/findme.pw.toml index a190c78..bae2147 100644 --- a/mods/findme.pw.toml +++ b/mods/findme.pw.toml @@ -1,13 +1,13 @@ -name = "FindMe" -filename = "findme-3.1.1-forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "561dfe2193afa816979a7a41c93fab20750e2f3f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4960678 -project-id = 291936 +name = "FindMe" +filename = "findme-3.1.1-forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "561dfe2193afa816979a7a41c93fab20750e2f3f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4960678 +project-id = 291936 diff --git a/mods/fps-reducer.pw.toml b/mods/fps-reducer.pw.toml index 74b46c3..d9bf97b 100644 --- a/mods/fps-reducer.pw.toml +++ b/mods/fps-reducer.pw.toml @@ -1,13 +1,13 @@ -name = "FPS Reducer" -filename = "FpsReducer2-forge-1.20-2.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "d7d5af20faa2bd7012aa2d34b5804324aa273092" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4586784 -project-id = 280294 +name = "FPS Reducer" +filename = "FpsReducer2-forge-1.20-2.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "d7d5af20faa2bd7012aa2d34b5804324aa273092" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4586784 +project-id = 280294 diff --git a/mods/framedblocks.pw.toml b/mods/framedblocks.pw.toml index 8f78eda..b09dfb8 100644 --- a/mods/framedblocks.pw.toml +++ b/mods/framedblocks.pw.toml @@ -1,13 +1,13 @@ -name = "FramedBlocks" -filename = "FramedBlocks-9.1.6.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "9663ba7c16867cc1983ec1c1dbc237e2b54626e1" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4793884 -project-id = 441647 +name = "FramedBlocks" +filename = "FramedBlocks-9.1.6.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9663ba7c16867cc1983ec1c1dbc237e2b54626e1" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4793884 +project-id = 441647 diff --git a/mods/ftb-chunks-forge.pw.toml b/mods/ftb-chunks-forge.pw.toml index 83f9672..76cc4ef 100644 --- a/mods/ftb-chunks-forge.pw.toml +++ b/mods/ftb-chunks-forge.pw.toml @@ -1,13 +1,13 @@ -name = "FTB Chunks (Forge)" -filename = "ftb-chunks-forge-2001.2.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a0c9bf580b7bbf749f78a17d8e48ae8af5038afe" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4925796 -project-id = 314906 +name = "FTB Chunks (Forge)" +filename = "ftb-chunks-forge-2001.2.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a0c9bf580b7bbf749f78a17d8e48ae8af5038afe" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4925796 +project-id = 314906 diff --git a/mods/ftb-essentials-forge.pw.toml b/mods/ftb-essentials-forge.pw.toml index 2a705bc..92eb2a2 100644 --- a/mods/ftb-essentials-forge.pw.toml +++ b/mods/ftb-essentials-forge.pw.toml @@ -1,13 +1,13 @@ -name = "FTB Essentials (Forge & Fabric)" -filename = "ftb-essentials-forge-2001.2.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e9f668ea8fa12215b1db9d505af8feb617d66e5a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4896152 -project-id = 410811 +name = "FTB Essentials (Forge & Fabric)" +filename = "ftb-essentials-forge-2001.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9f668ea8fa12215b1db9d505af8feb617d66e5a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4896152 +project-id = 410811 diff --git a/mods/ftb-library-forge.pw.toml b/mods/ftb-library-forge.pw.toml index e3c0bd0..0f72d94 100644 --- a/mods/ftb-library-forge.pw.toml +++ b/mods/ftb-library-forge.pw.toml @@ -1,13 +1,13 @@ -name = "FTB Library (Forge)" -filename = "ftb-library-forge-2001.1.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "de7fd22d2fd5e5cd5e6060c487df8f97c33933f2" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4864329 -project-id = 404465 +name = "FTB Library (Forge)" +filename = "ftb-library-forge-2001.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "de7fd22d2fd5e5cd5e6060c487df8f97c33933f2" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4864329 +project-id = 404465 diff --git a/mods/ftb-quests-forge.pw.toml b/mods/ftb-quests-forge.pw.toml index f71e3ef..6b484b7 100644 --- a/mods/ftb-quests-forge.pw.toml +++ b/mods/ftb-quests-forge.pw.toml @@ -1,13 +1,13 @@ -name = "FTB Quests (Forge)" -filename = "ftb-quests-forge-2001.3.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7ec8133f4bb375e0f0cf7046db60e182aa2d60a3" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4929479 -project-id = 289412 +name = "FTB Quests (Forge)" +filename = "ftb-quests-forge-2001.3.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7ec8133f4bb375e0f0cf7046db60e182aa2d60a3" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4929479 +project-id = 289412 diff --git a/mods/ftb-teams-forge.pw.toml b/mods/ftb-teams-forge.pw.toml index f848f47..d4f56a9 100644 --- a/mods/ftb-teams-forge.pw.toml +++ b/mods/ftb-teams-forge.pw.toml @@ -1,13 +1,13 @@ -name = "FTB Teams (Forge)" -filename = "ftb-teams-forge-2001.1.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "8b7628248ffd6e97bde2ffce0a630a4db4504b9b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4623116 -project-id = 404468 +name = "FTB Teams (Forge)" +filename = "ftb-teams-forge-2001.1.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "8b7628248ffd6e97bde2ffce0a630a4db4504b9b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4623116 +project-id = 404468 diff --git a/mods/ftb-xmod-compat.pw.toml b/mods/ftb-xmod-compat.pw.toml index a664f06..164df52 100644 --- a/mods/ftb-xmod-compat.pw.toml +++ b/mods/ftb-xmod-compat.pw.toml @@ -1,13 +1,13 @@ -name = "FTB XMod Compat" -filename = "ftb-xmod-compat-forge-2.1.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "9c799c16928964c64effc032478d4a9d48e93e55" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4932157 -project-id = 889915 +name = "FTB XMod Compat" +filename = "ftb-xmod-compat-forge-2.1.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "9c799c16928964c64effc032478d4a9d48e93e55" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4932157 +project-id = 889915 diff --git a/mods/gregtechceu-modern.pw.toml b/mods/gregtechceu-modern.pw.toml index 36e875c..9c52620 100644 --- a/mods/gregtechceu-modern.pw.toml +++ b/mods/gregtechceu-modern.pw.toml @@ -1,13 +1,13 @@ -name = "GregTechCEu Modern" -filename = "gtceu-forge-1.20.1-1.0.18.a.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "576e59d3b97c1fb6a3aae182e575bcbca2fed7ed" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4968835 -project-id = 890405 +name = "GregTechCEu Modern" +filename = "gtceu-forge-1.20.1-1.0.18.a.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "576e59d3b97c1fb6a3aae182e575bcbca2fed7ed" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4968835 +project-id = 890405 diff --git a/mods/hang-glider.pw.toml b/mods/hang-glider.pw.toml index 5f4b235..5f3e22c 100644 --- a/mods/hang-glider.pw.toml +++ b/mods/hang-glider.pw.toml @@ -1,13 +1,13 @@ -name = "Hang Glider [Forge & Fabric]" -filename = "HangGlider-v8.0.1-1.20.1-Forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e4a5deeb545db6853ae4d668d0751228e641fc61" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4710223 -project-id = 852668 +name = "Hang Glider [Forge & Fabric]" +filename = "HangGlider-v8.0.1-1.20.1-Forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e4a5deeb545db6853ae4d668d0751228e641fc61" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4710223 +project-id = 852668 diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml index 9a684fe..1cc5e4a 100644 --- a/mods/iceberg.pw.toml +++ b/mods/iceberg.pw.toml @@ -1,13 +1,13 @@ -name = "Iceberg [Forge]" -filename = "Iceberg-1.20.1-forge-1.1.18.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "1d1b54b5a5b03c37f89ee6505198b6f50b63e853" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4953572 -project-id = 520110 +name = "Iceberg [Forge]" +filename = "Iceberg-1.20.1-forge-1.1.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "1d1b54b5a5b03c37f89ee6505198b6f50b63e853" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4953572 +project-id = 520110 diff --git a/mods/inventory-essentials.pw.toml b/mods/inventory-essentials.pw.toml index 5255cf2..6f66e1f 100644 --- a/mods/inventory-essentials.pw.toml +++ b/mods/inventory-essentials.pw.toml @@ -1,13 +1,13 @@ -name = "Inventory Essentials" -filename = "inventoryessentials-forge-1.20.1-8.2.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "2bb6cfec61841cef96111a9c2fc2b4244392d0eb" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4752151 -project-id = 368825 +name = "Inventory Essentials" +filename = "inventoryessentials-forge-1.20.1-8.2.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "2bb6cfec61841cef96111a9c2fc2b4244392d0eb" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4752151 +project-id = 368825 diff --git a/mods/inventory-sorter.pw.toml b/mods/inventory-sorter.pw.toml index 0accdfe..0afa42f 100644 --- a/mods/inventory-sorter.pw.toml +++ b/mods/inventory-sorter.pw.toml @@ -1,13 +1,13 @@ -name = "Inventory Sorter" -filename = "inventorysorter-1.20.1-23.0.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "32e30b71d7ef67b306a24191c655528509454cb5" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4655091 -project-id = 240633 +name = "Inventory Sorter" +filename = "inventorysorter-1.20.1-23.0.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "32e30b71d7ef67b306a24191c655528509454cb5" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4655091 +project-id = 240633 diff --git a/mods/item-filters.pw.toml b/mods/item-filters.pw.toml index 76199d4..ffd8360 100644 --- a/mods/item-filters.pw.toml +++ b/mods/item-filters.pw.toml @@ -1,13 +1,13 @@ -name = "Item Filters" -filename = "item-filters-forge-2001.1.0-build.59.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "55a7f032c59489eca96069a7841601de2ff97590" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4838266 -project-id = 309674 +name = "Item Filters" +filename = "item-filters-forge-2001.1.0-build.59.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "55a7f032c59489eca96069a7841601de2ff97590" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4838266 +project-id = 309674 diff --git a/mods/jade.pw.toml b/mods/jade.pw.toml index a51643e..3e2b445 100644 --- a/mods/jade.pw.toml +++ b/mods/jade.pw.toml @@ -1,13 +1,13 @@ -name = "Jade 🔍" -filename = "Jade-1.20.1-forge-11.6.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "edf0516dfd73a0b0c8fa1af261e7d40c07c23e23" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4961520 -project-id = 324717 +name = "Jade 🔍" +filename = "Jade-1.20.1-forge-11.6.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "edf0516dfd73a0b0c8fa1af261e7d40c07c23e23" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4961520 +project-id = 324717 diff --git a/mods/javd.pw.toml b/mods/javd.pw.toml index 895e5b0..5e44365 100644 --- a/mods/javd.pw.toml +++ b/mods/javd.pw.toml @@ -1,13 +1,13 @@ -name = "Just Another Void Dimension" -filename = "JAVD-Forge-5.0.1+mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a1973dc568d8f1b40cdd5a48906e59d108e2662e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4803995 -project-id = 370890 +name = "Just Another Void Dimension" +filename = "JAVD-Forge-5.0.1+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a1973dc568d8f1b40cdd5a48906e59d108e2662e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4803995 +project-id = 370890 diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml index 02b918a..a43b608 100644 --- a/mods/jei.pw.toml +++ b/mods/jei.pw.toml @@ -1,13 +1,13 @@ -name = "Just Enough Items (JEI)" -filename = "jei-1.20.1-forge-15.2.0.27.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a565f2e31fc2bbe6f297a4ca25241cbfd704ef6b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4712868 -project-id = 238222 +name = "Just Enough Items (JEI)" +filename = "jei-1.20.1-forge-15.2.0.27.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a565f2e31fc2bbe6f297a4ca25241cbfd704ef6b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4712868 +project-id = 238222 diff --git a/mods/kubejs.pw.toml b/mods/kubejs.pw.toml index bf50bc3..c359e83 100644 --- a/mods/kubejs.pw.toml +++ b/mods/kubejs.pw.toml @@ -1,13 +1,13 @@ -name = "KubeJS" -filename = "kubejs-forge-2001.6.4-build.114.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "55800bfde990f5dc4fb65f03740dd26583886b51" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4948967 -project-id = 238086 +name = "KubeJS" +filename = "kubejs-forge-2001.6.4-build.114.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "55800bfde990f5dc4fb65f03740dd26583886b51" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4948967 +project-id = 238086 diff --git a/mods/lootjs.pw.toml b/mods/lootjs.pw.toml index c5a7a6e..bbd0c6c 100644 --- a/mods/lootjs.pw.toml +++ b/mods/lootjs.pw.toml @@ -1,13 +1,13 @@ -name = "LootJS: KubeJS Addon" -filename = "lootjs-forge-1.20.1-2.10.4.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "42f4390034e943e0ccfd667fffc9d121aed4a132" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4936333 -project-id = 570630 +name = "LootJS: KubeJS Addon" +filename = "lootjs-forge-1.20.1-2.10.4.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "42f4390034e943e0ccfd667fffc9d121aed4a132" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4936333 +project-id = 570630 diff --git a/mods/model-gap-fix.pw.toml b/mods/model-gap-fix.pw.toml index d34f1b1..775d22a 100644 --- a/mods/model-gap-fix.pw.toml +++ b/mods/model-gap-fix.pw.toml @@ -1,13 +1,13 @@ -name = "Model Gap Fix" -filename = "modelfix-1.14.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f11c4d7010f9572bd2e2ed64c15e544816226e0b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4607206 -project-id = 676136 +name = "Model Gap Fix" +filename = "modelfix-1.14.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f11c4d7010f9572bd2e2ed64c15e544816226e0b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4607206 +project-id = 676136 diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index e2db644..98fe5ff 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ -name = "ModernFix" -filename = "modernfix-forge-5.10.1+mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "496d1d617d78871c87fe05f69b10bb77f070b1cd" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4949413 -project-id = 790626 +name = "ModernFix" +filename = "modernfix-forge-5.10.1+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "496d1d617d78871c87fe05f69b10bb77f070b1cd" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4949413 +project-id = 790626 diff --git a/mods/mouse-tweaks.pw.toml b/mods/mouse-tweaks.pw.toml index 2ed699c..92219c8 100644 --- a/mods/mouse-tweaks.pw.toml +++ b/mods/mouse-tweaks.pw.toml @@ -1,13 +1,13 @@ -name = "Mouse Tweaks" -filename = "MouseTweaks-forge-mc1.20-2.25.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f3e8805d706a36717306d92bd5c45cb2aef854b6" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4581240 -project-id = 60089 +name = "Mouse Tweaks" +filename = "MouseTweaks-forge-mc1.20-2.25.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f3e8805d706a36717306d92bd5c45cb2aef854b6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4581240 +project-id = 60089 diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml index ca32a5f..c3257c0 100644 --- a/mods/no-chat-reports.pw.toml +++ b/mods/no-chat-reports.pw.toml @@ -1,13 +1,13 @@ -name = "No Chat Reports" -filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "069396e689ae887d065c8d61b7945e685fbcc65b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4610474 -project-id = 634062 +name = "No Chat Reports" +filename = "NoChatReports-FORGE-1.20.1-v2.2.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "069396e689ae887d065c8d61b7945e685fbcc65b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4610474 +project-id = 634062 diff --git a/mods/openblocks-elevator.pw.toml b/mods/openblocks-elevator.pw.toml index 16123fa..c2e4581 100644 --- a/mods/openblocks-elevator.pw.toml +++ b/mods/openblocks-elevator.pw.toml @@ -1,13 +1,13 @@ -name = "OpenBlocks Elevator" -filename = "elevatorid-1.20.1-lex-1.9.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "04f3ee97d8881f4dd6b4e2c8c5ba4e1785e2f2c7" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4837768 -project-id = 250832 +name = "OpenBlocks Elevator" +filename = "elevatorid-1.20.1-lex-1.9.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "04f3ee97d8881f4dd6b4e2c8c5ba4e1785e2f2c7" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4837768 +project-id = 250832 diff --git a/mods/placebo.pw.toml b/mods/placebo.pw.toml index b3249c6..7bce373 100644 --- a/mods/placebo.pw.toml +++ b/mods/placebo.pw.toml @@ -1,13 +1,13 @@ -name = "Placebo" -filename = "Placebo-1.20.1-8.6.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "ddc15d8cd438bdfd8e1498ec0cc19d0e39a8b16e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4913663 -project-id = 283644 +name = "Placebo" +filename = "Placebo-1.20.1-8.6.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "ddc15d8cd438bdfd8e1498ec0cc19d0e39a8b16e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4913663 +project-id = 283644 diff --git a/mods/polymorph.pw.toml b/mods/polymorph.pw.toml index 653f7ad..6da1d79 100644 --- a/mods/polymorph.pw.toml +++ b/mods/polymorph.pw.toml @@ -1,13 +1,13 @@ -name = "Polymorph (Fabric/Forge/Quilt)" -filename = "polymorph-forge-0.49.2+1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "5a2721c24111f6ab84d3b04a57c7949ce7a1200e" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4928442 -project-id = 388800 +name = "Polymorph (Fabric/Forge/Quilt)" +filename = "polymorph-forge-0.49.2+1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5a2721c24111f6ab84d3b04a57c7949ce7a1200e" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4928442 +project-id = 388800 diff --git a/mods/puzzles-lib.pw.toml b/mods/puzzles-lib.pw.toml index a3f6c35..e8f9a97 100644 --- a/mods/puzzles-lib.pw.toml +++ b/mods/puzzles-lib.pw.toml @@ -1,13 +1,13 @@ -name = "Puzzles Lib [Forge & Fabric]" -filename = "PuzzlesLib-v8.1.11-1.20.1-Forge.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "6076aa4e430cd29be122bebb5c1e213dd20ed87f" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4924184 -project-id = 495476 +name = "Puzzles Lib [Forge & Fabric]" +filename = "PuzzlesLib-v8.1.11-1.20.1-Forge.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6076aa4e430cd29be122bebb5c1e213dd20ed87f" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4924184 +project-id = 495476 diff --git a/mods/rhino.pw.toml b/mods/rhino.pw.toml index c9ad6fe..7cebc55 100644 --- a/mods/rhino.pw.toml +++ b/mods/rhino.pw.toml @@ -1,13 +1,13 @@ -name = "Rhino" -filename = "rhino-forge-2001.2.2-build.18.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "0a631b4e8235a777d08bd53d4f49dba388205cad" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4944325 -project-id = 416294 +name = "Rhino" +filename = "rhino-forge-2001.2.2-build.18.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "0a631b4e8235a777d08bd53d4f49dba388205cad" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4944325 +project-id = 416294 diff --git a/mods/searchables.pw.toml b/mods/searchables.pw.toml index c8be10a..5a37012 100644 --- a/mods/searchables.pw.toml +++ b/mods/searchables.pw.toml @@ -1,13 +1,13 @@ -name = "Searchables" -filename = "Searchables-forge-1.20.1-1.0.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "15548b2b50b700c0ffe2b9c4de80dfe510db208d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4779110 -project-id = 858542 +name = "Searchables" +filename = "Searchables-forge-1.20.1-1.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "15548b2b50b700c0ffe2b9c4de80dfe510db208d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4779110 +project-id = 858542 diff --git a/mods/shimmer.pw.toml b/mods/shimmer.pw.toml index bf578f8..8987675 100644 --- a/mods/shimmer.pw.toml +++ b/mods/shimmer.pw.toml @@ -1,13 +1,13 @@ -name = "Shimmer" -filename = "Shimmer-forge-1.20.1-0.2.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "36bea7482e92a05b95fdfccd48cf24e71d326567" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4923047 -project-id = 627824 +name = "Shimmer" +filename = "Shimmer-forge-1.20.1-0.2.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "36bea7482e92a05b95fdfccd48cf24e71d326567" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4923047 +project-id = 627824 diff --git a/mods/simple-magnets.pw.toml b/mods/simple-magnets.pw.toml index f049d8b..43faca9 100644 --- a/mods/simple-magnets.pw.toml +++ b/mods/simple-magnets.pw.toml @@ -1,13 +1,13 @@ -name = "Simple Magnets" -filename = "simplemagnets-1.1.10-forge-mc1.20.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "34a9ecee1fce4100052bee5fd1965c16271e210a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4794200 -project-id = 394140 +name = "Simple Magnets" +filename = "simplemagnets-1.1.10-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "34a9ecee1fce4100052bee5fd1965c16271e210a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4794200 +project-id = 394140 diff --git a/mods/smooth-boot-reloaded.pw.toml b/mods/smooth-boot-reloaded.pw.toml index 4babe4d..41b2ca8 100644 --- a/mods/smooth-boot-reloaded.pw.toml +++ b/mods/smooth-boot-reloaded.pw.toml @@ -1,13 +1,13 @@ -name = "Smooth Boot (Reloaded)" -filename = "smoothboot-mc1.20.1-0.0.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "53abe64226f6c7b1f03d02400f830a853259645d" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4685319 -project-id = 633412 +name = "Smooth Boot (Reloaded)" +filename = "smoothboot-mc1.20.1-0.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "53abe64226f6c7b1f03d02400f830a853259645d" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4685319 +project-id = 633412 diff --git a/mods/starlight-forge.pw.toml b/mods/starlight-forge.pw.toml index fb73020..effc5c2 100644 --- a/mods/starlight-forge.pw.toml +++ b/mods/starlight-forge.pw.toml @@ -1,13 +1,13 @@ -name = "Starlight (Forge)" -filename = "starlight-1.1.2+forge.1cda73c.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a915880c7834a0b0f9f300f0e3053deaa9a3205a" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4631193 -project-id = 526854 +name = "Starlight (Forge)" +filename = "starlight-1.1.2+forge.1cda73c.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a915880c7834a0b0f9f300f0e3053deaa9a3205a" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4631193 +project-id = 526854 diff --git a/mods/storage-drawers.pw.toml b/mods/storage-drawers.pw.toml index f6e0189..d600b3b 100644 --- a/mods/storage-drawers.pw.toml +++ b/mods/storage-drawers.pw.toml @@ -1,13 +1,13 @@ -name = "Storage Drawers" -filename = "storagedrawers-1.20.1-12.0.2.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "91aa0aeb3f868ca39b43b63c9eb596346c77fe26" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4668552 -project-id = 223852 +name = "Storage Drawers" +filename = "storagedrawers-1.20.1-12.0.2.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "91aa0aeb3f868ca39b43b63c9eb596346c77fe26" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4668552 +project-id = 223852 diff --git a/mods/supermartijn642s-config-lib.pw.toml b/mods/supermartijn642s-config-lib.pw.toml index 8e8cc90..e1517d8 100644 --- a/mods/supermartijn642s-config-lib.pw.toml +++ b/mods/supermartijn642s-config-lib.pw.toml @@ -1,13 +1,13 @@ -name = "SuperMartijn642's Config Lib" -filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f80f9eed728966adcfbcc848633e789645057281" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4715408 -project-id = 438332 +name = "SuperMartijn642's Config Lib" +filename = "supermartijn642configlib-1.1.8-forge-mc1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f80f9eed728966adcfbcc848633e789645057281" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4715408 +project-id = 438332 diff --git a/mods/supermartijn642s-core-lib.pw.toml b/mods/supermartijn642s-core-lib.pw.toml index da3ea72..94b4722 100644 --- a/mods/supermartijn642s-core-lib.pw.toml +++ b/mods/supermartijn642s-core-lib.pw.toml @@ -1,13 +1,13 @@ -name = "SuperMartijn642's Core Lib" -filename = "supermartijn642corelib-1.1.16-forge-mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e188291aa8de74f12f8438960d8d6b85d0023fa6" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4927036 -project-id = 454372 +name = "SuperMartijn642's Core Lib" +filename = "supermartijn642corelib-1.1.16-forge-mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e188291aa8de74f12f8438960d8d6b85d0023fa6" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4927036 +project-id = 454372 diff --git a/mods/toast-control.pw.toml b/mods/toast-control.pw.toml index ed212d1..4e0421c 100644 --- a/mods/toast-control.pw.toml +++ b/mods/toast-control.pw.toml @@ -1,13 +1,13 @@ -name = "Toast Control" -filename = "ToastControl-1.20.1-8.0.3.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "e9ef48672f01b076ea3b8c7c5e6a139c2491a67c" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4711316 -project-id = 271740 +name = "Toast Control" +filename = "ToastControl-1.20.1-8.0.3.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "e9ef48672f01b076ea3b8c7c5e6a139c2491a67c" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4711316 +project-id = 271740 diff --git a/mods/tool-belt.pw.toml b/mods/tool-belt.pw.toml index ee907e9..473b79b 100644 --- a/mods/tool-belt.pw.toml +++ b/mods/tool-belt.pw.toml @@ -1,13 +1,13 @@ -name = "Tool Belt" -filename = "ToolBelt-1.20-1.20.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "38010bc1cdd90aa7c3f29fb9800ea459dd47c369" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4581167 -project-id = 260262 +name = "Tool Belt" +filename = "ToolBelt-1.20-1.20.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "38010bc1cdd90aa7c3f29fb9800ea459dd47c369" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4581167 +project-id = 260262 diff --git a/mods/torchmaster.pw.toml b/mods/torchmaster.pw.toml index 0b9d54e..c950c2f 100644 --- a/mods/torchmaster.pw.toml +++ b/mods/torchmaster.pw.toml @@ -1,13 +1,13 @@ -name = "Torchmaster" -filename = "torchmaster-20.1.5.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "5cb257626093409d35701aaa307b8eecef6ecd31" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4817795 -project-id = 254268 +name = "Torchmaster" +filename = "torchmaster-20.1.5.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "5cb257626093409d35701aaa307b8eecef6ecd31" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4817795 +project-id = 254268 diff --git a/mods/trenzalore.pw.toml b/mods/trenzalore.pw.toml index af392b7..4ed14d8 100644 --- a/mods/trenzalore.pw.toml +++ b/mods/trenzalore.pw.toml @@ -1,13 +1,13 @@ -name = "Trenzalore" -filename = "trenzalore-forge-3.3.10+mc1.20.1-all.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "7295788df92b75b49affb11d13f9fcf0385017fc" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4848244 -project-id = 870210 +name = "Trenzalore" +filename = "trenzalore-forge-3.3.10+mc1.20.1-all.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "7295788df92b75b49affb11d13f9fcf0385017fc" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4848244 +project-id = 870210 diff --git a/mods/xaeros-minimap.pw.toml b/mods/xaeros-minimap.pw.toml index 0e8abc3..4dbe2d8 100644 --- a/mods/xaeros-minimap.pw.toml +++ b/mods/xaeros-minimap.pw.toml @@ -1,13 +1,13 @@ -name = "Xaero's Minimap" -filename = "Xaeros_Minimap_23.9.3_Forge_1.20.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "f7b9642bb46b64756908cd4e631d1b5b878f1993" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4933782 -project-id = 263420 +name = "Xaero's Minimap" +filename = "Xaeros_Minimap_23.9.3_Forge_1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "f7b9642bb46b64756908cd4e631d1b5b878f1993" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4933782 +project-id = 263420 diff --git a/mods/xaeros-world-map.pw.toml b/mods/xaeros-world-map.pw.toml index d1da9d9..f0ee084 100644 --- a/mods/xaeros-world-map.pw.toml +++ b/mods/xaeros-world-map.pw.toml @@ -1,13 +1,13 @@ -name = "Xaero's World Map" -filename = "XaerosWorldMap_1.37.2_Forge_1.20.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "a6d1b7020ac1e20c7ae335aa0ec56af232bb3a6b" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4929640 -project-id = 317780 +name = "Xaero's World Map" +filename = "XaerosWorldMap_1.37.2_Forge_1.20.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "a6d1b7020ac1e20c7ae335aa0ec56af232bb3a6b" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4929640 +project-id = 317780 diff --git a/mods/xtones-reworked.pw.toml b/mods/xtones-reworked.pw.toml index 91a4883..c94c398 100644 --- a/mods/xtones-reworked.pw.toml +++ b/mods/xtones-reworked.pw.toml @@ -1,13 +1,13 @@ -name = "Xtones Reworked" -filename = "xtonesreworked-1.0.1-F_1.20.1-47.2.0.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "202a186c0b2f92d107c87386d637922ed7ceee33" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4864808 -project-id = 694231 +name = "Xtones Reworked" +filename = "xtonesreworked-1.0.1-F_1.20.1-47.2.0.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "202a186c0b2f92d107c87386d637922ed7ceee33" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4864808 +project-id = 694231 diff --git a/mods/yeetusexperimentus.pw.toml b/mods/yeetusexperimentus.pw.toml index 80af7f2..2e583be 100644 --- a/mods/yeetusexperimentus.pw.toml +++ b/mods/yeetusexperimentus.pw.toml @@ -1,13 +1,13 @@ -name = "Yeetus Experimentus" -filename = "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "6efdaf5d213f779e51aa84631a5f06a306351e75" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 4680832 -project-id = 635427 +name = "Yeetus Experimentus" +filename = "YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "6efdaf5d213f779e51aa84631a5f06a306351e75" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 4680832 +project-id = 635427