Jump to content

Module:ItemSprite: Difference between revisions

104 bytes added ,  3 September 2023
no edit summary
imported>Ttv pedro270707
m (Added gold and iron nuggets)
imported>Denatidum
No edit summary
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
return {
return {
settings = {
settings = {
align = 'middle',
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 Tunic"] = 1,
["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,
["Gold Shovel"] = 34,
["Golden Shovel"] = 34,
["Steel Shovel"] = 35,
["Steel Shovel"] = 35,
["Wooden Pickaxe"] = 36,
["Wooden Pickaxe"] = 36,
Line 142: Line 141:
["Wheat Seeds"] = 133,
["Wheat Seeds"] = 133,
["Wheat"] = 134,
["Wheat"] = 134,
["Sugar Cane"] = 135,
["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,
["Gold Nugget"] = 184,
["Iron Nugget"] = 185
["Iron Nugget"] = 185,
["Leather Tunic"] = 186,
["Clock"] = 187,
["Rotary Calendar"] = 188,
["All Doors"] = 189,
["Seat"] = 190
}
}
}
}
Anonymous user