summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-23 02:04:24 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-23 02:04:24 +0300
commit8993d9dd8321aad1243f4fb7fc55259c3747224f (patch)
tree90ad8e88e5480d5864277d4fca0dd9c6fd159a55 /src/content_mapnode.h
parentfdf14471c6fd56003ba32943db5c6eee67bd5e60 (diff)
downloadminetest-8993d9dd8321aad1243f4fb7fc55259c3747224f.tar.gz
minetest-8993d9dd8321aad1243f4fb7fc55259c3747224f.tar.bz2
minetest-8993d9dd8321aad1243f4fb7fc55259c3747224f.zip
Jungle biome/whatever thing
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index e53624c21..f7d3269ea 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -57,6 +57,8 @@ void content_mapnode_init();
#define CONTENT_PAPYRUS 28
#define CONTENT_BOOKSHELF 29
#define CONTENT_RAIL 30
+#define CONTENT_JUNGLETREE 31
+#define CONTENT_JUNGLEGRASS 32
#endif