Module:Gm4Sprite/Aliases: Difference between revisions

m
remove old version of relocated block aliases
m (missed the spaces, and aqua title for relocated blocks)
m (remove old version of relocated block aliases)
Line 136: Line 136:
title = '&bRelocated ' .. block[2]
title = '&bRelocated ' .. block[2]
end
end
aliases[name] = { title = title, name = name, text = '&eRelocator' }
aliases[name] = { title = title, name = name, text = '&o&eRelocator' }
end
end
Line 320: Line 320:
end
end


-- Relocators
local machines = {
{ 'Block Compressor', },
{ 'Custom Crafter', },
{ 'Master Crafter', 'Mastercraftman\'s Bench' },
{ 'Disassembler', },
{ 'Enchantment Extractor', },
{ 'Ender Hopper', },
{ 'Liquid Tank', 'Empty Tank' },
{ 'Smeltery', },
{ 'Tinkering Compressor', },
}
for _, machine in ipairs( machines ) do
local name = 'Relocated ' .. machine[1]
local title = machine[1]
if machine[2] then
title = machine[2]
end
aliases[name] = { title = title, name = name, text = '&o&eRelocator' }
end


-- Zauber
-- Zauber
Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator
2,563

edits