From 00a13badea0db9042e3227f7e809bfa5c7562f23 Mon Sep 17 00:00:00 2001 From: paramat Date: Thu, 16 Oct 2014 12:45:55 +0100 Subject: [PATCH] Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, blobs --- builtin/mainmenu/dlg_create_world.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index 6d433bd..9fcd910 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -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")