diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-01 04:57:46 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-01 04:57:46 +0200 |
commit | cffd40c5d6c1427d2cce7cbcfe57669da73459c6 (patch) | |
tree | 641ee4fdeb60818a08839e5555bcb0fe0daafd12 /src/mapnode.h | |
parent | fb78854e9b4f6ae648de27656ad40991a0c5ef57 (diff) | |
download | minetest-cffd40c5d6c1427d2cce7cbcfe57669da73459c6.tar.gz minetest-cffd40c5d6c1427d2cce7cbcfe57669da73459c6.tar.bz2 minetest-cffd40c5d6c1427d2cce7cbcfe57669da73459c6.zip |
+ clay and associated items
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 5022031de..e8cc0ab51 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -104,6 +104,7 @@ void init_content_inventory_texture_paths(); #define CONTENT_SANDSTONE 22 #define CONTENT_CACTUS 23 #define CONTENT_BRICK 24 +#define CONTENT_CLAY 25 /* Content feature list |