mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 10:23:47 +01:00
Fix apple inventory texture
This commit is contained in:
@ -72,8 +72,8 @@ std::string item_craft_get_image_name(const std::string &subname)
|
|||||||
else if(subname == "firefly")
|
else if(subname == "firefly")
|
||||||
return "firefly.png";
|
return "firefly.png";
|
||||||
else if(subname == "apple")
|
else if(subname == "apple")
|
||||||
return "apple.png";
|
return "apple.png^[forcesingle";
|
||||||
else if(subname == "apple_iron")
|
else if(subname == "apple_iron")
|
||||||
return "apple_iron.png";
|
return "apple_iron.png";
|
||||||
else
|
else
|
||||||
return "cloud.png"; // just something
|
return "cloud.png"; // just something
|
||||||
|
Reference in New Issue
Block a user