diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-05-28 02:17:19 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-05-29 18:44:42 +0200 |
commit | 843ffba567d9b9cb170e9d9cc76469e796ca93cb (patch) | |
tree | bdb775f22e58013551d1e73716be0826c0a014c4 /src/mapnode.h | |
parent | acd7ce897d2ea30699ca83aa1304987b1eea7880 (diff) | |
download | minetest-843ffba567d9b9cb170e9d9cc76469e796ca93cb.tar.gz minetest-843ffba567d9b9cb170e9d9cc76469e796ca93cb.tar.bz2 minetest-843ffba567d9b9cb170e9d9cc76469e796ca93cb.zip |
+ sandstone
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 57382aa2b..ad256585f 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -101,6 +101,7 @@ void init_content_inventory_texture_paths(); #define CONTENT_STEEL 19 #define CONTENT_GLASS 20 #define CONTENT_FENCE 21 +#define CONTENT_SANDSTONE 22 /* Content feature list |