Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
(add "standard" option for SingleItem) |
(Added Cauldron (temp name), 1*3 gui (will be variable size)) |
||
Line 33: | Line 33: | ||
return Grid(args, 5, 1) | return Grid(args, 5, 1) | ||
end | |||
-- Make a 1*3 crafting grid | |||
function p.Cauldron( f ) | |||
local args = f.args | |||
if #args == 0 then | |||
args = f:getParent().args | |||
end | |||
return Grid(args, 3, 1) | |||
end | end | ||
edits