Module:Crafting: Difference between revisions

No edit summary
I give up trying to make gifs work here for right now, I'll try again later once I understand Lua better
Tag: Manual revert
 
(4 intermediate revisions by the same user not shown)
Line 160: Line 160:
local output_names, original_output_names = makeNameList(outputSets)
local output_names, original_output_names = makeNameList(outputSets)
local ingredient_names, original_ingredient_names = makeNameList(ingredientSets):gsub('%.gif$', '')
local ingredient_names, original_ingredient_names = makeNameList(ingredientSets)
local group_names = {}
local group_names = {}
if args.group then
if args.group then