From 3dba6d1f90f17d94b17a99863c00889fc81b211e Mon Sep 17 00:00:00 2001 From: paramat Date: Thu, 21 May 2015 03:20:41 +0100 Subject: Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code --- src/mapgen_v5.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mapgen_v5.h') diff --git a/src/mapgen_v5.h b/src/mapgen_v5.h index 5575dfe61..e8455a46f 100644 --- a/src/mapgen_v5.h +++ b/src/mapgen_v5.h @@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapgen.h" #define LARGE_CAVE_DEPTH -256 +#define BIOMEGEN_BASE_V5 -192 /////////////////// Mapgen V5 flags //#define MGV5_ 0x01 -- cgit v1.2.3