Nether mod for Minetest
Go to file
Treer 0c7a6e95c5 Fix edge case
Fix bug where ensure_remote_portal_then_teleport() converted its destination_wormholePos to an anchorPos to pass to locate_or_build_portal() which converted it back to an wormholePos. Bug occurred when local_orientation was assumed for the target orientation, which could lead to locate_or_build_portal() ending up with a reconstituted wormholePos rotated outside the portal frame, not find a portal frame, so build a new portal there, griefing the old one.

locate_or_build_portal() has been refactored to take a wormholePos instead of an anchorPos, removing the need to know the orientation of the target portal (which can't be obtained from the param2 when the target portal is unlit)
2020-02-15 10:55:37 +01:00
schematics Place portal as schematic. Avoid portal griefing 2016-06-11 16:48:46 -07:00
sounds Add Book of Portals 2020-02-15 10:55:37 +01:00
textures Add Book of Portals 2020-02-15 10:55:37 +01:00
.luacheckrc provide Portal API 2020-02-15 10:55:37 +01:00
README.md Add Book of Portals 2020-02-15 10:55:37 +01:00
depends.txt Add Book of Portals 2020-02-15 10:55:37 +01:00
description.txt Add standard mod files. 2016-04-16 20:18:45 -07:00
init.lua fix bugs 2020-02-15 10:55:37 +01:00
mapgen.lua provide Portal API 2020-02-15 10:55:37 +01:00
mod.conf Add standard mod files. 2016-04-16 20:18:45 -07:00
nodes.lua provide Portal API 2020-02-15 10:55:37 +01:00
portal_api.lua Fix edge case 2020-02-15 10:55:37 +01:00
portal_api.txt Unlinks target portal if it's linked to a different portal 2020-02-15 10:55:37 +01:00
screenshot.png Add standard mod files. 2016-04-16 20:18:45 -07:00

README.md

Nether Mod for Minetest

License of source code:

Copyright (C) 2013 PilzAdam

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

License of media (textures and sounds)

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/

Authors of media files

Everything not listed in here: Copyright (C) 2013 PilzAdam

  • nether_rack.png: Zeg9
  • nether_glowstone.png: BlockMen
  • nether_book_*: Treer