mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-17 14:55:13 -05:00
Fix apple inventory texture
This commit is contained in:
parent
3a06fb8831
commit
ed870a7237
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user