Module:Crafting: Difference between revisions

Jump to navigation Jump to search
(debugging is annoying)
No edit summary
Line 42: Line 42:
end
end
local d = require([[Module:InventorySlot]]).Decode(args[1])
local d = require([[Module:InventorySlot]]).Decode(args[1])
if not(d) then error(d) end
error(d)
return d
return d
:SetSize(16)
:SetSize(16)