summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-09-16 19:09:13 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-09-16 19:09:13 +0300
commitb22cb69a155d586791341d4df90060b8220361e1 (patch)
tree9ba2ec3a1f675271f05509bfe1384514a83c1772 /src/content_mapnode.h
parent40707e3c5bc730ebc5780b1c545c5daeb3353a42 (diff)
parent88dc8c694ed0e182b4d5ace4fcd94a0a82946c31 (diff)
downloadminetest-b22cb69a155d586791341d4df90060b8220361e1.tar.xz
Merge remote-tracking branch 'sfan5/apple-trees'
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 1f6292ba4..35dcc20ec 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -83,6 +83,8 @@ MapNode mapnode_translate_to_internal(MapNode n_from, u8 version);
#define CONTENT_JUNGLEGRASS 0x816
#define CONTENT_NC 0x817
#define CONTENT_NC_RB 0x818
+#define CONTENT_APPLE 0x819
+
#endif