default item texture fix

This commit is contained in:
MihailRis 2024-01-12 16:55:48 +03:00
parent 444a2061c5
commit 175613692f

View File

@ -26,7 +26,7 @@ public:
uint8_t emission[4] {0, 0, 0, 0};
item_icon_type iconType = item_icon_type::sprite;
std::string icon = "block:notfound";
std::string icon = "blocks:notfound";
std::string placingBlock = "core:air";