Module:Sandbox/User:Alsang: Difference between revisions

no edit summary
(starting to work)
No edit summary
Line 61:
json.Value = product.Value
-- Filter out when this item isn't actually used (Will happen on pages with multiple recipes)
-- if Array.any(json.materials, function(mat)
-- return mat.name == item
-- end) then
table.insert(parsed, json)
-- end
end
table.sort(parsed, recipe_sort)
11,304

edits