1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-08 01:00:23 +02:00

Add files via upload

This commit is contained in:
Tim7900
2021-12-29 18:53:45 -09:00
committed by GitHub
parent b32f688491
commit c673632e66
12 changed files with 4084 additions and 0 deletions

15
mods/nether/README.md Normal file
View File

@ -0,0 +1,15 @@
For a description of this Minetest mod, please refer to the forum topic:
https://forum.minetest.net/viewtopic.php?f=9&t=10265
TODO:
* Find a way to get the perlin noise inside [-1; 1] or use another noise
* Add some node which containing items to the simple pyramid "buildings"
* Change the sky background, fog, etc. in the nether
* Improve the guide formspec.
Writing it in Markdown would be nice.
These could be useful:
* https://forum.minetest.net/viewtopic.php?t=23855
Minetest Bedrock Markup Language
* https://github.com/mpeterv/markdown
Markdown to HTML converter; Minetest formspecs support HTML