Fix formatting error in readme...

master
Amaz 2017-11-07 09:47:19 +00:00
parent a7b6b1d4b6
commit 502744cf5f
1 changed files with 6 additions and 1 deletions

View File

@ -4,10 +4,15 @@ The only way to get down to the main world is by jumping off and falling, with a
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](https://github.com/minetest/minetest/blob/28841961ba91b943b7478704181604fa3e24e81e/src/mapgen_v7.cpp#L415)*
*Code by Amaz*
*The noise code is based on the floatlands C++ noise code. See [here](https://github.com/minetest/minetest/blob/28841961ba91b943b7478704181604fa3e24e81e/src/mapgen_v7.cpp#L415)*
*The position finding code is based on duane's chaos realm key. See [here](https://github.com/duane-r/minetest/blob/squaresville/games/minetest_game/mods/squaresville/chaos.lua#L75)*