summaryrefslogtreecommitdiff
path: root/src/content_inventory.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-19 02:36:46 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-19 02:36:46 +0300
commited870a7237ceb60e380184b674088d7f1b9c4fb8 (patch)
treed0db993213dacafbee618d57c35aa833de43c875 /src/content_inventory.cpp
parent3a06fb88314cff3dd0c96665229b47af0f01b276 (diff)
downloadminetest-ed870a7237ceb60e380184b674088d7f1b9c4fb8.tar.gz
minetest-ed870a7237ceb60e380184b674088d7f1b9c4fb8.tar.bz2
minetest-ed870a7237ceb60e380184b674088d7f1b9c4fb8.zip
Fix apple inventory texture
Diffstat (limited to 'src/content_inventory.cpp')
-rw-r--r--src/content_inventory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content_inventory.cpp b/src/content_inventory.cpp
index 59997ee4b..413ae8505 100644
--- a/src/content_inventory.cpp
+++ b/src/content_inventory.cpp
@@ -72,8 +72,8 @@ std::string item_craft_get_image_name(const std::string &subname)
else if(subname == "firefly")
return "firefly.png";
else if(subname == "apple")
- return "apple.png";
- else if(subname == "apple_iron")
+ return "apple.png^[forcesingle";
+ else if(subname == "apple_iron")
return "apple_iron.png";
else
return "cloud.png"; // just something