Aspectalyzer
From Feed The Beast Wiki
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 |
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.
Contents
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]
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]
Usage[edit]
Aspectalyzer has no known uses in crafting.
References[edit]
|