Module:Crafting: Difference between revisions

From Vintage Story Wiki
m
no edit summary
mNo edit summary
mNo edit summary
Line 7: Line 7:
local inputItems = {}
local inputItems = {}
for cell in pairs(cells) do
for arg in pairs(cells) do
if cell ~= '' then
if args._G[arg] ~= nil then
table.insert(inputItems, cell)
table.insert(inputItems, arg)
end
end
end
end
Confirmedusers, Interface administrators
1,131

edits