From 175613692fc5b225e408a96804b9c97ed02a0aee Mon Sep 17 00:00:00 2001 From: MihailRis Date: Fri, 12 Jan 2024 16:55:48 +0300 Subject: [PATCH] default item texture fix --- src/items/ItemDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/items/ItemDef.h b/src/items/ItemDef.h index 37b3d1f3..5bfe4d9b 100644 --- a/src/items/ItemDef.h +++ b/src/items/ItemDef.h @@ -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";