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 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5de5834d3..eeceb6358 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -368,6 +368,7 @@ set(common_SRCS mapblock.cpp mapgen.cpp mapgen_singlenode.cpp + mapgen_v5.cpp mapgen_v6.cpp mapgen_v7.cpp mapnode.cpp -- cgit v1.2.3