Module:Mods/Ex Nihilo/BlockSprite

Jump to navigation Jump to search
Documentation[create] [refresh]
This module has no documentation. If you know how to use this module, please create it.
return {
	settings = {
		name = 'Ex Nihilo Block',
		linkprefix = 'Mods/Ex Nihilo/',
		pos = 256,
		sheetsize = 256,
		url = require( [[Module:Sprite]] ).getUrl( 'Ex Nihilo BlockSprite.png' ),
	},
	sections = {
		{ name = 'Ore Gravel', id = 1 },
		{ name = 'Ore Sand', id = 2 },
		{ name = 'Ore Dust', id = 3 },
		{ name = 'Utilities', id = 4 },
		{ name = 'Other', id = 5 },
	},
	ids = {
		['Aluminum Ore Dust'] = { pos = 33, section = 3 },
		['Aluminum Ore Gravel'] = { pos = 1, section = 1 },
		['Aluminum Ore Sand'] = { pos = 17, section = 2 },
		['Artificial Hive'] = { pos = 43, section = 4 },
		['Artificial Hive Top'] = { pos = 45, section = 4 },
		['Copper Ore Dust'] = { pos = 34, section = 3 },
		['Copper Ore Gravel'] = { pos = 2, section = 1 },
		['Copper Ore Sand'] = { pos = 18, section = 2 },
		['Crucible'] = { pos = 15, section = 4 },
		['Dust'] = { pos = 32, section = 5 },
		['Gold Ore Dust'] = { pos = 35, section = 3 },
		['Gold Ore Gravel'] = { pos = 3, section = 1 },
		['Gold Ore Sand'] = { pos = 19, section = 2 },
		['Infested Leaves'] = { pos = 48, section = 5 },
		['Iron Ore Dust'] = { pos = 36, section = 3 },
		['Iron Ore Gravel'] = { pos = 4, section = 1 },
		['Iron Ore Sand'] = { pos = 20, section = 2 },
		['Lead Ore Dust'] = { pos = 37, section = 3 },
		['Lead Ore Gravel'] = { pos = 5, section = 1 },
		['Lead Ore Sand'] = { pos = 21, section = 2 },
		['Nickel Ore Dust'] = { pos = 38, section = 3 },
		['Nickel Ore Gravel'] = { pos = 6, section = 1 },
		['Nickel Ore Sand'] = { pos = 22, section = 2 },
		['Osmium Ore Dust'] = { pos = 39, section = 3 },
		['Osmium Ore Gravel'] = { pos = 7, section = 1 },
		['Osmium Ore Sand'] = { pos = 23, section = 2 },
		['Platinum Ore Dust'] = { pos = 40, section = 3 },
		['Platinum Ore Gravel'] = { pos = 8, section = 1 },
		['Platinum Ore Sand'] = { pos = 24, section = 2 },
		['Scented Artificial Hive'] = { pos = 44, section = 4 },
		['Sieve'] = { pos = 11, section = 4 },
		['Silver Ore Dust'] = { pos = 41, section = 3 },
		['Silver Ore Gravel'] = { pos = 9, section = 1 },
		['Silver Ore Sand'] = { pos = 25, section = 2 },
		['Stone Barrel'] = { pos = 31, section = 4 },
		['Tin Ore Dust'] = { pos = 42, section = 3 },
		['Tin Ore Gravel'] = { pos = 10, section = 1 },
		['Tin Ore Sand'] = { pos = 26, section = 2 },
		['Unfired Crucible'] = { pos = 16, section = 4 },
		['Witch Water'] = { pos = 47, section = 5 },
		['Wooden Barrel'] = { pos = 27, section = 4 },
	}
}