Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treer/deep_nether_example
A Minetest mod template for adding more realms to the Nether ("nether layers")
https://github.com/treer/deep_nether_example
minetest minetest-mod minetest-mods nether
Last synced: 14 days ago
JSON representation
A Minetest mod template for adding more realms to the Nether ("nether layers")
- Host: GitHub
- URL: https://github.com/treer/deep_nether_example
- Owner: Treer
- Created: 2021-07-17T12:53:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T09:51:06.000Z (over 3 years ago)
- Last Synced: 2024-12-16T16:05:54.958Z (18 days ago)
- Topics: minetest, minetest-mod, minetest-mods, nether
- Language: Lua
- Homepage:
- Size: 250 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# The Deep Nether (modding template for Minetest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by-sa/4.0/)A demonstration mod for adding more realms to the [Nether](https://github.com/minetest-mods/nether) (i.e. "nether layers"), which could also be used to replace the existing Nether mapgen with your own. Enabling multiple different nether layer mods together will create multiple realms layered deeper and deeper. This mod acts as a starting template so you can hit the ground running.
It's ~400 lines of lua code which when installed allows a portal made of hewn basalt to be opened (the basalt can be obtained by reaching the Mantle region in the Nether - there are islands of basalt in the lava ocean there which can be crafted into hewn basalt). These portals lead to a Nether-like realm the mod creates below the existing Nether.
Rather than taking you back to the surface, a hewn basalt portal opened in the Deep Nether will only take you back to the Nether.
The realm this mod creates is kept simple. It's just a template: fork and adapt it, make it your own project.
**More info:**
* See [nether_api.txt](https://github.com/minetest-mods/nether/blob/master/nether_api.txt) in the nether mod for more interop coding info.
* [Forum thread](https://forum.minetest.net/viewtopic.php?t=27123)**Mod dependencies:** [Nether](https://github.com/minetest-mods/nether) v3.1+
**Minetest version:** v5.2+
**Screenshots:**
![default](screenshot.jpg)
**License:**
[MIT](https://opensource.org/licenses/MIT) for code & config, [Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) for text and media.