Module:InvSprite: Difference between revisions

From BTA-Mirror
imported>Ttv pedro270707
(Added first four rows of InvSprite)
imported>Ttv pedro270707
(Added first four rows of InvSprite)
(No difference)

Revision as of 01:16, 10 March 2023

Documentation for this module may be created at Module:InvSprite/doc

return {
	settings = {
		align = 'middle',
		image = 'BTA Items.png',
		sheetsize = 512,
		size = 16,
	},
	ids = {
		["Leather Cap"] = 0,
		["Chainmail Helmet"] = 1,
		["Iron Helmet"] = 2,
		["Diamond Helmet"] = 3,
		["Gold Helmet"] = 4,
		["Fire Striker"] = 5,
		["Flint"] = 6,
		["Coal"] = 7,
		["String"] = 8,
		["Wheat Seeds"] = 9,
		["Apple"] = 10,
		["Golden Apple"] = 11,
		["Chicken Egg"] = 12,
		["Sugar"] = 13,
		["Snowball"] = 14,
		["Head Slot"] = 15,
		["Leather Tunic"] = 32,
		["Chainmail Chestplate"] = 33,
		["Iron Chestplate"] = 34,
		["Diamond Chestplate"] = 35,
		["Gold Chestplate"] = 36,
		["Bow"] = 37,
		["Brick"] = 38,
		["Iron Ingot"] = 39,
		["Feather"] = 40,
		["Wheat"] = 41,
		["Painting"] = 42,
		["Sugar Cane"] = 43,
		["Bone"] = 44,
		["Cake"] = 45,
		["Slimeball"] = 46,
		["Chest Slot"] = 47,
		["Leather Pants"] = 64,
		["Chainmail Leggings"] = 65,
		["Iron Leggings"] = 66,
		["Diamond Leggings"] = 67,
		["Gold Leggings"] = 68,
		["Arrow"] = 69,
		["Quiver"] = 70,
		["Gold Ingot"] = 71,
		["Gunpowder"] = 72,
		["Bread"] = 73,
		["Sign"] = 74,
		["Wooden Door"] = 75,
		["Iron Door"] = 76,
		["Bed"] = 77,
		["Magma Cream"] = 78, -- I actually have no idea what this thing is called, please remove this comment and correct its name if necessary
		["Legs Slot"] = 79,
		["Leather Boots"] = 96,
		["Chainmail Boots"] = 97,
		["Iron Boots"] = 98,
		["Diamond Boots"] = 99,
		["Gold Boots"] = 100,
		["Stick"] = 101,
		["Compass"] = 102,
		["Diamond"] = 103,
		["Redstone"] = 104,
		["Clay"] = 105,
		["Paper"] = 106,
		["Book"] = 107,
		["Map"] = 108,
		["Pumpkin Pie"] = 109,
		["Feet Slot"] = 111,
	}
}