Module:Inventory slot: Difference between revisions
No edit summary |
No edit summary |
||
| Line 119: | Line 119: | ||
img = mod .. ' ' .. name | img = mod .. ' ' .. name | ||
name = name:sub( 0, -5 ) | name = name:sub( 0, -5 ) | ||
link = link:sub( 0, -5) | -- link = link:sub( 0, -5) | ||
elseif minecraft then | elseif minecraft then | ||
img = 'Invicon ' .. name .. '.png' | img = 'Invicon ' .. name .. '.png' | ||