Difference between revisions of "Module:HEXCraftSprite/IDs"
From CelesTek Wiki
(15 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
-- Energized Hexorium -- | -- Energized Hexorium -- | ||
['energized-hexorium'] = 33, | ['energized-hexorium'] = 33, | ||
− | ['energized-hexorium-monolith'] = | + | ['mini-energized-hexorium'] = 34, |
+ | ['energized-hexorium-monolith'] = 35, | ||
-- Components -- | -- Components -- | ||
Line 27: | Line 28: | ||
['ore-actuator'] = 56, | ['ore-actuator'] = 56, | ||
['mineral-analyzer'] = 57, | ['mineral-analyzer'] = 57, | ||
− | [' | + | ['hexorium-energy-converter'] = 58, |
['pylon-socket'] = 59, | ['pylon-socket'] = 59, | ||
['energy-injector'] = 60, | ['energy-injector'] = 60, | ||
['molecular-recoder'] = 61, | ['molecular-recoder'] = 61, | ||
− | ['hexorium-glass-package'] = | + | ['hexorium-rf-adapter'] = 62, |
+ | ['hexorium-glass-package'] = 63, | ||
+ | ['iron-nugget'] = 64, | ||
-- Machine Components -- | -- Machine Components -- | ||
Line 43: | Line 46: | ||
['material-interaction-plane'] = 72, | ['material-interaction-plane'] = 72, | ||
['teleportation-field-projector'] = 73, | ['teleportation-field-projector'] = 73, | ||
+ | ['digital-smartpipe'] = 74, | ||
+ | ['advanced-rainbow-core'] = 75, | ||
+ | ['sound-emission-module'] = 76, | ||
+ | ['observational-eye'] = 77, | ||
-- Machines -- | -- Machines -- | ||
Line 50: | Line 57: | ||
['matrix-reconstructor'] = 84, | ['matrix-reconstructor'] = 84, | ||
['personal-teleportation-pad'] = 85, | ['personal-teleportation-pad'] = 85, | ||
+ | ['tank-valve'] = 86, | ||
+ | ['quantum-observer'] = 87, | ||
+ | ['quantum-anchor'] = 88, | ||
+ | |||
+ | -- Sound Machines -- | ||
+ | ['sound-projector'] = 97, | ||
-- HEX Energy System -- | -- HEX Energy System -- | ||
− | ['hexorium-cable'] = | + | ['hexorium-cable'] = 113, |
− | ['energy-pylon'] = | + | ['energy-pylon'] = 114, |
− | ['pylon-base'] = | + | ['pylon-base'] = 115, |
+ | |||
+ | -- Energy Node -- | ||
+ | ['energy-node-core'] = 129, | ||
+ | ['conversion-computer'] = 130, | ||
+ | ['energy-node-port-hex'] = 131, | ||
+ | ['energy-node-port-rf'] = 132, | ||
+ | ['energy-node-port-eu'] = 133, | ||
+ | ['energy-node-port-lu'] = 134, | ||
-- Tools -- | -- Tools -- | ||
− | ['hexorium-manipulator'] = | + | ['hexorium-manipulator'] = 145, |
− | ['hexorium-reinforcer'] = | + | ['hexorium-probe'] = 146, |
+ | ['molecular-transposer'] = 147, | ||
+ | ['hexorium-reinforcer'] = 148, | ||
+ | ['mortar-and-pestle'] = 149, | ||
+ | ['hexorium-saw'] = 150, | ||
+ | ['hexorium-dyes'] = 151, | ||
-- Decorative Blocks -- | -- Decorative Blocks -- | ||
− | ['block-of-hexorium-crystal'] = | + | ['block-of-hexorium-crystal'] = 161, |
− | ['engineered-hexorium-block'] = | + | ['engineered-hexorium-block'] = 162, |
− | ['framed-hexorium-block'] = | + | ['framed-hexorium-block'] = 163, |
− | ['plated-hexorium-block'] = | + | ['plated-hexorium-block'] = 164, |
− | [' | + | ['concentric-hexorium-block'] = 165, |
− | [' | + | ['hexorium-structure-casing'] = 166, |
− | [' | + | ['tempered-hexorium-glass'] = 167, |
− | ['hexorium-lamp'] = | + | ['glowing-hexorium-glass'] = 168, |
+ | ['hexorium-coated-stone'] = 169, | ||
+ | ['glowing-hexorium-coated-stone'] = 170, | ||
+ | ['hexorium-lamp'] = 171, | ||
+ | ['hexorium-door'] = 172, | ||
+ | ['hexorium-hatch'] = 173, | ||
+ | |||
+ | -- Redstone -- | ||
+ | ['hexorium-switch'] = 177, | ||
+ | ['hexorium-button'] = 178, | ||
+ | ['hexorium-pressure-plate'] = 179, | ||
+ | |||
+ | -- Dyed Variants -- | ||
+ | ['white-variants'] = 193, | ||
+ | ['black-variants'] = 194, | ||
} | } |
Latest revision as of 13:32, 21 June 2020
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, ['mini-energized-hexorium'] = 34, ['energized-hexorium-monolith'] = 35, -- 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, ['iron-nugget'] = 64, -- 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, ['sound-emission-module'] = 76, ['observational-eye'] = 77, -- Machines -- ['hexorium-generator'] = 81, ['hexorium-furnace'] = 82, ['crystal-separator'] = 83, ['matrix-reconstructor'] = 84, ['personal-teleportation-pad'] = 85, ['tank-valve'] = 86, ['quantum-observer'] = 87, ['quantum-anchor'] = 88, -- Sound Machines -- ['sound-projector'] = 97, -- HEX Energy System -- ['hexorium-cable'] = 113, ['energy-pylon'] = 114, ['pylon-base'] = 115, -- Energy Node -- ['energy-node-core'] = 129, ['conversion-computer'] = 130, ['energy-node-port-hex'] = 131, ['energy-node-port-rf'] = 132, ['energy-node-port-eu'] = 133, ['energy-node-port-lu'] = 134, -- Tools -- ['hexorium-manipulator'] = 145, ['hexorium-probe'] = 146, ['molecular-transposer'] = 147, ['hexorium-reinforcer'] = 148, ['mortar-and-pestle'] = 149, ['hexorium-saw'] = 150, ['hexorium-dyes'] = 151, -- Decorative Blocks -- ['block-of-hexorium-crystal'] = 161, ['engineered-hexorium-block'] = 162, ['framed-hexorium-block'] = 163, ['plated-hexorium-block'] = 164, ['concentric-hexorium-block'] = 165, ['hexorium-structure-casing'] = 166, ['tempered-hexorium-glass'] = 167, ['glowing-hexorium-glass'] = 168, ['hexorium-coated-stone'] = 169, ['glowing-hexorium-coated-stone'] = 170, ['hexorium-lamp'] = 171, ['hexorium-door'] = 172, ['hexorium-hatch'] = 173, -- Redstone -- ['hexorium-switch'] = 177, ['hexorium-button'] = 178, ['hexorium-pressure-plate'] = 179, -- Dyed Variants -- ['white-variants'] = 193, ['black-variants'] = 194, }