Go to file
Amaz 07cbdc6c77 Fix! 2017-11-07 10:36:54 +00:00
README.md Fix formatting error in readme... 2017-11-07 09:48:14 +00:00
description.txt Force mapgen v7 and floatlands, and add some basic mod files 2017-11-07 09:45:33 +00:00
init.lua Fix! 2017-11-07 10:36:54 +00:00
license.txt Force mapgen v7 and floatlands, and add some basic mod files 2017-11-07 09:45:33 +00:00
mod.conf Force mapgen v7 and floatlands, and add some basic mod files 2017-11-07 09:45:33 +00:00

README.md

Floatland Spawn

A Minetest mod that spawns players in the floatlands. The only way to get down to the main world is by jumping off and falling, with a very high chance of dying!

Players are spawned in the floatlands, in a region 2000 nodes around x = 0, z = 0, on their first join, and when they die.


Depends: None!

License: LGPL v2.1

Code by Amaz

The noise code is based on the floatlands C++ noise code. See here

The position finding code is based on duane's chaos realm key. See here