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
+1
View File
@@ -89,6 +89,7 @@ template<> void ContentUnitLoader<Block>::loadUnit(
) {
auto root = io::read_json(file);
process_properties(def, name, root);
process_tags(def, root);
if (root.has("parent")) {
const auto& parentName = root["parent"].asString();