Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot initialize Eln Computer Probe #936

Open
1 task
setsunafseiei opened this issue Jun 8, 2019 · 1 comment
Open
1 task

Cannot initialize Eln Computer Probe #936

setsunafseiei opened this issue Jun 8, 2019 · 1 comment

Comments

@setsunafseiei
Copy link

  • [CHECK] Bug report
  • Feature request

Issue description

I cannot initialize the eln computer probe with my opencomputer using tier 3 computer.

Steps to reproduce

I am using local probe = require("ElnProbe") or local probe = require("Probe") and without that code yet still error

Electrical Age version

Currently using 1.14.2 Electrical Age mod
OpenComputers mod 1.7.3.1258

@dennis-qt
Copy link

The computer probe is a component to OpenComputers. The require() command is for loading libraries. To get access to the component use the component library:
local probe = require("component").ElnProbe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants