Module:Inventory slot/Aliases: Difference between revisions
bottle o enchanting, enchanted book, and end crystal are all animated (glint) |
de-animating them until animations can be made. |
||
| Line 88: | Line 88: | ||
-- Tooltip colors -- | -- Tooltip colors -- | ||
local yellowTooltips = { | local yellowTooltips = { | ||
'Bottle o\' Enchanting', | |||
'Creeper Head', | 'Creeper Head', | ||
'Damaged Elytra', | 'Damaged Elytra', | ||
| Line 93: | Line 94: | ||
'Dragon\'s Breath', | 'Dragon\'s Breath', | ||
'Elytra', | 'Elytra', | ||
'Enchanted Book', | |||
'Head', | 'Head', | ||
'Heart of the Sea', | 'Heart of the Sea', | ||
| Line 108: | Line 110: | ||
'Beacon', | 'Beacon', | ||
'Conduit', | 'Conduit', | ||
'End Crystal', | |||
'Golden Apple', | 'Golden Apple', | ||
} | } | ||
| Line 146: | Line 149: | ||
-- Some things are both animated and yellow -- | -- Some things are both animated and yellow -- | ||
local animatedIconsYellowTooltips = { | local animatedIconsYellowTooltips = { | ||
'Nether Star', | 'Nether Star', | ||
} | } | ||
| Line 156: | Line 157: | ||
-- Some things are both animated and aqua -- | -- Some things are both animated and aqua -- | ||
local animatedIconsAquaTooltips = { | local animatedIconsAquaTooltips = { | ||
} | } | ||
for _, name in ipairs( animatedIconsAquaTooltips ) do | for _, name in ipairs( animatedIconsAquaTooltips ) do | ||