Difference between revisions of "Module:HEXCraftSprite/IDs"

From CelesTek Wiki
Jump to: navigation, search
Line 43: Line 43:
 
['material-interaction-plane'] = 72,
 
['material-interaction-plane'] = 72,
 
['teleportation-field-projector'] = 73,
 
['teleportation-field-projector'] = 73,
 +
['digital-smartpipe'] = 74,
  
 
-- Machines --
 
-- Machines --
Line 50: Line 51:
 
['matrix-reconstructor'] = 84,
 
['matrix-reconstructor'] = 84,
 
['personal-teleportation-pad'] = 85,
 
['personal-teleportation-pad'] = 85,
 +
['tank-valve'] = 86,
  
 
-- HEX Energy System --
 
-- HEX Energy System --

Revision as of 20:11, 7 November 2015

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,
	['digital-smartpipe'] = 74,

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

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

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

	-- Decorative Blocks --
	['block-of-hexorium-crystal'] = 129,
	['engineered-hexorium-block'] = 130,
	['framed-hexorium-block'] = 131,
	['plated-hexorium-block'] = 132,
	['concentric-hexorium-block'] = 133,
	['glowing-hexorium-glass'] = 134,
	['tempered-hexorium-glass'] = 135,
	['hexorium-lamp'] = 136,
	['hexorium-door'] = 137,
	['hexorium-hatch'] = 138,

	-- Redstone --
	['hexorium-switch'] = 145,
	['hexorium-button'] = 146,
	['hexorium-pressure-plate'] = 147,
}