From: Perttu Ahola Date: Tue, 18 Oct 2011 23:36:46 +0000 (+0300) Subject: Fix apple inventory texture X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=ed870a7237ceb60e380184b674088d7f1b9c4fb8;p=zefram%2Fminetest%2Fminetest_engine.git Fix apple inventory texture --- diff --git a/src/content_inventory.cpp b/src/content_inventory.cpp index 59997ee4..413ae850 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