Anonymous user
Module:ItemSprite: Difference between revisions
no edit summary
imported>Ttv pedro270707 (Created page with "return { settings = { align = 'middle', image = 'ItemSprite.png', sheetsize = 256, size = 16, }, ids = { ["Leather Cap"] = 0, ["Leather Tunic"] = 1, ["Leather Pants"] = 2, ["Leather Boots"] = 3, ["Chainmail Helmet"] = 4, ["Chainmail Chestplate"] = 5, ["Chainmail Leggings"] = 6, ["Chainmail Boots"] = 7, ["Iron Helmet"] = 8, ["Iron Chestplate"] = 9, ["Iron Leggings"] = 10, ["Iron Boots"] = 11, ["Golden Helmet"] = 12, ["Golden Chestpla...") |
imported>Denatidum No edit summary |
||
(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
return { | return { | ||
settings = { | settings = { | ||
align = ' | align = 'text-top', | ||
image = 'ItemSprite.png', | image = 'ItemSprite.png', | ||
sheetsize = 256, | sheetsize = 256, | ||
Line 8: | Line 8: | ||
ids = { | ids = { | ||
["Leather Cap"] = 0, | ["Leather Cap"] = 0, | ||
["Leather Pants"] = 2, | ["Leather Pants"] = 2, | ||
["Leather Boots"] = 3, | ["Leather Boots"] = 3, | ||
Line 41: | Line 40: | ||
["Iron Shovel"] = 32, | ["Iron Shovel"] = 32, | ||
["Diamond Shovel"] = 33, | ["Diamond Shovel"] = 33, | ||
[" | ["Golden Shovel"] = 34, | ||
["Steel Shovel"] = 35, | ["Steel Shovel"] = 35, | ||
["Wooden Pickaxe"] = 36, | ["Wooden Pickaxe"] = 36, | ||
Line 98: | Line 97: | ||
["String"] = 89, | ["String"] = 89, | ||
["Feather"] = 90, | ["Feather"] = 90, | ||
[" | ["Sulphur"] = 91, | ||
["Chicken Egg"] = 92, | ["Chicken Egg"] = 92, | ||
["Bone"] = 93, | ["Bone"] = 93, | ||
Line 142: | Line 141: | ||
["Wheat Seeds"] = 133, | ["Wheat Seeds"] = 133, | ||
["Wheat"] = 134, | ["Wheat"] = 134, | ||
[" | ["Sugarcane"] = 135, | ||
["Soul Wax Candle"] = 136, | ["Soul Wax Candle"] = 136, | ||
["Purple Arrow"] = 137, | ["Purple Arrow"] = 137, | ||
Line 189: | Line 188: | ||
["Wait Music Disc"] = 180, | ["Wait Music Disc"] = 180, | ||
["Compass"] = 181, | ["Compass"] = 181, | ||
["Clock"] = 182, | ["Clock Base"] = 182, | ||
["Rotary Calendar"] = 183 | ["Rotary Calendar Base"] = 183, | ||
["Gold Nugget"] = 184, | |||
["Iron Nugget"] = 185, | |||
["Leather Tunic"] = 186, | |||
["Clock"] = 187, | |||
["Rotary Calendar"] = 188, | |||
["All Doors"] = 189, | |||
["Seat"] = 190 | |||
} | } | ||
} | } |