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).
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:Documentation (content was: "local p = {} -- Load modules (language wikis exclusive) -- ... -- Customizable strings local i18n = { -- default settings, change when necessary defaultDocPage = 'doc', -- documentation page suffix defaultSandboxPage = 'sandbox', -- sandbox page suffix defaultTestCasePage = 'testcases', -- testcases page suffix defaultPreload = 'Template:Documentation/preload', -- page that stores qualified documentation page contents defaultStyles = 'Module:Documentation/styles.css', -...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Template:Documentation header (content was: "<includeonly>{{#invoke: documentation | docPage }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --></noinclude>")
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:Inventory slot (content was: "local p = {} -- Internationalization data local i18n = { -- Name formats for pages and files filename = 'Invicon $1', legacyFilename = 'Grid $1', modLink = 'Mods/$1/$2', -- Dependencies moduleAliases = Module:Inventory slot/Aliases, moduleRandom = Module:Random, -- List of special prefixes which should be handled by -- other modules (such as being moved outside links) -- When localizing, you might want to use a separate list of patterns -- matching the p...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:Recipe table (content was: "local m = {} -- Internationalization local i18n = { -- Dependencies moduleSlot = Module:Inventory slot, moduleUi = Module:UI, -- Table headings headingDescription = 'Description', headingIngredients = 'Ingredients', headingName = 'Name', headingRecipe = '$1 recipe', -- may require an inflected form instead headingRecipeFallback = 'Recipe', -- if one table has multiple recipe types -- Ingredient separator separator = ' +', setSeparator = ' ...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:Inventory slot/Aliases (content was: "local aliases = { -- Common fuel types for furnace -- ['Any fuel'] = { 'Coal', 'Charcoal', { title = 'Log', name = 'Oak Log' }, { title = 'Overworld Planks', name = 'Oak Planks' }, 'Lava Bucket', 'Block of Coal' }, -- All armor -- ['Any leather armor'] = { 'Leather Cap', 'Leather Tunic', 'Leather Pants', 'Leather Boots' }, ['Any copper armor'] = { 'Copper Helmet', 'Copper Chestplate', 'Copper Leggings', 'Copper Boots' }, ['Any golden armor'] = { 'Golden Helmet', 'Golden...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:Random (content was: "local p = {} local seeded local randomseed = math.randomseed local random = math.random function p.random( m, n ) if not seeded then p.seed() end return random( n and m or m and 1 or 0, n or m or 1 ) end function p.seed( seed ) randomseed( seed or ( os.time() + os.clock() * 1000000000 ) ) -- First few values of seed is not guaranteed to be random on some platforms random() random() seeded = true end function p.main( frame ) local m = tonumber( frame.args[1]...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Template:Smelting/doc (content was: "{{documentation header}} {{distinguish|Template:Fuel}} {{lua}} Using this template, you can create tables like those commonly used in the "Smelting" and "Smelting ingredient" sections of articles about blocks and items. By default, the table generates with 3 columns: Name, Ingredients, and the main column containing the recipe. You can set the parameter <code><nowiki>{{{showname=1}}}</nowiki></code> or <code><nowiki>{{{showname=0}}}</nowiki></code> in the first template of the...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Template:Sandbox other (content was: "{{#if:{{#pos:{{PAGENAME}}|/sandbox}}|{{{1|}}}|{{{2|}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 23:25, 10 April 2026 Ace talk contribs deleted page Template:Lua (content was: "{{message box | image = Lua logo.svg | text = This {{#ifeq:{{NAMESPACENUMBER}}|828|module depends on|template uses}} '''<includeonly>[[</includeonly>Module:{{ucfirst: {{PAGENAME:{{{1|{{#ifeq:{{SUBPAGENAME}}|doc|{{BASEPAGENAME}}|{{PAGENAME}}}}}}}}} }}<includeonly>]]</includeonly>''', {{ #if: {{{data|}}} | with data stored in [[Module:{{ ucfirst: {{PAGENAME:{{{data}}}}} }}]]{{ #if: {{{data2|}}} | and [[Module:{{ ucfirst: {{PAGENAME:{{{data2}}}}} }}]] }} | a script written i...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:UI (content was: "local slot = require( Module:Inventory slot ).slot local p = {} local function addSlot( args, item, prefix, class, default ) local none, nostacksize prefix = prefix or '' if #prefix == 0 then none = 'none' nostacksize = ((item == '' or nil) and '') or (args and args[item] and args[item]:gsub( '[,%d]', '' ) or '') end return slot{ nostacksize or args[item], mod = args.Mod, link = none or args[prefix .. 'link'], title = none or args[prefix .. 'title'], class = c...")
- 23:25, 10 April 2026 Ace talk contribs deleted page Module:TSLoader (content was: "local p = {} function p.call( name ) if not name then return nil end return mw.getCurrentFrame():extensionTag{ name = "templatestyles", args = { src = name } } end function p.main( f ) local args = f local frame = mw.getCurrentFrame() if f == frame then args = require( 'Module:ProcessArgs' ).merge( true ) end return p.call( args[ 1 ] ) end return p")
- 23:24, 10 April 2026 Ace talk contribs deleted page Template:Recipe table see also (content was: "'''''Minecraft''''' *{{tl|Crafting}} *{{tl|Smelting}} *{{tl|Brewing}} *{{tl|Stonecutting}} *{{tl|Looming}} *{{tl|Grinding}} *{{tl|Smithing}} *{{tl|Cartography}} '''''Minecraft: Story Mode''''' *{{tl|Story Mode recipe book}} **{{tl|Story Mode recipe}} *{{tl|Story Mode Repairing}} '''''Minecraft Earth''''' *{{tl|Fuel}} '''''A Minecraft Movie''''' *{{tl|Crafting (Buck-Chuckets)}} '''''Minecraft: The Manga''''' *{{tl|Imagination Crafting}} <noinclude> {{documentation}} <!-- Put cat...")
- 23:24, 10 April 2026 Ace talk contribs deleted page Module:Documentation/styles.css (content was: ".documentation { background-color: hsl(215, 75%, 92%); border: 1px solid #ccc; padding: 0.8em 1em 0.7em; margin: 1em 0; clear: both; } body.wgl-theme-dark .documentation { background-color: hsl(215, 25%, 8%); border-color: #121212; } .documentation-header-top, .documentation-header-bottom { padding: 0.8em 1em 0.7em; background-color: hsl(215, 75%, 85%); } body.wgl-theme-dark .documentation-header-top, body.wgl-theme-dark .documentation-header-bottom { background-colo...")
- 23:13, 10 April 2026 Ace talk contribs imported Module:TSLoader by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Recipe table see also by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Documentation/styles.css by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Smelting/doc by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Sandbox other by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Lua by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:UI by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Inventory slot/Aliases by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Random by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Inventory slot by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Recipe table by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Smelting by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:Documentation by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Documentation header by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Documentation by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Hatnote by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Distinguish by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Template link by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Tl by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Yesno by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Module:ProcessArgs by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Message box by file upload (1 revision)
- 23:13, 10 April 2026 Ace talk contribs imported Template:Smelting by file upload (1 revision)
- 23:07, 10 April 2026 Ace talk contribs uploaded a new version of File:Entropic stabilizer gui.png
- 23:01, 10 April 2026 Ace talk contribs created page Template:Stabilizing (Created page with "thumb")
- 22:59, 10 April 2026 Ace talk contribs created page File:Entropic stabilizer gui.png
- 22:59, 10 April 2026 Ace talk contribs uploaded File:Entropic stabilizer gui.png
- 22:40, 10 April 2026 Ace talk contribs created page Stable Entropy (Created page with "{{Items}}") Tag: Visual edit
- 22:38, 10 April 2026 Ace talk contribs created page File:Stable entropy.png
- 22:38, 10 April 2026 Ace talk contribs uploaded File:Stable entropy.png
- 22:34, 10 April 2026 Ace talk contribs created page File:Raw entropy2.png
- 22:34, 10 April 2026 Ace talk contribs uploaded File:Raw entropy2.png
- 22:33, 10 April 2026 Ace talk contribs deleted page File:Raw entropy.png (content was: "Raw entropy item", and the only contributor was "Ace" (talk))
- 22:07, 10 April 2026 Ace talk contribs created page File:Raw entropy.png
- 22:07, 10 April 2026 Ace talk contribs uploaded File:Raw entropy.png
- 21:57, 10 April 2026 Ace talk contribs created page Ace's BS (Created page with "Latest Version: == Getting Started == Getting Started (Ace's BS) == Items == == Blocks == == Mobs ==") Tag: Visual edit
- 21:20, 10 April 2026 MediaWiki default talk contribs created page Main Page