summaryrefslogtreecommitdiff
path: root/src/content_mapnode.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2011-09-11 17:50:44 +0200
committersfan5 <sfan5@live.de>2011-09-11 17:50:44 +0200
commitc0caedc3730085b3261f09e1df23cc1bdd2fce79 (patch)
tree4d278c8dd78da08caa60e70326ff49353221f05d /src/content_mapnode.h
parentd28ea57083481bff8180249fc8b43f7ed7b18545 (diff)
downloadminetest-c0caedc3730085b3261f09e1df23cc1bdd2fce79.tar.gz
minetest-c0caedc3730085b3261f09e1df23cc1bdd2fce79.tar.bz2
minetest-c0caedc3730085b3261f09e1df23cc1bdd2fce79.zip
Added Apple Trees
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r--src/content_mapnode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h
index 1f6292ba4..639f572eb 100644
--- a/src/content_mapnode.h
+++ b/src/content_mapnode.h
@@ -1,4 +1,4 @@
-/*
+ /*
Minetest-c55
Copyright (C) 2010-2011 celeron55, Perttu Ahola <celeron55@gmail.com>
@@ -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