Module:Crafting: Difference between revisions

Jump to navigation Jump to search
(Undo the attempt at making a resource pack replacement template)
m (enchantable with stack argument)
Line 167: Line 167:
if hideTooltip then
if hideTooltip then
sprite:HideTooltip()
sprite:HideTooltip()
end
local enchanted = args['enchanted'] or args['Enchanted']
if enchanted then
sprite:addClass("enchanted")
end
end