Nether mod for Minetest
Go to file
Treer 39d655b4c8 Add Help-modpack support
https://forum.minetest.net/viewtopic.php?t=15912
Don't place Book of Portals in dungeon chests if its contents can be written in the help modpack Encyclopedia instead, and don't add Book of Portals to dungeon chests if Nether portals are the only type of portal - A Nether mod doesn't need a Book of Portals if it's only being used to provide a Nether portal.
2020-02-15 10:55:37 +01:00
schematics Finish example portals 2020-02-15 10:55:37 +01:00
sounds Add portal sounds 2020-02-15 10:55:37 +01:00
textures Images instead of ASCII diagrams in Book of Portals 2020-02-15 10:55:37 +01:00
.luacheckrc Add Help-modpack support 2020-02-15 10:55:37 +01:00
README.md Images instead of ASCII diagrams in Book of Portals 2020-02-15 10:55:37 +01:00
depends.txt Add Help-modpack support 2020-02-15 10:55:37 +01:00
description.txt Add standard mod files. 2016-04-16 20:18:45 -07:00
init.lua Images instead of ASCII diagrams in Book of Portals 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 Trim trailing spaces 2020-02-15 10:55:37 +01:00
portal_api.lua Add Help-modpack support 2020-02-15 10:55:37 +01:00
portal_api.txt Add Help-modpack support 2020-02-15 10:55:37 +01:00
portal_examples.lua Images instead of ASCII diagrams in Book of Portals 2020-02-15 10:55:37 +01:00
screenshot.png Add standard mod files. 2016-04-16 20:18:45 -07:00
settingtypes.txt Add Help-modpack support 2020-02-15 10:55:37 +01:00

README.md

Nether Mod for Minetest, with Portal API.

See portal_api.txt for how to create custom portals to your own realms.

A Book of Portals item (nether:book_of_portals) is created which provides players with portal recipes, by default it can be found in dungeon chests.

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 and attribution of media (textures and sounds)

Public Domain Dedication (CC0 1.0)

Attribution 3.0 Unported (CC BY 3.0)

  • nether_portal_ambient.ogg & nether_portal_ambient.0.ogg are extractions from "Deep Cinematic Rumble Stereo" by Patrick Lieberkind, used under CC BY 3.0
  • nether_portal_extinguish.ogg is an extraction from "Tight Laser Weapon Hit Scifi" by damjancd (https://freesound.org/people/damjancd), used under CC BY 3.0
  • nether_portal_ignite.ogg is a derivative of "Flame Ignition" by hykenfreak (https://freesound.org/people/hykenfreak), used under CC BY 3.0. "Nether Portal ignite" is licensed under CC BY 3.0 by Treer.

Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)

  • nether_book_* (files starting with "nether_book"): Treer, 2019-2020
  • nether_portal_ignition_failure.ogg: Treer, 2019
  • nether_particle_anim* (files starting with "nether_particle_anim"): Treer, 2019

Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)

  • nether_rack.png: Zeg9
  • nether_glowstone.png: BlockMen

All other media: Copyright © 2013 PilzAdam, licensed under CC BY-SA 3.0 by PilzAdam.