fix: generated item does not inherit block tags
This commit is contained in:
parent
1a0373a3c5
commit
422d143e7f
@ -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];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user