Module:InventorySlot/Aliases: Difference between revisions

m
Update to 1.19.2, Mangrove Propagule, added Tridents, and future Bamboo items
m (Reverted edits by BluePsychoRanger (talk) to last revision by Epyon)
Tag: Rollback
m (Update to 1.19.2, Mangrove Propagule, added Tridents, and future Bamboo items)
Line 1: Line 1:
local aliases = {
local aliases = {
-- Display names --
     ['Broken Elytra'] = { title = '&eElytra', name = 'Broken Elytra' },
     ['Broken Elytra'] = { title = '&eElytra', name = 'Broken Elytra' },
['Clay (block)'] = { title = 'Clay', name = 'Clay (block)' },  
['Clay (block)'] = { title = 'Clay', name = 'Clay (block)' },  
Line 5: Line 6:
['Iron Block'] = { title = 'Block of Iron', name = 'Block of Iron' },  
['Iron Block'] = { title = 'Block of Iron', name = 'Block of Iron' },  
['Gold Block'] = { title = 'Block of Gold', name = 'Block of Gold' },  
['Gold Block'] = { title = 'Block of Gold', name = 'Block of Gold' },  
['Diamond Block'] = { title = 'Block of Diamond', name = 'Block of Diamond' }
['Diamond Block'] = { title = 'Block of Diamond', name = 'Block of Diamond' },
['Button'] = { title = 'Button', name = 'Stone Button'},
['Wooden Button'] = { title = 'Button', name = 'Oak Button'},
['Arrow Loaded Crossbow'] = { title = 'Crossbow', name = 'Arrow Loaded Crossbow' },
['Damaged Arrow Loaded Crossbow'] = { title = 'Crossbow', name = 'Damaged Arrow Loaded Crossbow' },
['Firework Loaded Crossbow'] = { title = 'Crossbow', name = 'Firework Loaded Crossbow' },
['Damaged Firework Loaded Crossbow'] = { title = 'Crossbow', name = 'Damaged Firework Loaded Crossbow' },
['Illager Banner'] = { title = '&6&oIllager Banner', name = 'Illager Banner', text =
'&7Cyan Lozenge/&7Light Gray Base/&7Gray Pale/&7Light Gray Bordure/&7Black Fess/&7Light Gray Per Fess'},
['Jigsaw Block'] = { title = '&dJigsaw Block', name = 'Jigsaw Block' },
['Half Filled Bundle'] = { title = 'Bundle', name = 'Half Filled Bundle' },
['Filled Bundle'] = { title = 'Bundle', name = 'Filled Bundle' },
 
-- Weapons --
['Trident'] = { name = 'Trident', text = '/&7 When in main hand:/ &21.1 Attack Speed/ &29 Attack Damage'},
 
-- Wood --
['Mangrove Sapling'] = {name = 'Mangrove Propagule'},
['Bamboo Boat'] = {name ='Bamboo Raft'},
['Bamboo Boat with Chest'] = {name = 'Bamboo Raft with Chest'}
}
}


-- Tooltip colors --
-- Tooltip colors --
Line 75: Line 94:
-- Discs --
-- Discs --
local discs = {  
local discs = {  
{ '13',     'C418',                 },
{ '13', 'C418', },
{ 'Cat',     'C418',       'cat'     },
{ 'Cat', 'C418', 'cat' },
{ 'Blocks', 'C418',       'blocks' },
{ 'Blocks', 'C418', 'blocks' },
{ 'Chirp',   'C418',       'chirp'   },
{ 'Chirp', 'C418', 'chirp' },
{ 'Far',     'C418',       'far'     },
{ 'Far', 'C418', 'far' },
{ 'Mall',   'C418',       'mall'   },
{ 'Mall', 'C418', 'mall' },
{ 'Mellohi', 'C418',       'mellohi' },
{ 'Mellohi', 'C418', 'mellohi' },
{ 'Stal',   'C418',       'stal'   },
{ 'Stal', 'C418', 'stal' },
{ 'Strad',   'C418',       'strad'   },
{ 'Strad', 'C418', 'strad' },
{ 'Ward',   'C418',       'ward'   },
{ 'Ward', 'C418', 'ward' },
{ '11',     'C418',                 },
{ '11', 'C418', },
{ 'Wait',   'C418',       'wait'   },
{ 'Wait', 'C418', 'wait' },
{ 'Pigstep', 'Lena Raine',           },
{ 'Otherside', 'Lena Raine', 'otherside' },
{ 'Pigstep', 'Lena Raine', },
{ '5', 'Samuel Åberg', },
 
}
}
for _, disc in ipairs( discs ) do
for _, disc in ipairs( discs ) do
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,637

edits