Module:Crafting: Difference between revisions

Jump to navigation Jump to search
No edit summary
(the issue is in another caste)
Line 42: Line 42:
end
end
local d = require([[Module:InventorySlot]]).Decode(args[1])
local d = require([[Module:InventorySlot]]).Decode(args[1])
error(d)
return d:SetSize(16)
return d
:SetSize(16)
:GenerateHTML()
:GenerateHTML()
:addClass( "catalyst" )
:addClass( "catalyst" )