Workbench: fix minor registration issue with tiles field
This commit is contained in:
parent
fa15d1b7f5
commit
cd75beed21
@ -15,7 +15,7 @@ for node, def in pairs(minetest.registered_nodes) do
|
||||
not def.allow_metadata_inventory_take and
|
||||
not (def.groups.not_in_creative_inventory == 1) and
|
||||
not def.groups.wool and
|
||||
not def.tiles[1]:find("default_mineral") and
|
||||
(def.tiles and not def.tiles[1]:find("default_mineral")) and
|
||||
not def.mesecons and
|
||||
def.description and
|
||||
def.description ~= "" and
|
||||
|
Loading…
Reference in New Issue
Block a user