I have read in other forums that it is possible to connect a reactor via modem and networking cable. I am curious what version of IC2 and ComputerCraft this might be.
Here are some screen shots of what I mean. If you have any knowledge on Nuclear Reactor Control with ComputerCraft, please give me some insight, thanks! I am somewhat savvy with lua.
CODE:
reactor = peripheral.wrap("right")
--Nuclear Reactor Adjacent to the computer just for this situation
reactor.getHeat()
I receive the error that the reactor is nil. Therefore it does not see the peripheral. Help!