1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, blobs

This commit is contained in:
paramat 2014-10-16 12:45:55 +01:00 committed by RealBadAngel
parent d0be27415e
commit 92981b2fee
8 changed files with 629 additions and 3 deletions

View file

@ -16,7 +16,7 @@
--51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
local function create_world_formspec(dialogdata)
local mapgens = {"v6", "v7", "singlenode"}
local mapgens = {"v5", "v6", "v7", "singlenode"}
local current_seed = core.setting_get("fixed_map_seed") or ""
local current_mg = core.setting_get("mg_name")