Module:Gm4Sprite: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
(Make GM4 Items with normal MC items use the default spritesheet)
(forgot that Zauber Potions were the same sprite as normal potions)
Line 58: Line 58:
['Crystal of Regeneration'] = {pos = 17, section = 11 },
['Crystal of Regeneration'] = {pos = 17, section = 11 },
['Wormhole in a Bottle'] = {pos = 18, section = 11 },
['Wormhole in a Bottle'] = {pos = 18, section = 11 },
['Zauber Swiftness Potion'] = {pos = 19, section = 11 },
['Zauber Swiftness Potion'] = {pos = 3462, section = 11, spriteSheet = "inventory" },
['Zauber Healing Potion'] = {pos = 20, section = 11 },
['Zauber Healing Potion'] = {pos = 3452, section = 11, spriteSheet = "inventory" },
['Zauber Harming Potion'] = {pos = 21, section = 11 },
['Zauber Harming Potion'] = {pos = 3451, section = 11, spriteSheet = "inventory" },
['Zauber Poison Potion'] = {pos = 22, section = 11 },
['Zauber Poison Potion'] = {pos = 3457, section = 11, spriteSheet = "inventory" },
['Zauber Regeneration Potion'] = {pos = 23, section = 11 },
['Zauber Regeneration Potion'] = {pos = 3458, section = 11, spriteSheet = "inventory" },
['Zauber Strength Potion'] = {pos = 24, section = 11 },
['Zauber Strength Potion'] = {pos = 3461, section = 11, spriteSheet = "inventory" },
['Zauber Leaping Potion'] = {pos = 25, section = 11 },
['Zauber Leaping Potion'] = {pos = 3454, section = 11, spriteSheet = "inventory" },
['Enchanted Prismarine Shard'] = {pos = 3526, section = 11, spriteSheet = "inventory" },
['Enchanted Prismarine Shard'] = {pos = 3526, section = 11, spriteSheet = "inventory" },
['Magic in a Bottle'] = {pos = 3569, section = 11, spriteSheet = "inventory" },
['Magic in a Bottle'] = {pos = 3569, section = 11, spriteSheet = "inventory" },

Revision as of 06:23, 14 August 2020

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 = 2506, section = 2, spriteSheet = "inventory" },

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

		['Lightning Rod'] = {pos = 655, section = 5, spriteSheet = "inventory" },

		['Minecart with Piston'] = {pos = 3625, section = 6, spriteSheet = "inventory" },

		['Soul Glass'] = {pos = 719, section = 7, spriteSheet = "inventory" },

		['Block of Charcoal'] = {pos = 3234, section = 8, spriteSheet = "inventory" },

		['Bat Leather'] = {pos = 3527, section = 9, spriteSheet = "inventory" },

		['Enchanted Page'] = {pos = 3523, section = 10, spriteSheet = "inventory" },

		['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 = 3462, section = 11, spriteSheet = "inventory" },
		['Zauber Healing Potion'] = {pos = 3452, section = 11, spriteSheet = "inventory" },
		['Zauber Harming Potion'] = {pos = 3451, section = 11, spriteSheet = "inventory" },
		['Zauber Poison Potion'] = {pos = 3457, section = 11, spriteSheet = "inventory" },
		['Zauber Regeneration Potion'] = {pos = 3458, section = 11, spriteSheet = "inventory" },
		['Zauber Strength Potion'] = {pos = 3461, section = 11, spriteSheet = "inventory" },
		['Zauber Leaping Potion'] = {pos = 3454, section = 11, spriteSheet = "inventory" },
		['Enchanted Prismarine Shard'] = {pos = 3526, section = 11, spriteSheet = "inventory" },
		['Magic in a Bottle'] = {pos = 3569, section = 11, spriteSheet = "inventory" },
		['Zauber Boots'] = {pos = 2505, section = 11, spriteSheet = "inventory" },
		['Zauber Chestplate'] = {pos = 2506, section = 11, spriteSheet = "inventory" },
		['Zauber Helmet'] = {pos = 2507, section = 11, spriteSheet = "inventory" },
		['Zauber Leggings'] = {pos = 2508, section = 11, spriteSheet = "inventory" },

		['Endermite Egg'] = {pos = 3191, section = 12, spriteSheet = "inventory" },

		['Message in a Bottle'] = {pos = 3569, section = 13, spriteSheet = "inventory" },
		['Waders'] = {pos = 2505, section = 13, spriteSheet = "inventory" },
		['Treasure Chest'] = {pos = 1239, section = 13, spriteSheet = "inventory" },

		['Larvae'] = {pos = 2378, section = 14, spriteSheet = "inventory" },
		['Honey-Glazed Beetroot'] = {pos = 3196, section = 14, spriteSheet = "inventory" },
		['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 = 2398, section = 14, spriteSheet = "inventory" },
		['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 = 3370, section = 16, spriteSheet = "inventory" },
		['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 },

		['Defuse Shamir'] = {pos = 46, section = 16 },
		['Levity Shamir'] = {pos = 46, section = 16 },
		['Helious Shamir'] = {pos = 46, section = 16 },
		['Moneo Shamir'] = {pos = 46, section = 16 },
		['Gemini Shamir'] = {pos = 47, section = 16 },
		['Musical Shamir'] = {pos = 47, section = 16 },
		['Fulcio Shamir'] = {pos = 47, section = 16 },
		['Arborenda Shamir'] = {pos = 48, section = 16 },
		['Sensus Shamir'] = {pos = 48, section = 16 },
		['Conduction Shamir'] = {pos = 49, section = 16 },
		['Ender Bolt Shamir'] = {pos = 49, section = 16 },
		['Forterra Shamir'] = {pos = 50, section = 16 },
		['Hypexperia Shamir'] = {pos = 50, section = 16 },
		['Corripio Shamir'] = {pos = 50, section = 16 },
		['Spiraculum Shamir'] = {pos = 51, section = 16 },
		['Tinker Shamir'] = {pos = 51, section = 16 },
		['Lumos Shamir'] = {pos = 51, section = 16 },
		['Percurro Shamir'] = {pos = 51, section = 16 },

		['Trapped Oak Sign'] = {pos = 3389, section = 17, spriteSheet = "inventory" },
		['Trapped Birch Sign'] = {pos = 2393, section = 17, spriteSheet = "inventory" },
		['Trapped Spruce Sign'] = {pos = 2394, section = 17, spriteSheet = "inventory" },
		['Trapped Jungle Sign'] = {pos = 2395, section = 17, spriteSheet = "inventory" },
		['Trapped Acacia Sign'] = {pos = 2396, section = 17, spriteSheet = "inventory" },
		['Trapped Dark Oak Sign'] = {pos = 2397, section = 17, spriteSheet = "inventory" },
		['Secret Trapped Oak Sign'] = {pos = 3389, section = 17, spriteSheet = "inventory" },
		['Secret Trapped Birch Sign'] = {pos = 2393, section = 17, spriteSheet = "inventory" },
		['Secret Trapped Spruce Sign'] = {pos = 2394, section = 17, spriteSheet = "inventory" },
		['Secret Trapped Jungle Sign'] = {pos = 2395, section = 17, spriteSheet = "inventory" },
		['Secret Trapped Acacia Sign'] = {pos = 2396, section = 17, spriteSheet = "inventory" },
		['Secret Trapped Dark Oak Sign'] = {pos = 2397, section = 17, spriteSheet = "inventory" },

		['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 },
	},
}