forked from MTSR/moreblocks
improper checking excluded node
This commit is contained in:
parent
8e08e4be26
commit
b99d3a61bc
@ -939,7 +939,7 @@ local nodes = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for name, def in pairs(nodes) do
|
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
|
--homedecor errors, aliasing error suppress
|
||||||
def.is_ground_content = def.is_ground_content == true
|
def.is_ground_content = def.is_ground_content == true
|
||||||
def.tiles = def.tiles or {"moreblocks_" ..name.. ".png"}
|
def.tiles = def.tiles or {"moreblocks_" ..name.. ".png"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user