diff options
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mapnode.h b/src/mapnode.h index ad256585f..e8cc0ab51 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -102,6 +102,9 @@ void init_content_inventory_texture_paths(); #define CONTENT_GLASS 20 #define CONTENT_FENCE 21 #define CONTENT_SANDSTONE 22 +#define CONTENT_CACTUS 23 +#define CONTENT_BRICK 24 +#define CONTENT_CLAY 25 /* Content feature list |