Difference between revisions of "Module:HEXCraftSprite/IDs"

From CelesTek Wiki
Jump to: navigation, search
Line 81: Line 81:
 
['glowing-hexorium-glass'] = 151,
 
['glowing-hexorium-glass'] = 151,
 
['tempered-hexorium-glass'] = 152,
 
['tempered-hexorium-glass'] = 152,
['hexorium-lamp'] = 153,
+
['hexorium-coated-stone'] = 153,
['hexorium-door'] = 154,
+
['hexorium-lamp'] = 154,
['hexorium-hatch'] = 155,
+
['hexorium-door'] = 155,
 +
['hexorium-hatch'] = 156,
  
 
-- Redstone --
 
-- Redstone --

Revision as of 23:45, 9 December 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,
	['hexorium-energy-converter'] = 58,
	['pylon-socket'] = 59,
	['energy-injector'] = 60,
	['molecular-recoder'] = 61,
	['hexorium-rf-adapter'] = 62,
	['hexorium-glass-package'] = 63,

	-- 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,
	['advanced-rainbow-core'] = 75,

	-- 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,

	-- Energy Node --
	['energy-node-core'] = 113,
	['energy-node-port-hex'] = 114,
	['energy-node-port-rf'] = 115,
	['energy-node-port-eu'] = 116,

	-- Tools --
	['hexorium-manipulator'] = 129,
	['hexorium-probe'] = 130,
	['molecular-transposer'] = 131,
	['hexorium-reinforcer'] = 132,

	-- Decorative Blocks --
	['block-of-hexorium-crystal'] = 145,
	['engineered-hexorium-block'] = 146,
	['framed-hexorium-block'] = 147,
	['plated-hexorium-block'] = 148,
	['concentric-hexorium-block'] = 149,
	['hexorium-structure-casing'] = 150,
	['glowing-hexorium-glass'] = 151,
	['tempered-hexorium-glass'] = 152,
	['hexorium-coated-stone'] = 153,
	['hexorium-lamp'] = 154,
	['hexorium-door'] = 155,
	['hexorium-hatch'] = 156,

	-- Redstone --
	['hexorium-switch'] = 161,
	['hexorium-button'] = 162,
	['hexorium-pressure-plate'] = 163,
}