Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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")

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.