forked from Mirrorlandia_minetest/minetest
Fix apple inventory texture
This commit is contained in:
parent
3a06fb8831
commit
ed870a7237
@ -72,7 +72,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user