Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Ace's Mods. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:25, 10 April 2026 Ace talk contribs deleted page Module:Smelting (content was: "local p = {} local i18n = { defaultFuel = 'Any fuel', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Smelting', } p.i18n = i18n local recipeTable = require( i18n.moduleRecipe ).table function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( i18n.moduleArgs ).merge( true ) else f = mw.getCurrentFrame() end args.Input = args[1] args.Output = args[2] args.Experience = args[3] args.Fuel = args.f...")