Anonymous
×
Create a new article
Write your page title here:
We currently have 496 articles on WIKI - Idle Pixel. Type your article name above or click on one of the titles below and start writing!



WIKI - Idle Pixel

All public logs

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).

Logs
  • 04:47, 16 April 2024 Dounford talk contribs created page Module:Items (Created page with "cdb = require("Module:Crafting_DB") edb = require("Module:Enemy_DB") cbdb = require("Module:CooksBook_DB") pdb = require("Module:Potions_DB") u = require("Module:Util") local p = {} function p.used_in_table(name) recipes = {} for _, e in ipairs(cdb) do for _, f in ipairs(e[6]) do if f[1] == name then table.insert(recipes, {e[1], e[2], e[4], f[2]}) end end end result = [[ {| class="wikitable sorta...")