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/inventory.cpp | |
parent | 17e17ceb599588295d9f8eb7edf46fb39972d78c (diff) | |
download | minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.tar.gz minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.tar.bz2 minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.zip |
+ paper, book, bookshelf
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 3f83c7419..cb398a537 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -156,6 +156,10 @@ video::ITexture * CraftItem::getImage() if(m_subname == "Stick") name = "stick.png"; + else if(m_subname == "paper") + name = "paper.png"; + else if(m_subname == "book") + name = "book.png"; else if(m_subname == "lump_of_coal") name = "lump_of_coal.png"; else if(m_subname == "lump_of_iron") |