refactor ContentBuilder and add entities support

This commit is contained in:
MihailRis
2024-06-26 03:40:14 +03:00
parent 1acced4475
commit 66a1240fbc
9 changed files with 90 additions and 75 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ enum class item_icon_type {
block, // block preview: icon is string block id
};
class ItemDef {
public:
struct ItemDef {
/// @brief Item string id (with prefix included)
std::string const name;