diff options
author | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-03 13:12:56 +0200 |
---|---|---|
committer | Nils Dagsson Moskopp <nils@dieweltistgarnichtso.net> | 2011-06-03 13:12:56 +0200 |
commit | 1bd25925cb8b4f96f5d5deec348db1214f3da525 (patch) | |
tree | e7717ed216ec808f36a2ea3fb29fc3eaf8d65a77 /src/mapnode.h | |
parent | 17e17ceb599588295d9f8eb7edf46fb39972d78c (diff) | |
download | minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.tar.gz minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.tar.bz2 minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.zip |
+ paper, book, bookshelf
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 52d0199c4..57335b741 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -106,6 +106,7 @@ void init_content_inventory_texture_paths(); #define CONTENT_BRICK 24 #define CONTENT_CLAY 25 #define CONTENT_PAPYRUS 26 +#define CONTENT_BOOKSHELF 27 /* Content feature list |