30 May 2024
- 00:5800:58, 30 May 2024 diff hist +22 N LiteBans Mausterio moved page LiteBans to LiteBans current Tag: New redirect
- 00:5800:58, 30 May 2024 diff hist 0 m LiteBans Mausterio moved page LiteBans to LiteBans current
- 00:5800:58, 30 May 2024 diff hist −1 Survival →Worlds
29 May 2024
- 19:5119:51, 29 May 2024 diff hist −116 Toxic heap No edit summary current
- 19:4819:48, 29 May 2024 diff hist +56 Template:Structure No edit summary
- 19:4619:46, 29 May 2024 diff hist +1 Template:Infobox server No edit summary
- 19:4619:46, 29 May 2024 diff hist +232 Template:Structure No edit summary
- 19:4119:41, 29 May 2024 diff hist +11 Forbidden castle No edit summary current
- 19:3919:39, 29 May 2024 diff hist −69 Template:Structure No edit summary
- 19:3619:36, 29 May 2024 diff hist −4 Forbidden castle No edit summary
- 19:3619:36, 29 May 2024 diff hist 0 Template:Structure No edit summary Tag: Manual revert
- 19:3619:36, 29 May 2024 diff hist 0 Template:Structure No edit summary Tags: Manual revert Reverted
- 19:3519:35, 29 May 2024 diff hist 0 Template:Structure No edit summary Tags: Manual revert Reverted
- 19:3419:34, 29 May 2024 diff hist 0 Template:Structure No edit summary Tag: Reverted
- 19:3419:34, 29 May 2024 diff hist +9 Forbidden castle No edit summary
- 19:3319:33, 29 May 2024 diff hist +112 Forbidden castle No edit summary
- 19:3219:32, 29 May 2024 diff hist 0 Template:ItemLink No edit summary current
- 19:3219:32, 29 May 2024 diff hist 0 Template:ItemLink No edit summary
- 19:3219:32, 29 May 2024 diff hist 0 Template:ItemLink No edit summary
- 19:3219:32, 29 May 2024 diff hist 0 Template:ItemLink No edit summary
- 19:2919:29, 29 May 2024 diff hist −218 Template:Structure No edit summary
- 19:2719:27, 29 May 2024 diff hist +378 Template:Structure No edit summary
- 19:1019:10, 29 May 2024 diff hist +50 N Template:Inventory slot Redirected page to Template:Inventory slot current Tag: New redirect
- 19:1019:10, 29 May 2024 diff hist +5,617 N Template:Inventory slot/doc Created page with "{{shortcut|Slot}} {{lua|data=Inventory slot/Aliases}} The inventory slot template creates an interface element which looks and acts like an in-game inventory slot. The images used have the <code>Invicon ''<item name>''.png</code> name format, or <code>Grid ''<item name>'' (''<mod name>'').png</code> in case of mods (which are currently being phased out). GIF files are also supported for animated icons. == Usage == All inputs are optional:<br> <pre>{{Slot |[Title]Mo..." current
- 19:0919:09, 29 May 2024 diff hist +151 N Template:Inventory slot Created page with "<includeonly>{{#invoke: inventory slot | slot }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page -->" current
- 19:0919:09, 29 May 2024 diff hist +73 N Module:Inventory slot/doc Created page with "<!-- Documentation here --> This module implements {{tl|inventory slot}}." current
- 19:0819:08, 29 May 2024 diff hist +277 N Module:Crafting/doc Created page with "<!-- Documentation here --> This module implements {{tl|crafting}}. Parent arguments are automatically merged with directly passed arguments (the latter overwriting the former). == Dependencies == * Module:Inventory slot * Module:Recipe table * Module:ProcessArgs" current
- 19:0619:06, 29 May 2024 diff hist +12,536 N Module:Inventory slot Created page with "local p = {} local i18n = { filename = 'Invicon $1', legacyFilename = 'Grid $1.png', modLink = 'Mods/$1/$2', 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) prefixes = { any = 'Any', matching = 'Matching', damaged = 'Damaged', unwaxed = 'Unwaxed', }, suffixes = { be = 'BE', lce = 'LCE', }, } p.i18n = i18n..." current
- 19:0619:06, 29 May 2024 diff hist +8,569 N Module:Recipe table Created page with "local m = {} local i18n = { headingDescription = 'Description', headingIngredients = 'Ingredients', headingName = 'Name', headingRecipe = '$1 recipe', moduleSlot = Module:Inventory slot, moduleUi = Module:UI, separator = ' +', setSeparator = ' or', tableDescription = '$1 recipes', } local slot = require( i18n.moduleSlot ) local prefixes = slot.i18n.prefixes --[[Merges a list, or inserts a string or table into a table --]] local function..." current
- 19:0619:06, 29 May 2024 diff hist +879 N Module:Grinding Created page with "local p = {} local i18n = { categoryUpcoming = 'Category:Upcoming', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Grinding', } 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.Input1 = args[1] args.Input2 = args[2] args.Output = args[3]..." current
- 19:0519:05, 29 May 2024 diff hist +921 N Module:Looming Created page with "local p = {} local i18n = { categoryUpcoming = 'Category:Upcoming', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Loom', } 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.Banner = args[1] args.Dye = args[2] args.Pattern = args[3] args.S..." current
- 19:0519:05, 29 May 2024 diff hist +844 N Module:Stonecutting Created page with "local p = {} local i18n = { categoryUpcoming = 'Category:Upcoming', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Cutting', } 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] local out = recipeTable..." current
- 19:0519:05, 29 May 2024 diff hist +946 N Module:Brewing Created page with "local p = {} local i18n = { defaultBasePotion = 'Awkward Potion', moduleArgs = Module:ProcessArgs, moduleRecipe = Module:Recipe table, type = 'Brewing', } 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] if not args.base then args.base = i18n.default..." current
- 19:0419:04, 29 May 2024 diff hist +739 N Module:Smelting Created page with "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 =..." current
- 19:0319:03, 29 May 2024 diff hist +6,572 N Module:Crafting Created page with "local p = {} local i18n = { type = 'Crafting', colored = 'Colored', coloredDyes = { 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye', 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Green Dye', 'Red Dye', 'Black Dye', }, categoryIngredientUsage = 'Category:Recipe using $1', categoryRecipeType = 'Category:$1 recipe', itemBrownMushroom = 'Brown Mushroom', itemColoredDye = 'Colored Dye',..." current
- 18:3418:34, 29 May 2024 diff hist −7,967 Nullscape No edit summary current
- 18:3318:33, 29 May 2024 diff hist −2 Badlands Creeper No edit summary current
- 18:3218:32, 29 May 2024 diff hist −2 Badlands Creeper No edit summary
- 18:3218:32, 29 May 2024 diff hist +32 Badlands Creeper →Drops
- 18:2918:29, 29 May 2024 diff hist +235 Badlands Creeper No edit summary
- 18:1618:16, 29 May 2024 diff hist 0 Template:Home/ServerInfo No edit summary current
- 18:1618:16, 29 May 2024 diff hist −22 Template:Home/ServerInfo No edit summary
- 17:4117:41, 29 May 2024 diff hist +8 Mobs →Hostile Mobs
- 17:4017:40, 29 May 2024 diff hist +18 N Mobs Mausterio moved page Mobs to Mobs current Tag: New redirect
- 17:4017:40, 29 May 2024 diff hist 0 m Mobs Mausterio moved page Mobs to Mobs
- 17:3117:31, 29 May 2024 diff hist +3 Creeper →Variants: current
- 17:2917:29, 29 May 2024 diff hist −7 Template:Home/Navigation No edit summary current
- 17:2917:29, 29 May 2024 diff hist +7 Template:Home/Navigation No edit summary
- 17:2817:28, 29 May 2024 diff hist +7 MediaWiki:Sidebar No edit summary current
- 17:2617:26, 29 May 2024 diff hist +24 N WoopMC:FAQ Mausterio moved page WoopMC:FAQ to WoopMC:FAQ: revert current Tag: New redirect