From ccb8594b61daf76afe6de25b768edca6387b7be8 Mon Sep 17 00:00:00 2001 From: Hamlet Date: Thu, 12 Jul 2018 23:17:56 +0200 Subject: [PATCH] v1.10.2 --- LICENSE.txt | 674 +++++++++++++++++++++++ README.md | 26 + changelog.md | 170 ++++++ darkage.lua | 152 +++++ depends.txt | 7 + description.txt | 1 + init.lua | 58 ++ intllib.lua | 45 ++ locale/it.po | 403 ++++++++++++++ locale/template.pot | 402 ++++++++++++++ main.lua | 259 +++++++++ minetest_game.lua | 241 ++++++++ mod.conf | 7 + moreblocks.lua | 165 ++++++ remover.lua | 304 ++++++++++ screenshot.png | Bin 0 -> 86678 bytes settingtypes.txt | 12 + sounds/LICENSE.txt | 329 +++++++++++ sounds/hidden_doors_stone_door_close.ogg | Bin 0 -> 8785 bytes sounds/hidden_doors_stone_door_open.ogg | Bin 0 -> 8393 bytes textures/LICENSE.txt | 362 ++++++++++++ textures/hidden_doors_item_overlay.png | Bin 0 -> 86 bytes 22 files changed, 3617 insertions(+) create mode 100644 LICENSE.txt create mode 100644 README.md create mode 100644 changelog.md create mode 100644 darkage.lua create mode 100644 depends.txt create mode 100644 description.txt create mode 100644 init.lua create mode 100644 intllib.lua create mode 100644 locale/it.po create mode 100644 locale/template.pot create mode 100644 main.lua create mode 100644 minetest_game.lua create mode 100644 mod.conf create mode 100644 moreblocks.lua create mode 100644 remover.lua create mode 100644 screenshot.png create mode 100644 settingtypes.txt create mode 100644 sounds/LICENSE.txt create mode 100644 sounds/hidden_doors_stone_door_close.ogg create mode 100644 sounds/hidden_doors_stone_door_open.ogg create mode 100644 textures/LICENSE.txt create mode 100644 textures/hidden_doors_item_overlay.png diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..baec208 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +### HIDDEN DOORS +![Hidden Doors' screenshot](screenshot.png) +**_Adds various wood, stone, etc. doors._** +Allows self-removal via Settings/Advanced Settings/Mods/hidden_doors + +**Version:** 1.10.2 +**Source code's license:** GPL v3.0 +**Media (Textures, Sounds) license:** CC BY-SA 4.0 International + +**Dependencies:** default, doors, stairs, vessels (found in Minetest Game) +**Supported:** Darkage (Addi's fork), Moreblocks + + +### Installation + +Unzip the archive, rename the folder to hidden_doors and place it in +../minetest/mods/ + +If you only want this to be used in a single world, place it in +../minetest/worlds/WORLD_NAME/worldmods/ + +GNU+Linux - If you use a system-wide installation place it in +~/.minetest/mods/ + +For further information or help see: +https://wiki.minetest.net/Help:Installing_Mods diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..001a856 --- /dev/null +++ b/changelog.md @@ -0,0 +1,170 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/). + + +## [Unreleased] + + Allow to lock the doors using per-material keys + (e.g. wooden key, stone key, etc.) + Allow to lockpick the doors. + + +## [1.10.2] - 2018-07-12 +### Added + + screenshot.png + +### Changed + + Default options' values are no longer written on minetest.conf. + Minor code changes. + changelog.txt -> changelog.md + README.txt -> README.md + + + +## [1.10.1] +### Changed + Code fix due to changed or removed Moreblocks nodes. + + + +## [1.10.0] +### Added + + Added self removing option. + Settings/Advanced Settings/Mods/hidden_doors + + + +## [1.9.0] +### Added + + Added sand, silver sand and desert sand doors. + + + +## [1.8.0] +### Added + + Added support for the Moreblocks module. + Added bookshelf door from Minetest Game (vessels dependency). + +### Changed + + Moved the doors registrations into subfiles named after their + respective modules (e.g. darkage.lua); for an easier maintenance. + + + +## [1.7.2] +### Changed + + Removed goto statement, changed the code to accomplish the same + task without it. + + + +## [1.7.1] +### Changed + + Disabled textures' scaling for Darkage: when using texture packs + having a resolution higher than 16px, Darkage's textures will be + kept at their native resolution. + + + +## [1.7.0] +### Added + + Added support for the Darkage module (Addi's fork). + + + +## [1.6.0] +### Added + + Texture resolution configurable via GUI under Advanced Settings. + Stone doors' sound volume as above. + Hardcoded check for invalid resolutions. + Hidden doors made of ice. + Locale template updated. + Italian locale updated. + + + +## [1.5.2] +### Changed + + Minor fix - Stone doors' sound increased. + + + +## [1.5.1] +### Changed + + Bugfix - Textures applied correctly to doors, inventory images are generated + as they should. Napiophelios + + + +## [1.5.0] +### Added + + New hidden doors: dirt, brick, metals, gems. + + + +## [1.4.0] +### Changed + + Texture combiner's code changed to be more easier to understand and mantain. + Optional support for resolutions higher than 16px using + hidden_doors_res = into minetest.conf; defaults to 16. + Supported resolutions: 16, 32, 64, 128, 256, 512 + + + +## [1.3.0] +### Added + + Added the opening and closing sounds for the stone doors. + +### Changed + + Changed the module's description. + Code re-formatted to fit into 80 columns. + Recipes changed to prevent any conflict. + + + +## [1.2.0] +### Added + + Added localization support: intllib by Diego Martínez (kaeza) + Added the Italian locale file. + +### Changed + + Updated the function to handle sound's specification to allow different + sounds for different materials doors. + + + +## [1.1.0] +### Added + + Napiophelios added texture handling and the function to dynamically + register the doors. + Hamlet added the new doors. + + + +## [1.0.0] +### Added + + Initial stable release. + Cobble, stone and stone brick's doors available. diff --git a/darkage.lua b/darkage.lua new file mode 100644 index 0000000..e88fc6a --- /dev/null +++ b/darkage.lua @@ -0,0 +1,152 @@ +--[[ + + Hidden Doors - Adds various wood, stone, etc. doors. + + Copyright (C) 2017-2018 Hamlet + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +]]-- + + +-- +-- Darkage module support +-- + +hidden_doors.register_hidden_doors("darkage", "adobe", recipeItem1, + "darkage:adobe", nil, S("Adobe"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "basalt", recipeItem1, + "stairs:slab_darkage_basalt", "stairs:slab_darkage_basalt", S("Basalt"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "basalt_rubble", recipeItem1, + "stairs:slab_darkage_basalt_rubble", "stairs:slab_darkage_basalt_rubble", + S("Basalt Rubble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "basalt_brick", recipeItem1, + "stairs:slab_darkage_basalt_brick", "stairs:slab_darkage_basalt_brick", + S("Basalt Brick"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "basalt_block", recipeItem1, + "darkage:basalt_block", nil, S("Basalt Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "gneiss", recipeItem1, + "stairs:slab_darkage_gneiss", "stairs:slab_darkage_gneiss", + S("Gneiss"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "gneiss_rubble", recipeItem1, + "stairs:slab_darkage_gneiss_rubble", "stairs:slab_darkage_gneiss_rubble", + S("Gneiss Rubble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "gneiss_brick", recipeItem1, + "stairs:slab_darkage_gneiss_brick", "stairs:slab_darkage_gneiss_brick", + S("Gneiss Brick"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "gneiss_block", recipeItem1, + "darkage:gneiss_block", nil, S("Gneiss Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "marble", recipeItem1, + "stairs:slab_darkage_marble", "stairs:slab_darkage_marble", + S("Marble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "marble_tile", recipeItem1, + "stairs:slab_darkage_marble_tile", "stairs:slab_darkage_marble_tile", + S("Marble Tile"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "ors", recipeItem1, + "stairs:slab_darkage_ors", "stairs:slab_darkage_ors", + S("Old Red Sandstone"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "ors_rubble", recipeItem1, + "stairs:slab_darkage_ors_rubble", "stairs:slab_darkage_ors_rubble", + S("Old Red Sandstone Rubble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "ors_brick", recipeItem1, + "stairs:slab_darkage_ors_brick", "stairs:slab_darkage_ors_brick", + S("Old Red Sandstone Brick"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "ors_block", recipeItem1, + "darkage:ors_block", nil, S("Old Red Sandstone Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "serpentine", recipeItem1, + "stairs:slab_darkage_serpentine", "stairs:slab_darkage_serpentine", + S("Serpentine"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "shale", recipeItem1, + "stairs:slab_darkage_shale", "stairs:slab_darkage_shale", + S("Shale"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "schist", recipeItem1, + "stairs:slab_darkage_schist", "stairs:slab_darkage_schist", + S("Schist"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "slate", recipeItem1, + "stairs:slab_darkage_slate", "stairs:slab_darkage_slate", + S("Slate"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "slate_rubble", recipeItem1, + "stairs:slab_darkage_slate_rubble", "stairs:slab_darkage_slate_rubble", + S("Slate Rubble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "slate_tile", recipeItem1, + "stairs:slab_darkage_slate_tile", "stairs:slab_darkage_slate_tile", + S("Slate Tile"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "slate_block", recipeItem1, + "darkage:slate_block", nil, S("Slate Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "slate_brick", recipeItem1, + "stairs:slab_darkage_slate_brick", "stairs:slab_darkage_slate_brick", + S("Slate Brick"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "tuff", recipeItem1, + "stairs:slab_darkage_tuff", "stairs:slab_darkage_tuff", + S("Tuff"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "tuff_bricks", recipeItem1, + "stairs:slab_darkage_tuff_bricks", "stairs:slab_darkage_tuff_bricks", + S("Tuff Bricks"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "tuff_rubble", recipeItem1, + "darkage:tuff_rubble", nil, S("Tuff Rubble"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "rhyolitic_tuff", recipeItem1, + "stairs:slab_darkage_rhyolitic_tuff", + "stairs:slab_darkage_rhyolitic_tuff", + S("Rhyolitic Tuff"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "rhyolitic_tuff_bricks", + recipeItem1, + "stairs:slab_darkage_rhyolitic_tuff_bricks", + "stairs:slab_darkage_rhyolitic_tuff_bricks", + S("Rhyolitic Tuff Bricks"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "old_tuff_bricks", + recipeItem1, + "stairs:slab_darkage_old_tuff_bricks", + "stairs:slab_darkage_old_tuff_bricks", + S("Old Tuff Bricks"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("darkage", "rhyolitic_tuff_rubble", + recipeItem1, "darkage:rhyolitic_tuff_rubble", nil, + S("Rhyolitic Tuff Rubble"), stone_default, stone_open, stone_close) diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..418edad --- /dev/null +++ b/depends.txt @@ -0,0 +1,7 @@ +default +doors +stairs +vessels +intllib? +darkage? +moreblocks? \ No newline at end of file diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..781799f --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Adds various wood, stone, etc. doors. \ No newline at end of file diff --git a/init.lua b/init.lua new file mode 100644 index 0000000..63afaa8 --- /dev/null +++ b/init.lua @@ -0,0 +1,58 @@ +--[[ + + Hidden Doors - Adds various wood, stone, etc. doors. + + Copyright (C) 2017-2018 Hamlet + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +]]-- + + +-- +-- General variables +-- + +local minetest_log_level = minetest.settings:get("debug_log_level") +local mod_load_message = "[Mod] Hidden Doors [v1.10.2] loaded." +local mod_path = minetest.get_modpath("hidden_doors") + + +-- Hidden Doors' operation mode +local hidden_doors_remover = minetest.settings:get_bool("hidden_doors_remover") + +if not hidden_doors_remover then + hidden_doors_remover = false +end + +if (hidden_doors_remover == false) then + dofile(mod_path .. "/main.lua") +end + +if (hidden_doors_remover == true) then + dofile(mod_path .. "/remover.lua") +end + + +-- +-- Minetest engine debug logging +-- + +if (minetest_log_level == nil) or (minetest_log_level == "action") or + (minetest_log_level == "info") or (minetest_log_level == "verbose") then + + minetest.log("action", mod_load_message) +end diff --git a/intllib.lua b/intllib.lua new file mode 100644 index 0000000..6669d72 --- /dev/null +++ b/intllib.lua @@ -0,0 +1,45 @@ + +-- Fallback functions for when `intllib` is not installed. +-- Code released under Unlicense . + +-- Get the latest version of this file at: +-- https://raw.githubusercontent.com/minetest-mods/intllib/master/lib/intllib.lua + +local function format(str, ...) + local args = { ... } + local function repl(escape, open, num, close) + if escape == "" then + local replacement = tostring(args[tonumber(num)]) + if open == "" then + replacement = replacement..close + end + return replacement + else + return "@"..open..num..close + end + end + return (str:gsub("(@?)@(%(?)(%d+)(%)?)", repl)) +end + +local gettext, ngettext +if minetest.get_modpath("intllib") then + if intllib.make_gettext_pair then + -- New method using gettext. + gettext, ngettext = intllib.make_gettext_pair() + else + -- Old method using text files. + gettext = intllib.Getter() + end +end + +-- Fill in missing functions. + +gettext = gettext or function(msgid, ...) + return format(msgid, ...) +end + +ngettext = ngettext or function(msgid, msgid_plural, n, ...) + return format(n==1 and msgid or msgid_plural, ...) +end + +return gettext, ngettext diff --git a/locale/it.po b/locale/it.po new file mode 100644 index 0000000..4783ec8 --- /dev/null +++ b/locale/it.po @@ -0,0 +1,403 @@ +# ITALIAN LOCALE FILE FOR THE HIDDEN DOORS MODULE. +# Copyright (C) 2017 H4mlet +# This file is distributed under the same license as the HIDDEN DOORS package. +# H4mlet , 2017 +# +msgid "" +msgstr "" +"Project-Id-Version: Hidden Doors module's Italian locale\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-31 23:55+0200\n" +"PO-Revision-Date: 2017-08-31 23:57+0100\n" +"Last-Translator: H4mlet \n" +"Language-Team: \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.6.10\n" + +#: init.lua +msgid "Concealed " +msgstr "Porta camuffata di " + +#: init.lua +msgid " Door" +msgstr " " + +#: init.lua +msgid "[Mod] Hidden Doors loaded" +msgstr "[Mod] Hidden Doors caricato" + +#: minetest_game.lua +msgid "Stone" +msgstr "pietra" + +#: minetest_game.lua +msgid "Cobble" +msgstr "ciottoli" + +#: minetest_game.lua +msgid "Stone Brick" +msgstr "mattoni di pietra" + +#: minetest_game.lua +msgid "Stone Block" +msgstr "blocchi di pietra" + +#: minetest_game.lua +msgid "Mossy Cobble" +msgstr "ciottoli muschiosi" + +#: minetest_game.lua +msgid "Desert Stone" +msgstr "pietra del deserto" + +#: minetest_game.lua +msgid "Desert Cobble" +msgstr "ciottoli del deserto" + +#: minetest_game.lua +msgid "Desert Stone Brick" +msgstr "mattoni di pietra del deserto" + +#: minetest_game.lua +msgid "Desert Stone Block" +msgstr "blocchi di pietra del deserto" + +#: minetest_game.lua +msgid "Sandstone" +msgstr "arenaria" + +#: minetest_game.lua +msgid "Sandstone Brick" +msgstr "mattoni di arenaria" + +#: minetest_game.lua +msgid "Sandstone Block" +msgstr "blocchi di arenaria" + +#: minetest_game.lua +msgid "Desert Sandstone" +msgstr "arenaria del deserto" + +#: minetest_game.lua +msgid "Desert Sandstone Brick" +msgstr "mattoni di arenaria del deserto" + +#: minetest_game.lua +msgid "Desert Sandstone Block" +msgstr "blocchi di arenaria del deserto" + +#: minetest_game.lua +msgid "Silver Sandstone" +msgstr "arenaria argentea" + +#: minetest_game.lua +msgid "Silver Sandstone Brick" +msgstr "mattoni di arenaria argentea" + +#: minetest_game.lua +msgid "Silver Sandstone Block" +msgstr "blocchi di arenaria argentea" + +#: minetest_game.lua +msgid "Obsidian" +msgstr "ossidiana" + +#: minetest_game.lua +msgid "Obsidian Brick" +msgstr "mattoni di ossidiana" + +#: minetest_game.lua +msgid "Obsidian Block" +msgstr "blocchi di ossidiana" + +#: minetest_game.lua +msgid "Tree" +msgstr "albero" + +#: minetest_game.lua +msgid "Jungle Tree" +msgstr "albero della giungla" + +#: minetest_game.lua +msgid "Pine Tree" +msgstr "pino" + +#: minetest_game.lua +msgid "Acacia Tree" +msgstr "acacia" + +#: minetest_game.lua +msgid "Aspen Tree" +msgstr "pioppo" + +#: minetest_game.lua +msgid "Wood" +msgstr "legno" + +#: minetest_game.lua +msgid "Jungle Wood" +msgstr "legno della giungla" + +#: minetest_game.lua +msgid "Pine Wood" +msgstr "legno di pino" + +#: minetest_game.lua +msgid "Acacia Wood" +msgstr "legno di acacia" + +#: minetest_game.lua +msgid "Aspen Wood" +msgstr "legno di pioppo" + +#: minetest_game.lua +msgid "Bronze Block" +msgstr "blocchi di bronzo" + +#: minetest_game.lua +msgid "Copper Block" +msgstr "blocchi di rame" + +#: minetest_game.lua +msgid "Gold Block" +msgstr "blocchi d'oro" + +#: minetest_game.lua +msgid "Steel Block" +msgstr "blocchi d'acciaio" + +#: minetest_game.lua +msgid "Tin Block" +msgstr "blocchi di stagno" + +#: minetest_game.lua +msgid "Dirt" +msgstr "terra" + +#: minetest_game.lua +msgid "Brick" +msgstr "mattoni" + +#: minetest_game.lua +msgid "Ice" +msgstr "ghiaccio" + +#: minetest_game.lua +msgid "Diamond Block" +msgstr "blocchi di diamante" + +#: minetest_game.lua +msgid "Mese Block" +msgstr "blocchi di mese" + +#: minetest_game.lua +msgid "Bookshelf" +msgstr "scaffale" + +#: minetest_game.lua +msgid "Sand" +msgstr "sabbia" + +#: minetest_game.lua +msgid "Silver Sand" +msgstr "sabbia argentea" + +#: minetest_game.lua +msgid "Desert Sand" +msgstr "sabbia del deserto" + +#: darkage.lua +msgid "Adobe" +msgstr "adobo" + +#: darkage.lua +msgid "Basalt" +msgstr "basalto" + +#: darkage.lua +msgid "Basalt Rubble" +msgstr "detriti di basalto" + +#: darkage.lua +msgid "Basalt Brick" +msgstr "mattoni di basalto" + +#: darkage.lua +msgid "Basalt Block" +msgstr "blocchi di basalto" + +#: darkage.lua +msgid "Gneiss" +msgstr "gneis" + +#: darkage.lua +msgid "Gneiss Rubble" +msgstr "detriti di gneis" + +#: darkage.lua +msgid "Gneiss Brick" +msgstr "mattoni di gneis" + +#: darkage.lua +msgid "Gneiss Block" +msgstr "blocchi di gneis" + +#: darkage.lua +msgid "Marble" +msgstr "marmo" + +#: darkage.lua +msgid "Marble Tile" +msgstr "mattonelle di marmo" + +#: darkage.lua +msgid "Old Red Sandstone" +msgstr "arenaria rosso antico" + +#: darkage.lua +msgid "Old Red Sandstone Rubble" +msgstr "detriti di arenaria rosso antico" + +#: darkage.lua +msgid "Old Red Sandstone Brick" +msgstr "mattoni di arenaria rosso antico" + +#: darkage.lua +msgid "Old Red Sandstone Block" +msgstr "blocchi di arenaria rosso antico" + +#: darkage.lua +msgid "Serpentine" +msgstr "serpentina" + +#: darkage.lua +msgid "Shale" +msgstr "argillite" + +#: darkage.lua +msgid "Schist" +msgstr "scisto" + +#: darkage.lua +msgid "Slate" +msgstr "lavagna" + +#: darkage.lua +msgid "Slate Rubble" +msgstr "detriti di lavagna" + +#: darkage.lua +msgid "Slate Tile" +msgstr "mattonelle di lavagna" + +#: darkage.lua +msgid "Slate Block" +msgstr "blocchi di lavagna" + +#: darkage.lua +msgid "Slate Brick" +msgstr "mattoni di lavagna" + +#: darkage.lua +msgid "Tuff" +msgstr "tufo vulcanico" + +#: darkage.lua +msgid "Tuff Bricks" +msgstr "mattoni di tufo vulcanico" + +#: darkage.lua +msgid "Tuff Rubble" +msgstr "detriti di tufo vulcanico" + +#: darkage.lua +msgid "Rhyolitic Tuff" +msgstr "tufo di riolite" + +#: darkage.lua +msgid "Rhyolitic Tuff Bricks" +msgstr "mattoni di tufo di riolite" + +#: darkage.lua +msgid "Old Tuff Bricks" +msgstr "mattoni di tufo vulcanico vecchio" + +#: darkage.lua +msgid "Rhyolitic Tuff Rubble" +msgstr "detriti di tufo di riolite" + +#: moreblocks.lua +msgid "All-faces Jungle Tree" +msgstr "cuore di albero della giungla" + +#: moreblocks.lua +msgid "All-faces Tree" +msgstr "cuore di albero" + +#: moreblocks.lua +msgid "Cactus Brick" +msgstr "mattoni di cactus" + +#: moreblocks.lua +msgid "Circle Stone Bricks" +msgstr "mattoni di pietra a cerchio concentrico" + +#: moreblocks.lua +msgid "Coal Stone" +msgstr "pietra carbone" + +#: moreblocks.lua +msgid "Cobble Compressed" +msgstr "ciottoli compressi" + +#: moreblocks.lua +msgid "Copper Patina" +msgstr "patina di rame" + +#: moreblocks.lua +msgid "Empty Bookshelf" +msgstr "scaffale vuoto" + +#: moreblocks.lua +msgid "Stone Bricks" +msgstr "mattoni di pietra" + +#: moreblocks.lua +msgid "Iron Stone" +msgstr "pietra ferro" + +#: moreblocks.lua +msgid "Iron Stone Bricks" +msgstr "mattoni di pietra ferro" + +#: moreblocks.lua +msgid "Plankstone" +msgstr "pietra e assi" + +#: moreblocks.lua +msgid "Split Stone Tile" +msgstr "mattonelle di pietra divisa" + +#: moreblocks.lua +msgid "Checkered Stone Tile" +msgstr "mattonelle di pietra a scacchi" + +#: moreblocks.lua +msgid "Stone Tile" +msgstr "mattonelle di pietra" + +#: moreblocks.lua +msgid "Tar" +msgstr "catrame" + +#: moreblocks.lua +msgid "Trap Stone" +msgstr "pietra trappola" + +#: moreblocks.lua +msgid "Full Wooden Tile" +msgstr "mattonelle di legno pieno" diff --git a/locale/template.pot b/locale/template.pot new file mode 100644 index 0000000..cbcd119 --- /dev/null +++ b/locale/template.pot @@ -0,0 +1,402 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-08-31 23:55+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: init.lua +msgid "Concealed " +msgstr "" + +#: init.lua +msgid " Door" +msgstr "" + +#: init.lua +msgid "[Mod] Hidden Doors loaded" +msgstr "" + +#: minetest_game.lua +msgid "Stone" +msgstr "" + +#: minetest_game.lua +msgid "Cobble" +msgstr "" + +#: minetest_game.lua +msgid "Stone Brick" +msgstr "" + +#: minetest_game.lua +msgid "Stone Block" +msgstr "" + +#: minetest_game.lua +msgid "Mossy Cobble" +msgstr "" + +#: minetest_game.lua +msgid "Desert Stone" +msgstr "" + +#: minetest_game.lua +msgid "Desert Cobble" +msgstr "" + +#: minetest_game.lua +msgid "Desert Stone Brick" +msgstr "" + +#: minetest_game.lua +msgid "Desert Stone Block" +msgstr "" + +#: minetest_game.lua +msgid "Sandstone" +msgstr "" + +#: minetest_game.lua +msgid "Sandstone Brick" +msgstr "" + +#: minetest_game.lua +msgid "Sandstone Block" +msgstr "" + +#: minetest_game.lua +msgid "Desert Sandstone" +msgstr "" + +#: minetest_game.lua +msgid "Desert Sandstone Brick" +msgstr "" + +#: minetest_game.lua +msgid "Desert Sandstone Block" +msgstr "" + +#: minetest_game.lua +msgid "Silver Sandstone" +msgstr "" + +#: minetest_game.lua +msgid "Silver Sandstone Brick" +msgstr "" + +#: minetest_game.lua +msgid "Silver Sandstone Block" +msgstr "" + +#: minetest_game.lua +msgid "Obsidian" +msgstr "" + +#: minetest_game.lua +msgid "Obsidian Brick" +msgstr "" + +#: minetest_game.lua +msgid "Obsidian Block" +msgstr "" + +#: minetest_game.lua +msgid "Tree" +msgstr "" + +#: minetest_game.lua +msgid "Jungle Tree" +msgstr "" + +#: minetest_game.lua +msgid "Pine Tree" +msgstr "" + +#: minetest_game.lua +msgid "Acacia Tree" +msgstr "" + +#: minetest_game.lua +msgid "Aspen Tree" +msgstr "" + +#: minetest_game.lua +msgid "Wood" +msgstr "" + +#: minetest_game.lua +msgid "Jungle Wood" +msgstr "" + +#: minetest_game.lua +msgid "Pine Wood" +msgstr "" + +#: minetest_game.lua +msgid "Acacia Wood" +msgstr "" + +#: minetest_game.lua +msgid "Aspen Wood" +msgstr "" + +#: minetest_game.lua +msgid "Bronze Block" +msgstr "" + +#: minetest_game.lua +msgid "Copper Block" +msgstr "" + +#: minetest_game.lua +msgid "Gold Block" +msgstr "" + +#: minetest_game.lua +msgid "Steel Block" +msgstr "" + +#: minetest_game.lua +msgid "Tin Block" +msgstr "" + +#: minetest_game.lua +msgid "Dirt" +msgstr "" + +#: minetest_game.lua +msgid "Brick" +msgstr "" + +#: minetest_game.lua +msgid "Ice" +msgstr "" + +#: minetest_game.lua +msgid "Diamond Block" +msgstr "" + +#: minetest_game.lua +msgid "Mese Block" +msgstr "" + +#: minetest_game.lua +msgid "Bookshelf" +msgstr "" + +#: minetest_game.lua +msgid "Sand" +msgstr "" + +#: minetest_game.lua +msgid "Silver Sand" +msgstr "" + +#: minetest_game.lua +msgid "Desert Sand" +msgstr "" + +#: darkage.lua +msgid "Adobe" +msgstr "" + +#: darkage.lua +msgid "Basalt" +msgstr "" + +#: darkage.lua +msgid "Basalt Rubble" +msgstr "" + +#: darkage.lua +msgid "Basalt Brick" +msgstr "" + +#: darkage.lua +msgid "Basalt Block" +msgstr "" + +#: darkage.lua +msgid "Gneiss" +msgstr "" + +#: darkage.lua +msgid "Gneiss Rubble" +msgstr "" + +#: darkage.lua +msgid "Gneiss Brick" +msgstr "" + +#: darkage.lua +msgid "Gneiss Block" +msgstr "" + +#: darkage.lua +msgid "Marble" +msgstr "" + +#: darkage.lua +msgid "Marble Tile" +msgstr "" + +#: darkage.lua +msgid "Old Red Sandstone" +msgstr "" + +#: darkage.lua +msgid "Old Red Sandstone Rubble" +msgstr "" + +#: darkage.lua +msgid "Old Red Sandstone Brick" +msgstr "" + +#: darkage.lua +msgid "Old Red Sandstone Block" +msgstr "" + +#: darkage.lua +msgid "Serpentine" +msgstr "" + +#: darkage.lua +msgid "Shale" +msgstr "" + +#: darkage.lua +msgid "Schist" +msgstr "" + +#: darkage.lua +msgid "Slate" +msgstr "" + +#: darkage.lua +msgid "Slate Rubble" +msgstr "" + +#: darkage.lua +msgid "Slate Tile" +msgstr "" + +#: darkage.lua +msgid "Slate Block" +msgstr "" + +#: darkage.lua +msgid "Slate Brick" +msgstr "" + +#: darkage.lua +msgid "Tuff" +msgstr "" + +#: darkage.lua +msgid "Tuff Bricks" +msgstr "" + +#: darkage.lua +msgid "Tuff Rubble" +msgstr "" + +#: darkage.lua +msgid "Rhyolitic Tuff" +msgstr "" + +#: darkage.lua +msgid "Rhyolitic Tuff Bricks" +msgstr "" + +#: darkage.lua +msgid "Old Tuff Bricks" +msgstr "" + +#: darkage.lua +msgid "Rhyolitic Tuff Rubble" +msgstr "" + +#: moreblocks.lua +msgid "All-faces Jungle Tree" +msgstr "" + +#: moreblocks.lua +msgid "All-faces Tree" +msgstr "" + +#: moreblocks.lua +msgid "Cactus Brick" +msgstr "" + +#: moreblocks.lua +msgid "Circle Stone Bricks" +msgstr "" + +#: moreblocks.lua +msgid "Coal Stone" +msgstr "" + +#: moreblocks.lua +msgid "Cobble Compressed" +msgstr "" + +#: moreblocks.lua +msgid "Copper Patina" +msgstr "" + +#: moreblocks.lua +msgid "Empty Bookshelf" +msgstr "" + +#: moreblocks.lua +msgid "Stone Bricks" +msgstr "" + +#: moreblocks.lua +msgid "Iron Stone" +msgstr "" + +#: moreblocks.lua +msgid "Iron Stone Bricks" +msgstr "" + +#: moreblocks.lua +msgid "Plankstone" +msgstr "" + +#: moreblocks.lua +msgid "Split Stone Tile" +msgstr "" + +#: moreblocks.lua +msgid "Checkered Stone Tile" +msgstr "" + +#: moreblocks.lua +msgid "Stone Tile" +msgstr "" + +#: moreblocks.lua +msgid "Tar" +msgstr "" + +#: moreblocks.lua +msgid "Trap Stone" +msgstr "" + +#: moreblocks.lua +msgid "Full Wooden Tile" +msgstr "" diff --git a/main.lua b/main.lua new file mode 100644 index 0000000..27a71b7 --- /dev/null +++ b/main.lua @@ -0,0 +1,259 @@ +--[[ + + Hidden Doors - Adds various wood, stone, etc. doors. + + Copyright (C) 2017-2018 Hamlet, Napiophelios + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +]]-- + + +-- Load support for intllib. +local MP = minetest.get_modpath(minetest.get_current_modname()) +S, NS = dofile(MP.."/intllib.lua") + +hidden_doors = {} + +local description_1 = S("Concealed ") +local description_2 = S(" Door") + +-- Hidden Doors' sounds +local hidden_doors_vol = tonumber(minetest.settings:get("hidden_doors_vol")) + +if not hidden_doors_vol then + hidden_doors_vol = 5.0 +end + +stone_default = default.node_sound_stone_defaults() +stone_open = {name = "hidden_doors_stone_door_open", gain = hidden_doors_vol} +stone_close = {name = "hidden_doors_stone_door_close", gain = hidden_doors_vol} + +wood_default = default.node_sound_wood_defaults() +wood_open = "doors_door_open" +wood_close = "doors_door_close" + +metal_default = default.node_sound_metal_defaults() +metal_open = "doors_steel_door_open" +metal_close = "doors_steel_door_close" + +gem_default = default.node_sound_glass_defaults() +gem_open = "doors_glass_door_open" +gem_close = "doors_glass_door_close" + +-- Hidden door's base recipe item +recipeItem1 = "doors:door_wood" + +-- Hidden door's texture variables +local pixels = 16 local width = 0 local height = 0 + +local image_size = "" + +local Y1 = 0 local X1 = 0 +local Y2 = 0 local X2 = 0 +local Y3 = 0 local X3 = 0 +local Y4 = 0 local X4 = 0 + +local hidden_doors_res = tonumber(minetest.settings:get("hidden_doors_res")) + +if not hidden_doors_res then + hidden_doors_res = pixels +end + + +if hidden_doors_res == 16 then + + -- Item's inventory texture dimensions + inv_w = pixels * 2 inv_h = pixels * 2 + inv_size = inv_w.."x"..inv_h + + -- Node's texture dimensions + width = (pixels * 2) + 6 height = pixels * 2 + image_size = width.."x"..height + + -- Composed texture's dimensions + Y1 = pixels X1 = 8 + Y2 = 6 X2 = 6 + Y3 = pixels X3 = pixels + Y4 = pixels X4 = 22 + + +elseif hidden_doors_res == 32 then + + -- Item's inventory texture dimensions + inv_w = pixels * 4 inv_h = pixels * 4 + inv_size = inv_w.."x"..inv_h + + -- Node's texture dimensions + width = ((pixels * 2) + 6) * 2 height = pixels * 4 + image_size = width.."x"..height + + -- Composed texture's dimensions + Y1 = 32 X1 = 16 + Y2 = 12 X2 = 12 + Y3 = pixels * 2 X3 = pixels * 2 + Y4 = pixels * 2 X4 = 44 + + +elseif hidden_doors_res == 64 then + + -- Item's inventory texture dimensions + inv_w = pixels * 8 inv_h = pixels * 8 + inv_size = inv_w.."x"..inv_h + + -- Node's texture dimensions + width = ((pixels * 2) + 6) * 4 height = pixels * 8 + image_size = width .. "x" .. height + + -- Composed texture's dimensions + Y1 = 64 X1 = 32 + Y2 = 24 X2 = 24 + Y3 = pixels * 4 X3 = pixels * 4 + Y4 = pixels * 4 X4 = 88 + + +elseif hidden_doors_res == 128 then + + -- Item's inventory texture dimensions + inv_w = pixels * 16 inv_h = pixels * 16 + inv_size = inv_w.."x"..inv_h + + -- Node's texture dimensions dimensions + width = ((pixels * 2) + 6) * 8 height = pixels * 16 + image_size = width .. "x" .. height + + -- Composed texture's dimensions + Y1 = 128 X1 = 64 + Y2 = 48 X2 = 48 + Y3 = pixels * 8 X3 = pixels * 8 + Y4 = pixels * 8 X4 = 176 + + +else + + -- If the setting is not valid then set it to 16px and use that resolution + + hidden_doors_res = pixels + minetest.settings:set("hidden_doors_res", hidden_doors_res) + + -- Item's inventory texture dimensions + inv_w = pixels * 2 inv_h = pixels * 2 + inv_size = inv_w.."x"..inv_h + + -- Node's texture dimensions + width = (pixels * 2) + 6 height = pixels * 2 + image_size = width.."x"..height + + -- Composed texture's dimensions + Y1 = pixels X1 = 8 + Y2 = 6 X2 = 6 + Y3 = pixels X3 = pixels + Y4 = pixels X4 = 22 + +end + + +function hidden_doors.register_hidden_doors(modname, subname, recipeItem1, + recipeItem2, recipeItem3, desc, sounds, sound_open, sound_close) + + local texture_name = modname .. "_" .. subname .. ".png" + + -- If the door uses textures from Darkage then use the default 16px res. + -- Do the same for Moreblocks. + if (modname ~= "darkage") and (modname ~= "moreblocks") then + + local new_texture = "[combine:" .. image_size .. ": 0," .. + "0=" .. texture_name .. ": 0," .. + Y3 .. "=" .. texture_name .. ":" .. X2 .. "," .. + "0=" .. texture_name .. ":" .. X2 .. "," .. + Y3 .. "=" .. texture_name .. ":" .. X4 .. "," .. + "0=" .. texture_name .. ":" .. X4 .. "," .. + Y3 .. "=" .. texture_name + + doors.register("hidden_door_" .. subname, { + + description = description_1 .. desc .. description_2, + + tiles = {{ name = "(" .. new_texture .. + "^[transformFX)^[combine:" .. image_size.. ":" ..X3.. "," .. + "0=" .. texture_name .. ":" .. X3 .. "," .. + Y3 .. "=" .. texture_name , backface_culling = true }}, + + inventory_image = "[combine:" .. inv_size .. ":" .. X1 .. "," .. + "0=" .. texture_name .. ":" .. X1 .. "," .. + Y1 .. "=" ..texture_name, + + groups = {cracky = 1, level = 2}, + sounds = sounds, + sound_open = sound_open, + sound_close = sound_close, + + recipe = { {recipeItem1, recipeItem2, recipeItem3}, }} + ) + + else + + local new_texture = "[combine:" .. "38x32" .. ": 0," .. + "0=" .. texture_name .. ": 0," .. + "16=" .. texture_name .. ": 6," .. + "0=" .. texture_name .. ": 6," .. + "16=" .. texture_name .. ": 22," .. + "0=" .. texture_name .. ": 22," .. + "16=" .. texture_name + + doors.register("hidden_door_" .. subname, { + + description = description_1 .. desc .. description_2, + + tiles = {{ name = "(" .. new_texture .. + "^[transformFX)^[combine:" .. "38x32" .. ": 16," .. + "0=" .. texture_name .. ": 16," .. + "16=" .. texture_name , backface_culling = true }}, + + inventory_image = "[combine:" .. "32x32" .. ": 8," .. + "0=" .. texture_name .. ": 8," .. + "16=" .. texture_name, + + groups = {cracky = 1, level = 2}, + sounds = sounds, + sound_open = sound_open, + sound_close = sound_close, + + recipe = { {recipeItem1, recipeItem2, recipeItem3}, }} + ) + + end + +end + +-- +-- Minetest Game's based hidden doors +-- + +dofile(MP .. "/minetest_game.lua") + + +-- +-- Compatible modules' based hidden doors +-- + +if minetest.get_modpath("darkage") then + dofile(MP .. "/darkage.lua") +end + +if minetest.get_modpath("moreblocks") then + dofile(MP .. "/moreblocks.lua") +end diff --git a/minetest_game.lua b/minetest_game.lua new file mode 100644 index 0000000..cd3cb0b --- /dev/null +++ b/minetest_game.lua @@ -0,0 +1,241 @@ +--[[ + + Hidden Doors - Adds various wood, stone, etc. doors. + + Copyright (C) 2017-2018 Hamlet, Napiophelios + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +]]-- + + +--[[ + + Stone based doors + ----------------- + (1. Material 2. Cobble variant 3. Brick variant 4. Modified forms) + +]]-- + +hidden_doors.register_hidden_doors("default", "stone", recipeItem1, + "stairs:slab_stone", "stairs:slab_stone", S("Stone"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "cobble", recipeItem1, + "stairs:slab_cobble", "stairs:slab_cobble", S("Cobble"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "stone_brick", recipeItem1, + "stairs:slab_stonebrick", "stairs:slab_stonebrick", S("Stone Brick"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "stone_block", recipeItem1, + "stairs:slab_stone_block", "stairs:slab_stone_block", + S("Stone Block"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "mossycobble", recipeItem1, + "stairs:slab_mossycobble", "stairs:slab_mossycobble", + S("Mossy Cobble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_stone", recipeItem1, + "stairs:slab_desert_stone", "stairs:slab_desert_stone", + S("Desert Stone"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_cobble", recipeItem1, + "stairs:slab_desert_cobble", "stairs:slab_desert_cobble", + S("Desert Cobble"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_stone_brick", + recipeItem1, "stairs:slab_desert_stonebrick", + "stairs:slab_desert_stonebrick", S("Desert Stone Brick"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_stone_block", + recipeItem1, "stairs:slab_desert_stone_block", + "stairs:slab_desert_stone_block", S("Desert Stone Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "sandstone", recipeItem1, + "stairs:slab_sandstone", "stairs:slab_sandstone", S("Sandstone"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "sandstone_brick", recipeItem1, + "stairs:slab_sandstonebrick", "stairs:slab_sandstonebrick", + S("Sandstone Brick"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "sandstone_block", recipeItem1, + "stairs:slab_sandstone_block", "stairs:slab_sandstone_block", + S("Sandstone Block"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_sandstone", recipeItem1, + "stairs:slab_desert_sandstone", "stairs:slab_desert_sandstone", + S("Desert Sandstone"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_sandstone_brick", + recipeItem1, "stairs:slab_desert_sandstone_brick", + "stairs:slab_desert_sandstone_brick", S("Desert Sandstone Brick"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_sandstone_block", + recipeItem1, "stairs:slab_desert_sandstone_block", + "stairs:slab_desert_sandstone_block", S("Desert Sandstone Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "silver_sandstone", recipeItem1, + "stairs:slab_silver_sandstone", "stairs:slab_silver_sandstone", + S("Silver Sandstone"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "silver_sandstone_brick", + recipeItem1, "stairs:slab_silver_sandstone_brick", + "stairs:slab_silver_sandstone_brick", S("Silver Sandstone Brick"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "silver_sandstone_block", + recipeItem1, "stairs:slab_silver_sandstone_block", + "stairs:slab_silver_sandstone_block", S("Silver Sandstone Block"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "obsidian", recipeItem1, + "stairs:slab_obsidian", "stairs:slab_obsidian", S("Obsidian"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "obsidian_brick", recipeItem1, + "stairs:slab_obsidianbrick", "stairs:slab_obsidianbrick", + S("Obsidian Brick"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "obsidian_block", recipeItem1, + "stairs:slab_obsidian_block", "stairs:slab_obsidian_block", + S("Obsidian Block"), stone_default, stone_open, stone_close) + + +--[[ + + Tree based doors + ----------------- + (1. Trunk 2. Fabricated trunk) + +]]-- + +hidden_doors.register_hidden_doors("default", "tree", recipeItem1, + "default:tree", nil, S("Tree"), wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "jungletree", recipeItem1, + "default:jungletree", nil, S("Jungle Tree"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "pine_tree", recipeItem1, + "default:pine_tree", nil, S("Pine Tree"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "acacia_tree", recipeItem1, + "default:acacia_tree", nil, S("Acacia Tree"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "aspen_tree", recipeItem1, + "default:aspen_tree", nil, S("Aspen Tree"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "wood", recipeItem1, + "stairs:slab_wood", "stairs:slab_wood", S("Wood"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "junglewood", recipeItem1, + "stairs:slab_junglewood", "stairs:slab_junglewood", S("Jungle Wood"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "pine_wood", recipeItem1, + "stairs:slab_pine_wood", "stairs:slab_pine_wood", S("Pine Wood"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "acacia_wood", recipeItem1, + "stairs:slab_acacia_wood", "stairs:slab_acacia_wood", S("Acacia Wood"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "aspen_wood", recipeItem1, + "stairs:slab_aspen_wood", "stairs:slab_aspen_wood", S("Aspen Wood"), + wood_default, wood_open, wood_close) + + +--[[ + + Metal based doors + ----------------- + +]]-- + +hidden_doors.register_hidden_doors("default", "bronze_block", recipeItem1, + "stairs:slab_bronzeblock", "stairs:slab_bronzeblock", + S("Bronze Block"), metal_default, metal_open, metal_close) + +hidden_doors.register_hidden_doors("default", "copper_block", recipeItem1, + "stairs:slab_copperblock", "stairs:slab_copperblock", + S("Copper Block"), metal_default, metal_open, metal_close) + +hidden_doors.register_hidden_doors("default", "gold_block", recipeItem1, + "stairs:slab_goldblock", "stairs:slab_goldblock", S("Gold Block"), + metal_default, metal_open, metal_close) + +hidden_doors.register_hidden_doors("default", "steel_block", recipeItem1, + "stairs:slab_steelblock", "stairs:slab_steelblock", + S("Steel Block"), metal_default, metal_open, metal_close) + +hidden_doors.register_hidden_doors("default", "tin_block", recipeItem1, + "stairs:slab_tinblock", "stairs:slab_tinblock", + S("Tin Block"), metal_default, metal_open, metal_close) + + +--[[ + + Other kinds of materials + ------------------------ + +]]-- + +hidden_doors.register_hidden_doors("default", "dirt", recipeItem1, + "default:dirt", nil, S("Dirt"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "brick", recipeItem1, + "stairs:slab_brick", "stairs:slab_brick", S("Brick"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "ice", recipeItem1, + "stairs:slab_ice", "stairs:slab_ice", S("Ice"), + gem_default, gem_open, gem_close) + +hidden_doors.register_hidden_doors("default", "diamond_block", recipeItem1, + "default:diamondblock", nil, S("Diamond Block"), + gem_default, gem_open, gem_close) + +hidden_doors.register_hidden_doors("default", "mese_block", recipeItem1, + "default:mese", nil, S("Mese Block"), + gem_default, gem_open, gem_close) + +hidden_doors.register_hidden_doors("default", "bookshelf", recipeItem1, + "default:bookshelf", nil, S("Bookshelf"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "sand", recipeItem1, + "default:sand", nil, S("Sand"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "silver_sand", recipeItem1, + "default:silver_sand", nil, S("Silver Sand"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("default", "desert_sand", recipeItem1, + "default:desert_sand", nil, S("Desert Sand"), + stone_default, stone_open, stone_close) diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..2740834 --- /dev/null +++ b/mod.conf @@ -0,0 +1,7 @@ +name = hidden_doors +title = Hidden Doors +author = Hamlet, Napiophelios +description = Adds various wood, stone, etc. doors. +license = GPLv3 - CC BY-SA +forum = https://forum.minetest.net/viewtopic.php?f=11&t=18294 +version = 1.10.2 \ No newline at end of file diff --git a/moreblocks.lua b/moreblocks.lua new file mode 100644 index 0000000..93f062e --- /dev/null +++ b/moreblocks.lua @@ -0,0 +1,165 @@ +--[[ + + Hidden Doors - Adds various wood, stone, etc. doors. + + Copyright (C) 2017-2018 Hamlet + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +]]-- + + +-- +-- Moreblocks module support +-- + +hidden_doors.register_hidden_doors("default", "jungletree_top", + recipeItem1, "moreblocks:slab_all_faces_jungle_tree", + "moreblocks:slab_all_faces_jungle_tree", S("All-faces Jungle Tree"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("default", "tree_top", + recipeItem1, "moreblocks:slab_all_faces_tree", + "moreblocks:slab_all_faces_tree", S("All-faces Tree"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("moreblocks", "cactus_brick", + recipeItem1, "moreblocks:slab_cactus_brick", + "moreblocks:slab_cactus_brick", S("Cactus Brick"), + stone_default, stone_open, stone_close) + +--[[ Disabled due to additional texture manipulation required + +hidden_doors.register_hidden_doors("moreblocks", "cactus_checker", + recipeItem1, "moreblocks:slab_cactus_checker", + "moreblocks:slab_cactus_checker", S("Cactus Checker"), + stone_default, stone_open, stone_close) + +]]-- + +hidden_doors.register_hidden_doors("moreblocks", "circle_stone_bricks", + recipeItem1, "moreblocks:slab_circle_stone_bricks", + "moreblocks:slab_circle_stone_bricks", S("Circle Stone Bricks"), + stone_default, stone_open, stone_close) + +--[[ Disabled due to additional texture manipulation required + +hidden_doors.register_hidden_doors("moreblocks", "coal_checker", + recipeItem1, "moreblocks:slab_coal_checker", + "moreblocks:slab_coal_checker", S("Coal Checker"), + stone_default, stone_open, stone_close) + +]]-- + +hidden_doors.register_hidden_doors("moreblocks", "coal_stone", + recipeItem1, "moreblocks:slab_coal_stone", + "moreblocks:slab_coal_stone", S("Coal Stone"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "cobble_compressed", + recipeItem1, "moreblocks:slab_cobble_compressed", + "moreblocks:slab_cobble_compressed", S("Cobble Compressed"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "copperpatina", + recipeItem1, "moreblocks:slab_copperpatina", + "moreblocks:slab_copperpatina", S("Copper Patina"), + metal_default, metal_open, metal_close) + + +hidden_doors.register_hidden_doors("moreblocks", "empty_shelf", + recipeItem1, "moreblocks:empty_shelf", nil, S("Empty Shelf"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("moreblocks", "grey_bricks", + recipeItem1, "moreblocks:slab_grey_bricks", + "moreblocks:slab_grey_bricks", S("Stone Bricks"), + stone_default, stone_open, stone_close) + +--[[ Disabled due to additional texture manipulation required + +hidden_doors.register_hidden_doors("moreblocks", "iron_checker", + recipeItem1, "moreblocks:slab_iron_checker", + "moreblocks:slab_iron_checker", S("Iron Checker"), + metal_default, metal_open, metal_close) + +]]-- + +hidden_doors.register_hidden_doors("moreblocks", "iron_stone", + recipeItem1, "moreblocks:slab_iron_stone", + "moreblocks:slab_iron_stone", S("Iron Stone"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "iron_stone_bricks", + recipeItem1, "moreblocks:slab_iron_stone_bricks", + "moreblocks:slab_iron_stone_bricks", S("Iron Stone Bricks"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "plankstone", + recipeItem1, "moreblocks:slab_plankstone", "moreblocks:slab_plankstone", + S("Plankstone"), stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "split_stone_tile", + recipeItem1, "moreblocks:slab_split_stone_tile", + "moreblocks:slab_split_stone_tile", S("Split Stone Tile"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "stone_tile", + recipeItem1, "moreblocks:slab_stone_tile", + "moreblocks:slab_stone_tile", S("Stone Tile"), + stone_default, stone_open, stone_close) + +hidden_doors.register_hidden_doors("moreblocks", "tar", + recipeItem1, "moreblocks:slab_tar", "moreblocks:slab_tar", + S("Tar"), stone_default, stone_open, stone_close) + +--[[ Disabled due to additional texture manipulation required + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile", + recipeItem1, "moreblocks:slab_wood_tile", "moreblocks:slab_wood_tile", + S("Wooden Tile"), wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile_center", + recipeItem1, "moreblocks:slab_wood_tile_center", + "moreblocks:slab_wood_tile_center", S("Centered Wooden Tile"), + wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile_down", + recipeItem1, "moreblocks:wood_tile_down", nil, + S("Downwards Wooden Tile"), wood_default, wood_open, wood_close) + +]]-- + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile_full", + recipeItem1, "moreblocks:slab_wood_tile_full", + "moreblocks:slab_wood_tile_full", S("Full Wooden Tile"), + wood_default, wood_open, wood_close) + +--[[ Disabled due to additional texture manipulation required + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile_left", + recipeItem1, "moreblocks:wood_tile_left", nil, + S("Leftwards Wooden Tile"), wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile_right", + recipeItem1, "moreblocks:wood_tile_right", nil, + S("Rightwards Wooden Tile"), wood_default, wood_open, wood_close) + +hidden_doors.register_hidden_doors("moreblocks", "wood_tile_up", + recipeItem1, "moreblocks:wood_tile_up", nil, + S("Upwards Wooden Tile"), wood_default, wood_open, wood_close) + +]]-- diff --git a/remover.lua b/remover.lua new file mode 100644 index 0000000..ff718e3 --- /dev/null +++ b/remover.lua @@ -0,0 +1,304 @@ +--[[ + + Hidden Doors - Adds various wood, stone, etc. doors. + + Copyright (C) 2017-2018 Hamlet + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. + +]]-- + + +-- +-- Minetest Game's based hidden doors +-- + +minetest.register_lbm({ + name = ":standard_remover_a", + nodenames = {"doors:hidden_door_stone_a", "doors:hidden_door_cobble_a", + "doors:hidden_door_stone_brick_a", + "doors:hidden_door_stone_block_a", + "doors:hidden_door_mossycobble_a", + "doors:hidden_door_desert_stone_a", + "doors:hidden_door_desert_cobble_a", + "doors:hidden_door_desert_stone_brick_a", + "doors:hidden_door_desert_stone_block_a", + "doors:hidden_door_sandstone_a", + "doors:hidden_door_sandstone_brick_a", + "doors:hidden_door_sandstone_block_a", + "doors:hidden_door_desert_sandstone_a", + "doors:hidden_door_desert_sandstone_brick_a", + "doors:hidden_door_desert_sandstone_block_a", + "doors:hidden_door_silver_sandstone_a", + "doors:hidden_door_silver_sandstone_brick_a", + "doors:hidden_door_silver_sandstone_block_a", + "doors:hidden_door_obsidian_a", + "doors:hidden_door_obsidian_brick_a", + "doors:hidden_door_obsidian_block_a", + "doors:hidden_door_tree_a", "doors:hidden_door_jungletree_a", + "doors:hidden_door_pine_tree_a", + "doors:hidden_door_acacia_tree_a", + "doors:hidden_door_aspen_tree_a", "doors:hidden_door_wood_a", + "doors:hidden_door_junglewood_a", + "doors:hidden_door_pine_wood_a", + "doors:hidden_door_acacia_wood_a", + "doors:hidden_door_aspen_wood_a", + "doors:hidden_door_bronze_block_a", + "doors:hidden_door_copper_block_a", + "doors:hidden_door_gold_block_a", + "doors:hidden_door_steel_block_a", + "doors:hidden_door_tin_block_a", + "doors:hidden_door_dirt_a", "doors:hidden_door_brick_a", + "doors:hidden_door_ice_a", "doors:hidden_door_diamond_block_a", + "doors:hidden_door_mese_block_a", + "doors:hidden_door_bookshelf_a", + "doors:hidden_door_sand_a", "doors:hidden_door_silver_sand_a", + "doors:hidden_door_desert_sand_a", + }, + + action = function(pos) + minetest.remove_node(pos) + + local new_x = pos.x + local new_y = (pos.y + 1) + local new_z = pos.z + local upper_pos = {x = new_x, y = new_y, z = new_z} + + minetest.remove_node(upper_pos) + end, +}) + + +minetest.register_lbm({ + name = ":standard_remover_b", + nodenames = {"doors:hidden_door_stone_b", "doors:hidden_door_cobble_b", + "doors:hidden_door_stone_brick_b", + "doors:hidden_door_stone_block_b", + "doors:hidden_door_mossycobble_b", + "doors:hidden_door_desert_stone_b", + "doors:hidden_door_desert_cobble_b", + "doors:hidden_door_desert_stone_brick_b", + "doors:hidden_door_desert_stone_block_b", + "doors:hidden_door_sandstone_b", + "doors:hidden_door_sandstone_brick_b", + "doors:hidden_door_sandstone_block_b", + "doors:hidden_door_desert_sandstone_b", + "doors:hidden_door_desert_sandstone_brick_b", + "doors:hidden_door_desert_sandstone_block_b", + "doors:hidden_door_silver_sandstone_b", + "doors:hidden_door_silver_sandstone_brick_b", + "doors:hidden_door_silver_sandstone_block_b", + "doors:hidden_door_obsidian_b", + "doors:hidden_door_obsidian_brick_b", + "doors:hidden_door_obsidian_block_b", + "doors:hidden_door_tree_b", "doors:hidden_door_jungletree_b", + "doors:hidden_door_pine_tree_b", + "doors:hidden_door_acacia_tree_b", + "doors:hidden_door_aspen_tree_b", "doors:hidden_door_wood_b", + "doors:hidden_door_junglewood_b", + "doors:hidden_door_pine_wood_b", + "doors:hidden_door_acacia_wood_b", + "doors:hidden_door_aspen_wood_b", + "doors:hidden_door_bronze_block_b", + "doors:hidden_door_copper_block_b", + "doors:hidden_door_gold_block_b", + "doors:hidden_door_steel_block_b", + "doors:hidden_door_tin_block_b", + "doors:hidden_door_dirt_b", "doors:hidden_door_brick_b", + "doors:hidden_door_ice_b", "doors:hidden_door_diamond_block_b", + "doors:hidden_door_mese_block_b", + "doors:hidden_door_bookshelf_b", + "doors:hidden_door_sand_b", "doors:hidden_door_silver_sand_b", + "doors:hidden_door_desert_sand_b", + }, + + action = function(pos) + minetest.remove_node(pos) + + local new_x = pos.x + local new_y = (pos.y + 1) + local new_z = pos.z + local upper_pos = {x = new_x, y = new_y, z = new_z} + + minetest.remove_node(upper_pos) + end, +}) + + +-- +-- Compatible modules' based hidden doors +-- + +if minetest.get_modpath("darkage") then + + minetest.register_lbm({ + name = ":darkage_remover_a", + nodenames = {"doors:hidden_door_adobe_a", "doors:hidden_door_basalt_a", + "doors:hidden_door_basalt_rubble_a", + "doors:hidden_door_basalt_brick_a", + "doors:hidden_door_basalt_block_a", + "doors:hidden_door_gneiss_a", + "doors:hidden_door_gneiss_rubble_a", + "doors:hidden_door_gneiss_brick_a", + "doors:hidden_door_gneiss_block_a", + "doors:hidden_door_marble_a", + "doors:hidden_door_marble_tile_a", + "doors:hidden_door_ors_a", "doors:hidden_door_ors_rubble_a", + "doors:hidden_door_ors_brick_a", + "doors:hidden_door_ors_block_a", + "doors:hidden_door_serpentine_a", + "doors:hidden_door_shale_a", "doors:hidden_door_slate_a", + "doors:hidden_door_schist_a", + "doors:hidden_door_slate_rubble_a", + "doors:hidden_door_slate_tile_a", + "doors:hidden_door_slate_block_a", + "doors:hidden_door_slate_brick_a", "doors:hidden_door_tuff_a", + "doors:hidden_door_tuff_bricks_a", + "doors:hidden_door_tuff_rubble_a", + "doors:hidden_door_rhyolitic_tuff_a", + "doors:hidden_door_rhyolitic_tuff_bricks_a", + "doors:hidden_door_old_tuff_bricks_a", + "doors:hidden_door_rhyolitic_tuff_rubble_a", + }, + + action = function(pos) + minetest.remove_node(pos) + + local new_x = pos.x + local new_y = (pos.y + 1) + local new_z = pos.z + local upper_pos = {x = new_x, y = new_y, z = new_z} + + minetest.remove_node(upper_pos) + end, + }) + + + minetest.register_lbm({ + name = ":darkage_remover_b", + nodenames = {"doors:hidden_door_adobe_b", "doors:hidden_door_basalt_b", + "doors:hidden_door_basalt_rubble_b", + "doors:hidden_door_basalt_brick_b", + "doors:hidden_door_basalt_block_b", + "doors:hidden_door_gneiss_b", + "doors:hidden_door_gneiss_rubble_b", + "doors:hidden_door_gneiss_brick_b", + "doors:hidden_door_gneiss_block_b", + "doors:hidden_door_marble_b", + "doors:hidden_door_marble_tile_b", + "doors:hidden_door_ors_b", "doors:hidden_door_ors_rubble_b", + "doors:hidden_door_ors_brick_b", + "doors:hidden_door_ors_block_b", + "doors:hidden_door_serpentine_b", + "doors:hidden_door_shale_b", "doors:hidden_door_slate_b", + "doors:hidden_door_schist_b", + "doors:hidden_door_slate_rubble_b", + "doors:hidden_door_slate_tile_b", + "doors:hidden_door_slate_block_b", + "doors:hidden_door_slate_brick_b", "doors:hidden_door_tuff_b", + "doors:hidden_door_tuff_bricks_b", + "doors:hidden_door_tuff_rubble_b", + "doors:hidden_door_rhyolitic_tuff_b", + "doors:hidden_door_rhyolitic_tuff_bricks_b", + "doors:hidden_door_old_tuff_bricks_b", + "doors:hidden_door_rhyolitic_tuff_rubble_b", + }, + + action = function(pos) + minetest.remove_node(pos) + + local new_x = pos.x + local new_y = (pos.y + 1) + local new_z = pos.z + local upper_pos = {x = new_x, y = new_y, z = new_z} + + minetest.remove_node(upper_pos) + end, + }) +end + + +if minetest.get_modpath("moreblocks") then + + minetest.register_lbm({ + name = ":moreblocks_remover_a", + nodenames = {"doors:hidden_door_jungletree_top_a", + "doors:hidden_door_tree_top_a", + "doors:hidden_door_cactus_brick_a", + "doors:hidden_door_circle_stone_bricks_a", + "doors:hidden_door_coal_stone_a", + "doors:hidden_door_cobble_compressed_a", + "doors:hidden_door_copperpatina_a", + "doors:hidden_door_empty_bookshelf_a", + "doors:hidden_door_grey_bricks_a", + "doors:hidden_door_iron_stone_a", + "doors:hidden_door_iron_stone_bricks_a", + "doors:hidden_door_plankstone_a", + "doors:hidden_door_split_stone_tile_a", + "doors:hidden_door_split_stone_tile_alt_a", + "doors:hidden_door_stone_tile_a", + "doors:hidden_door_tar_a", + "doors:hidden_door_trap_stone_a", + "doors:hidden_door_wood_tile_full_a", + }, + + action = function(pos) + minetest.remove_node(pos) + + local new_x = pos.x + local new_y = (pos.y + 1) + local new_z = pos.z + local upper_pos = {x = new_x, y = new_y, z = new_z} + + minetest.remove_node(upper_pos) + end, + }) + + + minetest.register_lbm({ + name = ":moreblocks_remover_b", + nodenames = {"doors:hidden_door_jungletree_top_b", + "doors:hidden_door_tree_top_b", + "doors:hidden_door_cactus_brick_b", + "doors:hidden_door_circle_stone_bricks_b", + "doors:hidden_door_coal_stone_b", + "doors:hidden_door_cobble_compressed_b", + "doors:hidden_door_copperpatina_b", + "doors:hidden_door_empty_bookshelf_b", + "doors:hidden_door_grey_bricks_b", + "doors:hidden_door_iron_stone_b", + "doors:hidden_door_iron_stone_bricks_b", + "doors:hidden_door_plankstone_b", + "doors:hidden_door_split_stone_tile_b", + "doors:hidden_door_split_stone_tile_alt_b", + "doors:hidden_door_stone_tile_b", + "doors:hidden_door_tar_b", + "doors:hidden_door_trap_stone_b", + "doors:hidden_door_wood_tile_full_b", + }, + + action = function(pos) + minetest.remove_node(pos) + + local new_x = pos.x + local new_y = (pos.y + 1) + local new_z = pos.z + local upper_pos = {x = new_x, y = new_y, z = new_z} + + minetest.remove_node(upper_pos) + end, + }) +end diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..effd45194b64181309f6e9ae6e0752606d6d9499 GIT binary patch literal 86678 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