Electrical-Age / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
https://electrical-age.net/
Other
211 stars 96 forks source link

Cannot initialize Eln Computer Probe #936

Open setsunafseiei opened 5 years ago

setsunafseiei commented 5 years ago

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 commented 5 years ago

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