From 0a5373d4002d462208d810dd8c3b5f5f8b3cf429 Mon Sep 17 00:00:00 2001 From: paramat Date: Sun, 30 Nov 2014 04:42:02 +0000 Subject: Add definable node_stone to biome API, mgv5, mgv7. Reduce and correct depth of mgv7 biomes. l_mapgen.cpp: add '#include mapgen_v5.h' because '#include mapgen_v7' is there. Improve underwater grass hack --- src/mg_biome.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mg_biome.h') diff --git a/src/mg_biome.h b/src/mg_biome.h index d6130ee3a..7a62998e3 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -42,6 +42,7 @@ public: content_t c_top; content_t c_filler; + content_t c_stone; content_t c_water; content_t c_dust; content_t c_dust_water; @@ -77,3 +78,4 @@ public: }; #endif + -- cgit v1.2.3