Go to file
Deathwing777 9af94a8bc6
Code cleanup and new global/chat function.
- Added a new global function to the nether table that lets external mods tell us to update a player's Nether status based on the player's position. This function has been exposed to the console via a registered chat function.
- Switched from NETHER as the global table to nether as the global table after discovering that nether was already being used in init.lua.
- Switched from accessing function calls in the global table from  table syntax to object syntax; as it looks cleaner.
2024-02-20 14:53:14 -08:00
nether Code cleanup and new global/chat function. 2024-02-20 14:53:14 -08:00
.gitignore at least a bit history 2015-02-18 18:34:03 +01:00
LICENSE.txt Relicense; WTFPL allows it 2021-12-22 17:45:59 +01:00
README.md Update the Readme 2022-08-20 20:19:58 +02:00
modpack.txt 🐈 2016-08-08 15:51:58 +02:00

README.md

For a description of this Minetest mod, please refer to the forum topic: https://forum.minetest.net/viewtopic.php?f=9&t=10265

TODO:

  • Mapgen: Find a way to get the perlin noise values inside [-1; 1] or use another noise. The problem is visible in the nether forest, where the mapgen code flattens the ceiling if it is very high.
  • Mapgen: Generate more detail inside the simple pyramid-like "buildings", e.g. add a small treasure chest node which contains items