From b99d3a61bc31f6be2fe846a49304e7b68b86a75f Mon Sep 17 00:00:00 2001 From: Evgeniy Date: Tue, 4 Feb 2025 06:55:24 +0300 Subject: [PATCH] improper checking excluded node --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index 88f9da4..dbc2c9a 100644 --- a/nodes.lua +++ b/nodes.lua @@ -939,7 +939,7 @@ local nodes = { } for name, def in pairs(nodes) do - if name ~= "tar" and core.get_modpath("building_blocks") then + if name ~= "tar" then --homedecor errors, aliasing error suppress def.is_ground_content = def.is_ground_content == true def.tiles = def.tiles or {"moreblocks_" ..name.. ".png"}