summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
diff options
context:
space:
mode:
authorNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-06-03 13:12:56 +0200
committerNils Dagsson Moskopp <nils@dieweltistgarnichtso.net>2011-06-03 13:12:56 +0200
commit1bd25925cb8b4f96f5d5deec348db1214f3da525 (patch)
treee7717ed216ec808f36a2ea3fb29fc3eaf8d65a77 /src/inventory.cpp
parent17e17ceb599588295d9f8eb7edf46fb39972d78c (diff)
downloadminetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.tar.gz
minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.tar.bz2
minetest-1bd25925cb8b4f96f5d5deec348db1214f3da525.zip
+ paper, book, bookshelf
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp4
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")