Module:Inventory slot/Aliases: Difference between revisions
Test |
Test |
||
| Line 14: | Line 14: | ||
['Any diamond armor'] = { 'Diamond Helmet', 'Diamond Chestplate', 'Diamond Leggings', 'Diamond Boots' }, | ['Any diamond armor'] = { 'Diamond Helmet', 'Diamond Chestplate', 'Diamond Leggings', 'Diamond Boots' }, | ||
['Any netherite armor'] = { 'Netherite Helmet', 'Netherite Chestplate', 'Netherite Leggings', 'Netherite Boots' }, | ['Any netherite armor'] = { 'Netherite Helmet', 'Netherite Chestplate', 'Netherite Leggings', 'Netherite Boots' }, | ||
-- Wood -- | |||
['Any Planks'] = { 'Oak Planks', 'Spruce Planks', 'Birch Planks', 'Jungle Planks', 'Acacia Planks', 'Dark Oak Planks', 'Crimson Planks', 'Warped Planks' }, -- Should not be equal to 'Matching Planks' as stems arent part of #logs | |||
-- Display names -- | -- Display names -- | ||
| Line 576: | Line 579: | ||
'Acacia', | 'Acacia', | ||
'Dark Oak' | 'Dark Oak' | ||
} | } | ||
local woodItems = { | local woodItems = { | ||
| Line 622: | Line 615: | ||
end | end | ||
table.insert( woodAliases, itemName ) | table.insert( woodAliases, itemName ) | ||
end | end | ||