summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2014-10-16 12:45:55 +0100
committerRealBadAngel <maciej.kasatkin@o2.pl>2014-11-08 21:37:26 +0100
commit92981b2fee19fd04e2a49533ffa1f778bff6ca72 (patch)
treede0ddff440cdd82960af1ca3a02641dd0ccc0d42 /builtin
parentd0be27415eb9386b2367ab798268da6fbe8b7a68 (diff)
downloadminetest-92981b2fee19fd04e2a49533ffa1f778bff6ca72.tar.gz
minetest-92981b2fee19fd04e2a49533ffa1f778bff6ca72.tar.bz2
minetest-92981b2fee19fd04e2a49533ffa1f778bff6ca72.zip
Add mgv5. New noise code, uses biome API. Eased 3d noise for terrain, caves, blobs
Diffstat (limited to 'builtin')
-rw-r--r--builtin/mainmenu/dlg_create_world.lua2
1 files changed, 1 insertions, 1 deletions
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")