24,497 ARTICLES
ON THIS WIKI

Transvector Interface (Thaumic Tinkerer 2)

This article is about the block from Thaumic Tinkerer 2. You may be looking for Transvector Interface from Thaumic Tinkerer 1.
Transvector Interface
Transvector Interface

Transvector Interface

Name Transvector Interface
Source Mod Thaumic Tinkerer 2
ID Name
ThaumicTinkerer:interface
First Appearance 1.6.4
Type Block
Stackable Yes (64)
Blast Resistance 30.0
Hardness 3.0
Solid Yes
Transparent Yes
Affected by Gravity No
Emits Light No
Flammable No
Required Tool Wooden Pickaxe

The Transvector Interface is a block from Thaumic Tinkerer 2, which can be bound to a block's side using the Transvector Binder. It will then act as if it were the face of the block it was bound to in terms of acceptingPower, Items, and Liquids. It can also be used to remove Power, Items and Liquids from said face. Note that it will not work with Translocators. The Interface is a ComputerCraft peripheral, which allows a Computer to manipulate it.

API[1][edit]

  • [table array] getAspects() - gets an array of tables representing the list of all aspects in the block.

Format: { [name: aspectName,quantity: aspectAmount], ..... }

  • [int] getAspectCount(string) - gets the amount of aspects in the block of the type passed in.
  • [boolean] isBound() - gets if the Transvector Interface is bound to something.
  • [boolean] isInventory() - gets if the Transvector Interface is bound to an inventory.
  • [boolean] isSidedInventory() - gets if the Transvector Interface is bound to a sided inventory.
  • [boolean] isFluidContainer() - gets if the Transvector Interface is bound to a fluid container.
  • [boolean] isMJHandler() - gets if the Transvector Interface is bound to a block that accepts MJ power (from BuildCraft).
  • [boolean] isEUHandler() - gets if the Transvector Interface is bound to a block that accepts EU power (from IC2).
  • [boolean] isRFHandler() - gets if the Transvector Interface is bound to a block that accepts RF power (from Thermal Expansion).
  • [boolean] isAspectContainer() - gets if the Transvector Interface is bound to a block that contains aspects.
  • [boolean] isAspectTransport() - gets if the Transvector Interface is bound to an aspect transport block (a block that can be hooked to essentia tubes).

Thaumcraft 4 Research Notes[edit]

Transvector Interface
[TT] Not affiliated with nyuu

Research aspects in this block[edit]

Alienis
Alienis
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Iter
Iter
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Ordo
Ordo
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Perditio
Perditio
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Potentia
Potentia
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
 
Praecantatio
Praecantatio
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png

Thaumonomicon Entry[edit]

"The thing is, there's only six sides to a block..." - Direwolf20

Myth = Busted! Your latest construct can be bound to a block in the nearby vicinity. Its sides will mimic the sides of the block selected, and it'll function as an extension. It can accept BuildCraft, TE3 and IC2 power, essentia, items, and liquids, being able to also export the latter two.

In order to bind an interface to another block, you need to create a special tool to do so. What you call the Transvector Binder should get the job done.

By simply right clicking on the interface followed by right clicking on the target, these two get bound and ready for operation. The limit is short, only 4 blocks. (Note: buildcraft pipes need to be broken and replaced to work)

It's also possible, by right clicking this block with any other to camouflage it as the block held. To remove to cover, simply right click on the camouflaged block with an empty hand."

Recipe[edit]

GUI Arcane Worktable.png
Arcane Stone Block (Thaumcraft 4)
Redstone
Arcane Stone Block (Thaumcraft 4)
Lapis Lazuli
Ender Pearl
Lapis Lazuli
Arcane Stone Block (Thaumcraft 4)
Redstone
Arcane Stone Block (Thaumcraft 4)
Ordo
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
Perditio
GridNumbersCSS.pngGridNumbersCSS.pngGridNumbersCSS.png
Transvector Interface (Thaumic Tinkerer 2)

Usage[edit]

Transvector Interface (Thaumic Tinkerer 2) can be used to create the following items:

References[edit]

  1. The API documentation on GitHub

Video[edit]