(Jump to code)Module Documentation[view] [edit] [latest diff] [hist] [purge]
Page Tools: Create Sandbox View subpages View links
Module Links: Create talk Latest Diff Page Logs
Submodules
- Module:Inventory slot/Datasheet
- Module:Inventory slot/Utils
- Module:Inventory slot/Templates
- Module:Inventory slot/Tooltips
Caching
This Module Requires Cache Refresh After Changes
Module Page Name(s): Module:Inventory slot/Datasheet
Prerequisite: Option RefreshLuaCache in your gadget settings must be enabled.
Instruction: If prerequisite is met, button(s) for refreshing cache entries will load below.
Module Code
return {
-- Item names that are copied from wikitools in the MC-item mode that needs remapping
-- These are paired with enchanted versions if it exists on wiki
['Spawn'] = 'Spawn Egg',
['Sugar Canes'] = 'Sugar Cane',
['Enchanted Sugar Canes'] = 'Enchanted Sugar Cane',
['Snow'] = 'Snow Block',
['Enchanted Snow'] = 'Enchanted Snow Block',
-- Others
['Redstone Dust'] = 'Redstone',
['Jack o\'Lantern'] = 'Jack o\' Lantern',
['Enchanted Iron Ingot'] = 'Enchanted Iron',
['Enchanted Gold Ingot'] = 'Enchanted Gold',
['Necron\'s Blade (Unrefined)'] = 'Necron\'s Blade',
['Perfect Helmet'] = 'Perfect Helmet - Tier I',
['Perfect Chestplate'] = 'Perfect Chestplate - Tier I',
['Perfect Leggings'] = 'Perfect Leggings - Tier I',
['Perfect Boots'] = 'Perfect Boots - Tier I',
['Nether Brick Stairs'] = 'Nether Bricks Stairs',
['Ink Sack'] = 'Ink Sac',
['Mushroom Soup'] = 'Mushroom Stew',
['Bitter Ice Tea'] = 'Bitter Iced Tea',
['Seed'] = 'Seeds',
['Tesselated Ender Pearl'] = 'Tessellated Ender Pearl',
['Enchanted Ink Sack'] = 'Enchanted Ink Sac',
['Music Disc 11'] = 'Music Disc - 11',
['Music Disc 13'] = 'Music Disc - 13',
['Music Disc Blocks'] = 'Music Disc - Blocks',
['Music Disc Cat'] = 'Music Disc - Cat',
['Music Disc Chirp'] = 'Music Disc - Chirp',
['Music Disc Far'] = 'Music Disc - Far',
['Music Disc Mall'] = 'Music Disc - Mall',
['Music Disc Mellohi'] = 'Music Disc - Mellohi',
['Music Disc Stal'] = 'Music Disc - Stal',
['Music Disc Strad'] = 'Music Disc - Strad',
['Music Disc Wait'] = 'Music Disc - Wait',
['Music Disc Ward'] = 'Music Disc - Ward',
['Dctr\'s Space Helmet'] = 'Space Helmet',
['Coco Chopper'] = 'Cocoa Chopper',
['Melon (block)'] = 'Melon Block',
['Dungeon Journal (Admin-only item)'] = 'Dungeon Journal',
['Abiphone (Bingo)'] = 'AⒷiphone',
}