summaryrefslogtreecommitdiff
path: root/src/mg_biome.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2014-11-30 04:42:02 +0000
committerkwolekr <kwolekr@minetest.net>2014-12-03 19:45:29 -0500
commit0a5373d4002d462208d810dd8c3b5f5f8b3cf429 (patch)
treea8e258dd8e4d48683cb38846b263c9caa2b7722b /src/mg_biome.h
parentfcb1ea903faf8933142a04b7c8ab89ec08a0be24 (diff)
downloadminetest-0a5373d4002d462208d810dd8c3b5f5f8b3cf429.tar.gz
minetest-0a5373d4002d462208d810dd8c3b5f5f8b3cf429.tar.bz2
minetest-0a5373d4002d462208d810dd8c3b5f5f8b3cf429.zip
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
Diffstat (limited to 'src/mg_biome.h')
-rw-r--r--src/mg_biome.h2
1 files changed, 2 insertions, 0 deletions
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
+