Module:Inventory slot/Aliases: Difference between revisions

Command blocks are both animated and purple (previously the animation overwrote the color)
m Aha, found my typo
Line 135: Line 135:
'Repeating Command Block',
'Repeating Command Block',
}
}
for _, name in ipairs( animatedIcons ) do
for _, name in ipairs( commandBlocks ) do
aliases[name] = { title = '&d', name = name .. '.gif' }
aliases[name] = { title = '&d', name = name .. '.gif' }
end
end