Combined display of all available logs of WIKI - Idle Pixel. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:00, 16 April 2024 Dounford talk contribs created page Module:Crafting (Created page with "u = require("Module:Util") db = require("Module:Crafting_DB") local p = {} function p.furnace() recipes = {} for _, e in ipairs(db) do for _, f in ipairs(e[5]) do if e[6] == 1 then table.insert(recipes, {e[1],e[2],e[3],e[4],e[7],f[1],f[2]}) end end end result = [[ {| class="wikitable" ! colspan="2" style="width: 30%" |Item !Level Required ! style="width: 20%" |Materials ! style="width: 25%" |Description !XP ]] for _...")