Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 754 Bytes

File metadata and controls

18 lines (10 loc) · 754 Bytes

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