diff options
Diffstat (limited to 'src/content_mapnode.h')
-rw-r--r-- | src/content_mapnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content_mapnode.h b/src/content_mapnode.h index c511834e5..e314807f9 100644 --- a/src/content_mapnode.h +++ b/src/content_mapnode.h @@ -48,6 +48,8 @@ void content_mapnode_init(); #define CONTENT_STEEL 19 #define CONTENT_GLASS 20 #define CONTENT_FENCE 21 +#define CONTENT_MOSSYCOBBLE 22 +#define CONTENT_GRAVEL 23 #endif |