add block/item tags

This commit is contained in:
MihailRis
2025-08-30 23:26:07 +03:00
parent d59a901ae0
commit 8bdf31d7bb
9 changed files with 53 additions and 1 deletions
+4
View File
@@ -261,6 +261,8 @@ public:
std::unique_ptr<Variants> variants;
std::vector<std::string> tags;
/// @brief Runtime indices (content indexing results)
struct {
/// @brief block runtime integer id
@@ -285,6 +287,8 @@ public:
itemid_t pickingItem = 0;
blockid_t surfaceReplacement = 0;
std::vector<int> tags;
} rt {};
Block(const std::string& name);