This commit is contained in:
MihailRis
2025-12-08 19:21:49 +03:00
committed by ShiftyX1
parent 65ee464941
commit e2e1bd6d76
-2
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];