summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorMark Holmquist <marktraceur@gmail.com>2011-08-16 02:14:49 -0700
committerMark Holmquist <marktraceur@gmail.com>2011-09-23 18:13:53 -0700
commit85f119e1e6cc958a54eaf8468f2a302aa8c60dbe (patch)
tree289ee051ee5eeba1174147229f111ce109ac9e68 /src/content_mapnode.h
parent789c88509c1eab8407d3451d55eb31f65150e54a (diff)
downloadminetest-85f119e1e6cc958a54eaf8468f2a302aa8c60dbe.tar.gz
minetest-85f119e1e6cc958a54eaf8468f2a302aa8c60dbe.tar.bz2
minetest-85f119e1e6cc958a54eaf8468f2a302aa8c60dbe.zip
Adding (most) of the sapling functionality. It has yet to work, since MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index 35dcc20ec..c1e12ab42 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -84,7 +84,7 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
#define CONTENT_NC 0x817
#define CONTENT_NC_RB 0x818
#define CONTENT_APPLE 0x819
-
+#define CONTENT_SAPLING 0x820
#endif