Nether mod for Minetest
Go to file
Treer 00cda53a13 Add the Mantle
Adds a magma oceans region to the nether outside the existing nether caverns, which can be reached via tunnels.

Other misc changes:
* chatcomment nether_whereami, a debug aid for knowing which perlin-noise region you are in
* Nether ores no longer obtainable on the ceiling
* Move crafts into crafts.lua
* Add steam to lava cooling, and play bubbling lava upon death by lava
* Add cracked netherbrick
    a decorative node which can only be obtained from dungeons or structures
    I encourage someone to improve or replace the cracked netherbrick texture. For copyright purposes it's currently a derivative work (by me, 2020) from nether_brick.png, which is licensed under CC BY-SA 3.0 by PilzAdam, so it can fall under the "All other media" PilzAdam's credit in readme.md rather than need its own entry.
2021-01-15 00:29:23 +11:00
locale Add french translation 2020-09-28 00:07:03 +10:00
sounds Add the Mantle 2021-01-15 00:29:23 +11:00
textures Add the Mantle 2021-01-15 00:29:23 +11:00
.luacheckrc Respect protected areas when spawning remote portals (#27) 2020-07-26 14:34:06 +10:00
README.md Add the Mantle 2021-01-15 00:29:23 +11:00
crafts.lua Add the Mantle 2021-01-15 00:29:23 +11:00
depends.txt Add the Mantle 2021-01-15 00:29:23 +11:00
description.txt Add standard mod files. 2016-04-16 20:18:45 -07:00
init.lua Add the Mantle 2021-01-15 00:29:23 +11:00
mapgen.lua Add the Mantle 2021-01-15 00:29:23 +11:00
mapgen_decorations.lua Add the Mantle 2021-01-15 00:29:23 +11:00
mapgen_mantle.lua Add the Mantle 2021-01-15 00:29:23 +11:00
mapgen_nobiomes.lua Add the Mantle 2021-01-15 00:29:23 +11:00
mod.conf add "fire" optional dependency 2021-01-04 18:05:48 +11:00
nodes.lua Add the Mantle 2021-01-15 00:29:23 +11:00
portal_api.lua Remove string.lower so item name is correctly translated 2020-09-28 00:07:03 +10:00
portal_api.txt Handle large protected depths 2020-08-02 12:19:30 +10:00
portal_examples.lua Respect protected areas when spawning remote portals (#27) 2020-07-26 14:34:06 +10:00
screenshot.png Add standard mod files. 2016-04-16 20:18:45 -07:00
settingtypes.txt Add biomes-based implementation of the mapgen, and decorations 2020-06-08 21:00:58 +10:00
tools.lua Add the Mantle 2021-01-15 00:29:23 +11:00

README.md

Nether Mod for Minetest, with Portals API.

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

See settingtypes.txt or go to "Settings"->"All Settings"->"Mods"->"nether" in the game to view the options provided by this mod.

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)

  • nether_portal_teleport.ogg is a timing adjusted version of "teleport" by outroelison, used under 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, used under CC BY 3.0
  • nether_portal_ignite.ogg is a derivative of "Flame Ignition" by 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_basalt* (files starting with "nether_basalt"): Treer, 2020
  • nether_book_* (files starting with "nether_book"): Treer, 2019-2020
  • nether_fumarole.ogg: Treer, 2020
  • nether_lava_bubble* (files starting with "nether_lava_bubble"): Treer, 2020
  • nether_lava_crust_animated.png: Treer, 2019-2020
  • nether_particle_anim* (files starting with "nether_particle_anim"): Treer, 2019
  • nether_portal_ignition_failure.ogg: Treer, 2019
  • nether_smoke_puff.png: Treer, 2020

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

  • nether_glowstone* (files starting with "nether_glowstone"): BlockMen
  • nether_nether_ingot.png & nether_nether_lump.png: color adjusted versions from "default" mod, originally by Gambit
  • nether_portal.png: Extex101, 2020
  • nether_rack* (files starting with "nether_rack"): Zeg9
  • nether_tool_* (files starting with "nether_tool_"): color adjusted versions from "default" mod, originals by BlockMen

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