Module:Inventory slot/Aliases: Difference between revisions

mNo edit summary
mNo edit summary
Line 560: Line 560:
'wood Pressure Plate',
'wood Pressure Plate',
'wood Trapdoor',
'wood Trapdoor',
'wood Slab',
'wood Stairs',
}
}
-- used if the items use a different name than the alias
-- used if the items use a different name than the alias
Line 568: Line 570:
['wood Pressure Plate'] = 'Pressure Plate',
['wood Pressure Plate'] = 'Pressure Plate',
['wood Trapdoor'] = 'Trapdoor',
['wood Trapdoor'] = 'Trapdoor',
['wood Slab'] = 'Slab',
['wood Stairs'] = 'Stairs',
}
}
for _, item in ipairs( woodItems ) do
for _, item in ipairs( woodItems ) do