Module:Gm4Sprite

From Official Gamemode 4 Wiki
Revision as of 16:38, 5 May 2020 by BluePsychoRanger (talk | contribs) (Add "unknown" icon)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
return {
	settings = {
		align = 'middle',
		classname = 'gm4-sprite',
		imagename = 'Gm4Sprite.png',
		sheetsize = 1024,
		size = 32,
		stylesheet = true,
		--version = 2,
		spriteSheet= "gm4"
	},
	sections = {
		{ name = 'Boots of Ostara', id = 1 },
		{ name = 'SCUBA Gear', id = 2 },
		{ name = 'Relocators', id = 3 },
		{ name = 'Heart Canisters', id = 4 },
		{ name = 'Lightning Rods', id = 5 },
		{ name = 'Tunnel Bores', id = 6 },
		{ name = 'Soul Glass', id = 7 },
		{ name = 'Master Crafting', id = 8 },
		{ name = 'Bat Grenades', id = 9 },
		{ name = 'Book Binders', id = 10 },
		{ name = 'Zauber Cauldrons', id = 11 },
		{ name = 'Mysterious Midnights', id = 12 },
		{ name = 'Sunken Treasure', id = 13 },
		{ name = 'Ambrosia', id = 14 },
		{ name = 'End Fishing', id = 15 },
		{ name = 'Metallurgy', id = 16 },
		{ name = 'Trapped Signs', id = 17 },
		{ name = 'Liquid Tanks', id = 18 },
	},
	ids = {
		['Boots of Ostara'] = {pos = 2, section = 1 },

		['Flippers'] = {pos = 3, section = 2 },
		['SCUBA Helmet'] = {pos = 4, section = 2 },
		['SCUBA Tank'] = {pos = 29, section = 2 },

		['Relocator'] = {pos = 5, section = 3 },
		['Heart Canister Tier 1'] = {pos = 6, section = 4 },
		['Heart Canister Tier 2'] = {pos = 7, section = 4 },

		['Lightning Rod'] = {pos = 8, section = 5 },

		['Minecart with Piston'] = {pos = 9, section = 6 },

		['Soul Glass'] = {pos = 10, section = 7 },

		['Block of Charcoal'] = {pos = 11, section = 8 },

		['Bat Leather'] = {pos = 12, section = 9 },

		['Enchanted Page'] = {pos = 13, section = 10 },

		['Crystal of Resistance'] = {pos = 14, section = 11 },
		['Crystal of Fire Resistance'] = {pos = 15, section = 11 },
		['Crystal of Speed'] = {pos = 16, section = 11 },
		['Crystal of Regeneration'] = {pos = 17, section = 11 },
		['Wormhole in a Bottle'] = {pos = 18, section = 11 },
		['Zauber Swiftness Potion'] = {pos = 19, section = 11 },
		['Zauber Healing Potion'] = {pos = 20, section = 11 },
		['Zauber Harming Potion'] = {pos = 21, section = 11 },
		['Zauber Poison Potion'] = {pos = 22, section = 11 },
		['Zauber Regeneration Potion'] = {pos = 23, section = 11 },
		['Zauber Strength Potion'] = {pos = 24, section = 11 },
		['Zauber Leaping Potion'] = {pos = 25, section = 11 },
		['Enchanted Prismarine Shard'] = {pos = 26, section = 11 },
		['Magic in a Bottle'] = {pos = 27, section = 11 },
		['Zauber Boots'] = {pos = 28, section = 11 },
		['Zauber Chestplate'] = {pos = 29, section = 11 },
		['Zauber Helmet'] = {pos = 30, section = 11 },
		['Zauber Leggings'] = {pos = 31, section = 11 },

		['Endermite Egg'] = {pos = 32, section = 12 },

		['Message in a Bottle'] = {pos = 27, section = 13 },
		['Waders'] = {pos = 28, section = 13 },
		['Treasure Chest'] = {pos = 33, section = 13 },

		['Larvae'] = {pos = 34, section = 14 },
		['Honey-Glazed Beetroot'] = {pos = 35, section = 14 },
		['Brim-Full Bottle of Honey'] = {pos = 36, section = 14 },
		['Opened Bottle of Honey'] = {pos = 36, section = 14 },
		['Slightly Filled Bottle of Honey'] = {pos = 36, section = 14 },
		['Almost Empty Bottle of Honey'] = {pos = 36, section = 14 },
		['Bottle of Honey'] = {pos = 36, section = 14 },
		['Honey Bottle'] = {pos = 36, section = 14 },
		['Honey Bowl'] = {pos = 37, section = 14 },
		['Beeswax'] = {pos = 38, section = 14 },
		['Honeycomb'] = {pos = 39, section = 14 },

		['Enderpuff'] = {pos = 40, section = 15 },

		['Thorianite Lump'] = {pos = 41, section = 16 },
		['Malachite Lump'] = {pos = 42, section = 16 },
		['Baryte Lump'] = {pos = 43, section = 16 },
		['Bauxite Lump'] = {pos = 44, section = 16 },
		['Slightly Damaged Obsidian'] = {pos = 45, section = 16 },
		['Obsidian Cast (Aluminium Band)'] = {pos = 46, section = 16 },
		['Obsidian Cast (Barimium Band)'] = {pos = 47, section = 16 },
		['Obsidian Cast (Barium Band)'] = {pos = 48, section = 16 },
		['Obsidian Cast (Thorium Band)'] = {pos = 49, section = 16 },
		['Obsidian Cast (Copper Band)'] = {pos = 50, section = 16 },
		['Obsidian Cast (Thorium Brass Band)'] = {pos = 51, section = 16 },

		['Trapped Oak Sign'] = {pos = 52, section = 17 },
		['Trapped Birch Sign'] = {pos = 53, section = 17 },
		['Trapped Spruce Sign'] = {pos = 54, section = 17 },
		['Trapped Jungle Sign'] = {pos = 55, section = 17 },
		['Trapped Acacia Sign'] = {pos = 56, section = 17 },
		['Trapped Dark Oak Sign'] = {pos = 57, section = 17 },
		['Secret Trapped Oak Sign'] = {pos = 52, section = 17 },
		['Secret Trapped Birch Sign'] = {pos = 53, section = 17 },
		['Secret Trapped Spruce Sign'] = {pos = 54, section = 17 },
		['Secret Trapped Jungle Sign'] = {pos = 55, section = 17 },
		['Secret Trapped Acacia Sign'] = {pos = 56, section = 17 },
		['Secret Trapped Dark Oak Sign'] = {pos = 57, section = 17 },

		['Invisibility Potion Liquid'] = {pos = 58, section = 18 },
		['Leaping Potion Liquid'] = {pos = 59, section = 18 },
		['Strong Leaping Potion Liquid'] = {pos = 59, section = 18 },
		['Zauber Leaping Potion Liquid'] = {pos = 59, section = 18 },
		['Fire Resistance Potion Liquid'] = {pos = 60, section = 18 },
		['Strength Potion Liquid'] = {pos = 61, section = 18 },
		['Strong Strength Potion Liquid'] = {pos = 61, section = 18 },
		['Zauber Strength Potion Liquid'] = {pos = 61, section = 18 },
		['Weakness Potion Liquid'] = {pos = 62, section = 18 },
		['Swiftness Potion Liquid'] = {pos = 63, section = 18 },
		['Strong Swiftness Potion Liquid'] = {pos = 63, section = 18 },
		['Zauber Swiftness Potion Liquid'] = {pos = 63, section = 18 },
		['Slowness Potion Liquid'] = {pos = 64, section = 18 },
		['Strong Slowness Potion Liquid'] = {pos = 64, section = 18 },
		['Harming Potion Liquid'] = {pos = 65, section = 18 },
		['Strong Harming Potion Liquid'] = {pos = 65, section = 18 },
		['Zauber Harming Potion Liquid'] = {pos = 65, section = 18 },
		['Floating Potion Liquid'] = {pos = 66, section = 18 },
		['Beetroot Soup Liquid'] = {pos = 67, section = 18 },
		['Water Breathing Potion Liquid'] = {pos = 68, section = 18 },
		['Experience Liquid'] = {pos = 69, section = 18 },
		['Honey Liquid'] = {pos = 70, section = 18 },
		['Milk Liquid'] = {pos = 71, section = 18 },
		['Lava Liquid'] = {pos = 72, section = 18 },
		['Water Liquid'] = {pos = 73, section = 18 },
		['Mushroom Stew Liquid'] = {pos = 74, section = 18 },
		['Rabbit Stew Liquid'] = {pos = 75, section = 18 },
		['Healing Potion Liquid'] = {pos = 76, section = 18 },
		['Strong Healing Potion Liquid'] = {pos = 76, section = 18 },
		['Zauber Healing Potion Liquid'] = {pos = 76, section = 18 },
		['Luck Potion Liquid'] = {pos = 77, section = 18 },
		['Night Vision Potion Liquid'] = {pos = 78, section = 18 },
		['Poison Potion Liquid'] = {pos = 79, section = 18 },
		['Strong Poison Potion Liquid'] = {pos = 79, section = 18 },
		['Zauber Poison Potion Liquid'] = {pos = 79, section = 18 },
		['Regeneration Potion Liquid'] = {pos = 80, section = 18 },
		['Strong Regeneration Potion Liquid'] = {pos = 80, section = 18 },
		['Zauber Regeneration Potion Liquid'] = {pos = 80, section = 18 },
		['Slow Falling Potion Liquid'] = {pos = 81, section = 18 },
		['Turtle Master Potion Liquid'] = {pos = 82, section = 18 },
		['Strong Turtle Master Potion Liquid'] = {pos = 82, section = 18 },
		['Potion of Floating'] = {pos = 83, section = 18 },
	},
}