Module:Inventory slot/Aliases: Difference between revisions
m fixed Nether Brick (item) link (removed from aliases) |
hopefully I didn't broke everything, make sure to remove not just the old names, put fix the colors as well when JE changed |
||
| Line 2: | Line 2: | ||
'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Dandelion Yellow', 'Lime Dye', | 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Dandelion Yellow', 'Lime Dye', | ||
'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', | 'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye', | ||
'Lapis Lazuli', 'Cocoa Beans', 'Cactus Green', 'Rose Red', 'Ink Sac', | 'Lapis Lazuli', 'Blue Dye', 'Cocoa Beans', 'Brown Dye', 'Cactus Green', | ||
'Rose Red', 'Ink Sac', 'Black Dye', | |||
} | } | ||
local aliases = { | local aliases = { | ||
| Line 37: | Line 38: | ||
['Matching Chloride'] = { 'Cerium Chloride', 'Mercuric Chloride', 'Potassium Chloride', 'Tungsten Chloride' }, | ['Matching Chloride'] = { 'Cerium Chloride', 'Mercuric Chloride', 'Potassium Chloride', 'Tungsten Chloride' }, | ||
['Matching Colored Torch'] = { 'Blue Torch', 'Red Torch', 'Purple Torch', 'Green Torch' }, | ['Matching Colored Torch'] = { 'Blue Torch', 'Red Torch', 'Purple Torch', 'Green Torch' }, | ||
['Applicable Dye'] = { ' | ['Applicable Dye'] = { 'White Dye', 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Dandelion Yellow', 'Lime Dye', | ||
'Pink Dye', 'Gray Dye', 'Cyan Dye', 'Purple Dye', ' | 'Pink Dye', 'Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Cactus Green', 'Rose Red' }, | ||
['Matching Glow Stick'] = { 'White Glow Stick', 'Orange Glow Stick', 'Magenta Glow Stick', 'Light Blue Glow Stick', | ['Matching Glow Stick'] = { 'White Glow Stick', 'Orange Glow Stick', 'Magenta Glow Stick', 'Light Blue Glow Stick', | ||
'Yellow Glow Stick', 'Lime Glow Stick', 'Pink Glow Stick', 'Gray Glow Stick', 'Cyan Glow Stick', | 'Yellow Glow Stick', 'Lime Glow Stick', 'Pink Glow Stick', 'Gray Glow Stick', 'Cyan Glow Stick', | ||
| Line 230: | Line 231: | ||
['Stone'] = { 'Stone', 'Andesite', 'Granite', 'Diorite', 'Polished Andesite', 'Polished Granite', 'Polished Diorite' }, | ['Stone'] = { 'Stone', 'Andesite', 'Granite', 'Diorite', 'Polished Andesite', 'Polished Granite', 'Polished Diorite' }, | ||
} | } | ||
table.insert( itemVariants['Dye'], 1, 'White Dye' ) | |||
table.insert( itemVariants['Dye'], 1, 'Bone Meal' ) | table.insert( itemVariants['Dye'], 1, 'Bone Meal' ) | ||
for aliasName, aliasItems in pairs( itemVariants ) do | for aliasName, aliasItems in pairs( itemVariants ) do | ||
| Line 345: | Line 347: | ||
} | } | ||
local colors = { | local colors = { | ||
'White', | |||
'White', | 'White', | ||
'Orange', | 'Orange', | ||
| Line 357: | Line 360: | ||
'Purple', | 'Purple', | ||
'Blue', | 'Blue', | ||
'Blue', | |||
'Brown', | |||
'Brown', | 'Brown', | ||
'Green', | 'Green', | ||
'Red', | 'Red', | ||
'Black', | |||
'Black' | 'Black' | ||
} | } | ||