mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
fixed bug in inventory textures caused from better handling of unknown blocks
This commit is contained in:
parent
3e40235ce2
commit
ccf5eae751
2 changed files with 2 additions and 1 deletions
|
@ -146,7 +146,6 @@ void init_mapnode()
|
|||
{
|
||||
ContentFeatures *f = &g_content_features[i];
|
||||
f->setAllTextures("unknown_block.png");
|
||||
f->setInventoryTextureCube("unknown_block.png", "unknown_block.png", "unknown_block.png");
|
||||
f->dug_item = std::string("MaterialItem ")+itos(i)+" 1";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue