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 | 8835433b5ef23c22b3b84045af6f97dc52883ef1 (patch) | |
tree | 4e3bbf7350e13a4f0cc59cc70a8bc86797476f11 /src/mapnode.h | |
parent | 176ac0b0bfefaecdfce7956ea351dc23ebabde99 (diff) | |
download | minetest-8835433b5ef23c22b3b84045af6f97dc52883ef1.tar.gz minetest-8835433b5ef23c22b3b84045af6f97dc52883ef1.tar.bz2 minetest-8835433b5ef23c22b3b84045af6f97dc52883ef1.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 |