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 Nils Dagsson Moskopp
parent d9875f12f2
commit 00a13badea
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 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")