From 1d217f53f736dfa68c1fb5b6662cc96b56b21445 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Fri, 6 May 2022 15:52:16 +0200 Subject: [PATCH] Initial import --- LICENSE | 661 +++++++++++++++++++++++++ README | 4 + init.lua | 47 ++ mod.conf | 4 + screenshot.png | Bin 0 -> 40596 bytes textures/mcl_lever_status_lever_on.png | Bin 0 -> 121 bytes 6 files changed, 716 insertions(+) create mode 100644 LICENSE create mode 100644 README create mode 100644 init.lua create mode 100644 mod.conf create mode 100644 screenshot.png create mode 100644 textures/mcl_lever_status_lever_on.png diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..be3f7b2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/README b/README new file mode 100644 index 0000000..994ccc3 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +This mod makes levers in the “on” position have a red tip. I have tested it with Mineclonia, so it should work with MineClone2 or MineClone5. + +The redstone torch lever overlay is based on the file “jeija_torches_on.png” from the mesecons_torches mod in MineClone2 by Wuzzy. +Its License: Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..cd78b9a --- /dev/null +++ b/init.lua @@ -0,0 +1,47 @@ +--[[ + +mcl_lever_status – Minetest mod that makes “on” levers have a red tip. +Copyright © 2022 Nils Dagsson Moskopp (erlehmann) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +Dieses Programm hat das Ziel, die Medienkompetenz der Leser zu +steigern. Gelegentlich packe ich sogar einen handfesten Buffer +Overflow oder eine Format String Vulnerability zwischen die anderen +Codezeilen und schreibe das auch nicht dran. + +]]-- + +local get_tiles = function(node_name) + local tiles + if string.match(node_name, ":wall_lever_on") then + local base = "jeija_wall_lever_lever_light_on.png" + -- TODO: Construct the overlay using texture modifiers + -- directly from jeija_torches_on.png so that it works + -- with other texture packs than the default one, too. + local overlay = "mcl_lever_status_lever_on.png" + tiles = { + base .. "^" .. overlay, + } + end + return tiles +end + +local add_lever_on_status = function() + for node_name, node_def in pairs(minetest.registered_nodes) do + local tiles = get_tiles(node_name) + if nil ~= tiles then + minetest.override_item( + node_name, + { + tiles = tiles, + } + ) + end + end +end + +minetest.register_on_mods_loaded(add_lever_on_status) diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..efa5c05 --- /dev/null +++ b/mod.conf @@ -0,0 +1,4 @@ +description = Makes levers in the “on” position have a red tip. +name = mcl_lever_status_indicator +depends = mesecons_walllever +title = Lever Status Indicator for MineClone2 / MineClone5 / Mineclonia diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..34e1973f5210f7d21712899b62b118f2e965bae8 GIT binary patch literal 40596 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 literal 0 HcmV?d00001 diff --git a/textures/mcl_lever_status_lever_on.png b/textures/mcl_lever_status_lever_on.png new file mode 100644 index 0000000000000000000000000000000000000000..63df635e9c73eee49a757acb704f27f913838750 GIT binary patch literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnH3?%tPCZz)@o&cW^S0J4xCRQXV*{7=dN>=w7 zkk42W