currenttip.add(StatCollector.translateToLocal("ttwaila.autonomous"));
}
//currenttip.add("Owned by: "+tileAn.Owner);
}
if (accessor.getBlock() == ThaumicTinkerer.registry.getFirstBlockFromClass(BlockTransvectorInterface.class)) {
TileTransvectorInterface tileTrans = (TileTransvectorInterface) accessor.getTileEntity();
String currentBlock;
TileEntity tile = tileTrans.getTile();
if (tile == null)
currentBlock = StatCollector.translateToLocal("ttwaila.nothing");
else {
currentBlock = tile.getBlockType().getLocalizedName();
}