This commit is contained in:
MihailRis 2025-12-02 18:27:09 +03:00 committed by ShiftyX1
parent 65ee464941
commit e2e1bd6d76

View File

@ -290,8 +290,6 @@ void ContentLoader::loadContent(const dv::value& root) {
item.placingBlock = def.name;
item.tags = def.tags;
item.scriptFile = def.name + BLOCK_ITEM_SUFFIX + ".lua";
logger.info() << "scriptFile: " << item.scriptFile;
for (uint j = 0; j < 4; j++) {
item.emission[j] = def.emission[j];