fix: generated item does not inherit block tags

This commit is contained in:
MihailRis 2025-09-10 00:58:32 +03:00
parent 1a0373a3c5
commit 422d143e7f

View File

@ -288,6 +288,7 @@ void ContentLoader::loadContent(const dv::value& root) {
item.iconType = ItemIconType::BLOCK;
item.icon = def.name;
item.placingBlock = def.name;
item.tags = def.tags;
for (uint j = 0; j < 4; j++) {
item.emission[j] = def.emission[j];