User contributions
- 15:17, 17 November 2018 diff hist +45 MediaWiki:Hydradark.css
- 15:14, 17 November 2018 diff hist -87 MediaWiki:Hydradark.css
- 15:07, 17 November 2018 diff hist +42 MediaWiki:Hydradark.css
- 12:47, 4 December 2017 diff hist +31 MediaWiki:Hydradark.css
- 12:44, 4 December 2017 diff hist +185 User talk:Game widow
- 10:29, 23 March 2016 diff hist +126 MediaWiki:Hydradark.css
- 10:27, 23 March 2016 diff hist -3,380 MediaWiki:Common.css
- 10:27, 23 March 2016 diff hist +3,262 MediaWiki:Hydradark.css
- 10:22, 23 March 2016 diff hist -56 MediaWiki:Hydradark.css
- 10:20, 23 March 2016 diff hist -22 MediaWiki:Hydradark.css
- 10:19, 23 March 2016 diff hist +136 MediaWiki:Hydradark.css
- 10:03, 23 March 2016 diff hist -12 MediaWiki:Hydradark.css
- 16:28, 10 March 2016 diff hist -2,011 MediaWiki:Hydradark.css
- 11:43, 6 February 2016 diff hist +56 MediaWiki:Hydradark.css
- 11:25, 6 February 2016 diff hist +11 MediaWiki:Hydradark.css
- 11:24, 6 February 2016 diff hist -4 MediaWiki:Hydradark.css
- 11:22, 6 February 2016 diff hist +118 MediaWiki:Hydradark.css
- 11:20, 6 February 2016 diff hist 0 MediaWiki:Hydradark.css
- 11:19, 6 February 2016 diff hist -33 MediaWiki:Hydradark.css
- 11:14, 6 February 2016 diff hist +1,342 MediaWiki:Hydradark.css
- 19:33, 19 January 2016 diff hist +124 User talk:MCE626
- 19:33, 19 January 2016 diff hist +40 User talk:MCE626
- 16:28, 19 January 2016 diff hist -8 Eccentric Biomes Wiki
- 16:27, 19 January 2016 diff hist +19 N Category:Grid images Created page with "Category:Images" current
- 16:22, 19 January 2016 diff hist -107 Template:Blocks/content current
- 16:21, 19 January 2016 diff hist -322 Template:Blocks/doc current
- 16:20, 19 January 2016 diff hist -319 Template:ItemSprite/doc current
- 16:19, 19 January 2016 diff hist -1 Items Redirected page to Eccentric Biomes Wiki#gameplay current
- 16:19, 19 January 2016 diff hist -1 Home Redirected page to Eccentric Biomes Wiki current
- 16:19, 19 January 2016 diff hist -1 Environment Redirected page to Eccentric Biomes Wiki#gameplay current
- 16:18, 19 January 2016 diff hist -1 Blocks Redirected page to Eccentric Biomes Wiki#gameplay current
- 16:18, 19 January 2016 diff hist +22 N Category:Image templates Created page with "Category:Templates" current
- 16:16, 19 January 2016 diff hist +86 N Module:Grid/Mods/Minecraft/Settings Created page with "return { name = 'Minecraft Grid', size = 32, sheetsize = 1024, stylesheet = true }" current
- 16:15, 19 January 2016 diff hist +6,811 N Module:Documentation Created page with "local p = {} local getType = function( namespace, page ) local pageType = 'template' if namespace == 'Module' then pageType = 'module' elseif page.fullText:gsub( '/doc$'..." current
- 16:14, 19 January 2016 diff hist +626 N Module:Inventory icon Created page with "local sprite = require( Module:Sprite ).sprite local ids = mw.loadData( Module:InvSprite/IDs ).ids local p = {} p.icon = function( f ) local args = f if f == mw.get..." current
- 16:13, 19 January 2016 diff hist +3,671 N Module:Infobox Created page with "local p = {} function p.infobox( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) local titleObject = mw.title.getCurrentTitle() local title = args.title or t..." current
- 16:13, 19 January 2016 diff hist +40,999 N Module:Grid/Mods/Minecraft/IDs Created page with "return { ['Andesite'] = 2, ['Bedrock'] = 3, ['Chiseled Stone Bricks'] = 4, ['Clay (block)'] = 5, ['Coarse Dirt'] = 6, ['Cobweb'] = 7, ['Cracked Stone Bricks'] = 8, ['D..." current
- 16:13, 19 January 2016 diff hist +7,386 N Module:Crafting Created page with "local p = {} function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge() else f = mw.getCurrentFrame() end l..." current
- 16:12, 19 January 2016 diff hist +8,658 N Module:ItemSprite/IDs Created page with "return { -- Armor -- ['leather-cap'] = 225, ['leather-helmet'] = 225, ['leather-tunic'] = 226, ['leather-chestplate'] = 226, ['leather-pants'] = 227, ['leather-leggings..."
- 16:12, 19 January 2016 diff hist +80,528 N Module:InvSprite/IDs Created page with "return { sections = { { 'Armor', id = 1 }, { 'Banner', id = 2 }, { 'Brewing ingredient', id = 3 }, { 'Bucket', id = 4 }, { 'Decoration', id = 5 }, { 'Dye', id = 6..." current
- 16:11, 19 January 2016 diff hist +10,704 N Module:Grid Created page with "local defaultMod = 'IDTMod' local p = {} -- Individual cell function p.cell( f ) local args = f.args or f if f == mw.getCurrentFrame() and args[1] == nil then args = f:ge..." current
- 16:11, 19 January 2016 diff hist +4,852 N Module:Smelting Created page with "local p = {} function p.table( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args else f = mw.getCurrentFrame() end local grid = require(..." current
- 16:11, 19 January 2016 diff hist +82 N Module:ItemSprite Created page with "return { name = 'Item', ids = 'ItemSprite/IDs', pos = 256, stylesheet = true }"
- 16:10, 19 January 2016 diff hist +221 MediaWiki:Hydradark.css
- 16:09, 19 January 2016 diff hist +99 N Module:InvSprite Created page with "return { name = 'Inv', ids = 'InvSprite/IDs', size = 32, sheetsize = 1024, stylesheet = true }" current
- 16:06, 19 January 2016 diff hist +809 N Module:ProcessArgs Created page with "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( or..."
- 16:05, 19 January 2016 diff hist -38 Template:Hp/doc current
- 16:03, 19 January 2016 diff hist +1,381 N Module:Iconbar Created page with "local p = {} function p.bar( f ) local args = require( 'Module:ProcessArgs' ).merge() local full = args.full local half = args.half or 'Half ' .. full local empty = args.e..." current
- 15:58, 19 January 2016 diff hist +20,108 N Module:BlockSprite/IDs Created page with "return { -- Natural -- ['air'] = 40, ['barrier'] = 40, ['andesite'] = 465, ['bedrock'] = 26, ['coarse-dirt'] = 480, ['cobblestone'] = 25, ['diorite'] = 463, ['moss-s..."
- 15:58, 19 January 2016 diff hist +102 N Module:BlockSprite Created page with "return { name = 'Block', ids = 'BlockSprite/IDs', sheetsize = 384, pos = 384, stylesheet = true }"