From 92981b2fee19fd04e2a49533ffa1f778bff6ca72 Mon Sep 17 00:00:00 2001 From: paramat Date: Thu, 16 Oct 2014 12:45:55 +0100 Subject: 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(-) (limited to 'builtin/mainmenu') diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index 6d433bde4..9fcd9104b 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") -- cgit v1.2.3