How to integrate IC2 fluid reactor with computercraft?

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

DrFarson

New Member
Aug 17, 2020
1
0
2
I'm trying to make an automated ic2 fluid reactor, but I can't seem to be able to interface the modem with the reactor.
I've tried pulling the methods from the access hatch, but it gives me nothing about the reactor itself. I'm looking to find reactor temp, fluid levels, etc.

I do however get a method called "getReactorCore" is this it? If so, how would I go about using it in my code?