24,497 ARTICLES
ON THIS WIKI

Aspectalyzer

Aspectalyzer
Aspectalyzer

Name Aspectalyzer
Source Mod Thaumic Tinkerer 2
ID Name
ThaumicTinkerer:aspectAnalyzer
First Appearance 1.6.4
Type Block
Stackable Yes (64)
Blast Resistance 3.0
Hardness 1.7
Solid Yes
Transparent No
Affected by Gravity No
Emits Light No
Flammable No
Required Tool Any tool will work, but an axe is the most efficient.

The Aspectalyzer is a block added by the Thaumic Tinkerer 2 mod. When right-clicked, it will display the player's inventory along with a single slot item container, where an item can be placed. The Aspectalyzer is a ComputerCraft peripheral, which allows a Computer to determine the aspects of an item stored in the single slot.

API[1][edit]

  • [boolean] hasItem() - Checks if there's a item in the inventory.
  • [boolean] itemHasAspects() - Checks if the item in the inventory has aspects.
  • [string array] getAspects() - Gets an array representing the list of all aspects in the item in the inventory.
  • [int] getAspectCount(string) - Gets the amount of aspects in the item of the type passed in.

Thaumcraft 4 Research Notes[edit]

Aspectalyzer
[TT] Computerized Scanning

Research aspects in this block[edit]

Aer
Aer
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Arbor
Arbor
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Lucrum
Lucrum
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Metallum
Metallum
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Praecantatio
Praecantatio
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Vitreus
Vitreus

Thaumonomicon Entry[edit]

"You created a device that allows Computers to know what aspects an item has.

This block acts like a normal inventory, any items in it can be scanned by use of a Computer. Visit the peripheral documentation entry for more info."

Recipe[edit]

GUI Arcane Worktable.png
Thaumium Ingot (Thaumcraft 4)
Greatwood Planks (Thaumcraft 4)
Thaumium Ingot (Thaumcraft 4)
Greatwood Planks (Thaumcraft 4)
Thaumometer (Thaumcraft 4)
Greatwood Planks (Thaumcraft 4)
Thaumium Ingot (Thaumcraft 4)
Greatwood Planks (Thaumcraft 4)
Thaumium Ingot (Thaumcraft 4)
Ordo
Perditio
Aspectalyzer

Usage[edit]

Aspectalyzer has no known uses in crafting.

References[edit]

  1. The API documentation on GitHub