Module:Inventory slot/Aliases: Difference between revisions

Add turtle master potions
Might aswell add these
Line 410: Line 410:
'Wood Slab',
'Wood Slab',
'Wood Stairs',
'Wood Stairs',
'wood Button',
'wood Pressure Plate',
'wood Trapdoor',
}
}
-- used if the items use a different name than the alias
-- used if the items use a different name than the alias
Line 415: Line 418:
['wood Door'] = 'Door',
['wood Door'] = 'Door',
['wood Fence'] = 'Fence',
['wood Fence'] = 'Fence',
['wood Button'] = 'Button',
['wood Pressure Plate'] = 'Pressure Plate',
['wood Trapdoor'] = 'Trapdoor',
}
}
for _, item in ipairs( woodItems ) do
for _, item in ipairs( woodItems ) do