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
commit8835433b5ef23c22b3b84045af6f97dc52883ef1 (patch)
tree4e3bbf7350e13a4f0cc59cc70a8bc86797476f11 /src/inventory.cpp
parent176ac0b0bfefaecdfce7956ea351dc23ebabde99 (diff)
downloadminetest-8835433b5ef23c22b3b84045af6f97dc52883ef1.tar.gz
minetest-8835433b5ef23c22b3b84045af6f97dc52883ef1.tar.bz2
minetest-8835433b5ef23c22b3b84045af6f97dc52883ef1.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")