diff --git a/src/nodedef.cpp b/src/nodedef.cpp index 8506d95aa..f8420c22c 100644 --- a/src/nodedef.cpp +++ b/src/nodedef.cpp @@ -281,7 +281,7 @@ void ContentFeatures::setSpecialMaterial(u16 i, const MaterialSpec &mspec) void ContentFeatures::setInventoryTexture(std::string imgname) { - tname_inventory = imgname + "^[forcesingle"; + tname_inventory = imgname; } void ContentFeatures::setInventoryTextureCube(std::string top,