Nether mod for Minetest
Go to file
Treer 52b20925d5 Unlinks target portal if it's linked to a different portal
This is effectively a missing part to the change that made locate_or_build_portal() enforce that portals only link together in mutual pairs. As target portals that didn't need to be located or built we not being updated to link back to where the player travelled from.

Also
* implements events: on_run_wormhole, on_extinguish
* adds a lot of debug info
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 Unlinks target portal if it's linked to a different portal 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