Jump to content

Module:ItemToImageMap: Difference between revisions

no edit summary
imported>SunSeeker02
No edit summary
imported>SunSeeker02
No edit summary
Line 5: Line 5:
local key = args.key
local key = args.key
local width = args.width or "16"
local width = args.width or "16"
local height = args.height or width
local height = args.height or "16"
local link = args.link or ""
local link = args.link or ""
Line 51: Line 51:
["Blast Furnace"] = "File:Grid Blast Furnace.png",
["Blast Furnace"] = "File:Grid Blast Furnace.png",
["Iron Ingot"] = "File:Iron Ingot.png",
["Iron Ingot"] = "File:Iron Ingot.png",
["Cobblestone"] = "File:Cobblestone.png"
["Cobblestone"] = "File:Cobblestone.png",
["Cobbled Basalt"] = "File:Cobbled Basalt Block.png"
}
}
Anonymous user