diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-05-30 14:42:08 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-05-30 14:42:08 +0200 |
commit | 880aa870a0316d8f2f3081bf117e8237af270405 (patch) | |
tree | 31e284331946adad7d836281eb87d38d07e2f9d6 /src/mapnode.h | |
parent | af574e58fe65e230f563f996496f31ce60291dc3 (diff) | |
download | minetest-880aa870a0316d8f2f3081bf117e8237af270405.tar.gz minetest-880aa870a0316d8f2f3081bf117e8237af270405.tar.bz2 minetest-880aa870a0316d8f2f3081bf117e8237af270405.zip |
+ cactii
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapnode.h b/src/mapnode.h index ad256585f..c4dcbfbe5 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -102,6 +102,7 @@ void init_content_inventory_texture_paths(); #define CONTENT_GLASS 20 #define CONTENT_FENCE 21 #define CONTENT_SANDSTONE 22 +#define CONTENT_CACTUS 23 /* Content feature list |