add block/item tags
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user