Module:Gm4Sprite

From Official Gamemode 4 Wiki
Revision as of 11:12, 1 May 2020 by Kroppeb (talk | contribs)
Jump to navigation Jump to search
-- Created by the MC wiki: https://minecraft.gamepedia.com/Module:InvSprite

return {
	settings = {
		align = 'middle',
		classname = 'gm4-sprite',
		imagename = 'GM4SpriteGM4.png',
		sheetsize = 1024,
		size = 32,
		stylesheet = true,
		--version = 1541613522891,
		spriteSheet= "inventory"
	},
	sections = {
		{ name = 'Gamemode 4', id = 45 },
	},
	ids = {
		['Boots of Ostara'] = {pos = 3643, section = 45},
		['Heart Canister Tier 1'] = {pos = 3644, section = 45},
		['Heart Canister Tier 2'] = {pos = 3645, section = 45},
		['SCUBA Helmet'] = {pos = 3646, section = 45},
		['Flippers'] = {pos = 3647, section = 45},
		['Relocator'] = {pos = 3648, section = 45},

		['Lightning Rod'] = {pos = 655, section = 45},
		['SCUBA Tank'] = {pos = 2506, section = 45},
		['Trapped Oak Sign'] = {pos = 3389, section = 45},
		['Secret Trapped Oak Sign'] = {pos = 3389, section = 45},
                ['Minecart with Piston'] = {pos = 3625, section = 27},
                ['Soul Glass'] = {pos = 719, section = 7},
		['Block of Charcoal'] = { pos = 3234, section = 12 },
	},
}