Module:HEXCraftSprite/IDs

From CelesTek Wiki
Jump to: navigation, search

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

return {
	-- Unprocessed Hexorium --
	['hexorium-ore'] = 1,
	['hexorium-nether-ore'] = 2,
	['hexorium-monolith'] = 3,
	['hexorium-nether-monolith'] = 4,

	-- Hexorium Crystals --
	['red-hexorium-crystal'] = 17,
	['green-hexorium-crystal'] = 18,
	['blue-hexorium-crystal'] = 19,
	['white-hexorium-crystal'] = 20,
	['black-hexorium-crystal'] = 21,

	-- Energized Hexorium --
	['energized-hexorium'] = 33,
	['energized-hexorium-monolith'] = 34,

	-- Components --
	['white-hexorium-wafer'] = 49,
	['black-hexorium-wafer'] = 50,
	['hexorium-coprocessor'] = 51,
	['hexorium-processor'] = 52,
	['rainbow-energized-globule'] = 53,
	['rainbow-core'] = 54,
	['spatial-projector'] = 55,
	['ore-actuator'] = 56,
	['mineral-analyzer'] = 57,
	['pylon-energy-converter'] = 58,
	['pylon-socket'] = 59,
	['energy-injector'] = 60,
	['molecular-recoder'] = 61,
	['hexorium-glass-package'] = 62,

	-- Machine Components --
	['hexorium-machine-block'] = 65,
	['machine-control-panel'] = 66,
	['machine-energy-router'] = 67,
	['heat-dissipator'] = 68,
	['heating-array'] = 69,
	['crystal-extraction-unit'] = 70,
	['matrix-adjuster'] = 71,
	['material-interaction-plane'] = 72,
	['teleportation-field-projector'] = 73,

	-- Machines --
	['hexorium-generator'] = 81,
	['hexorium-furnace'] = 82,
	['crystal-separator'] = 83,
	['matrix-reconstructor'] = 84,
	['personal-teleportation-pad'] = 85,

	-- HEX Energy System --
	['hexorium-cable'] = 97,
	['energy-pylon'] = 98,
	['pylon-base'] = 99,

	-- Tools --
	['hexorium-manipulator'] = 113,
	['hexorium-reinforcer'] = 114,

	-- Decorative Blocks --
	['block-of-hexorium-crystal'] = 129,
	['engineered-hexorium-block'] = 130,
	['framed-hexorium-block'] = 131,
	['plated-hexorium-block'] = 132,
	['reinforced-hexorium-block'] = 133,
	['glowing-hexorium-glass'] = 134,
	['tempered-hexorium-glass'] = 135,
	['hexorium-lamp'] = 136,
}