1
0
forked from MTSR/moreblocks

improper checking excluded node

This commit is contained in:
Evgeniy 2025-02-04 06:55:24 +03:00
parent 8e08e4be26
commit b99d3a61bc

View File

@ -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"}