ReactorCraft (23b) & ComputerCraft integration, Monster 1.1.2

  • 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

Demosthenex

New Member
Jul 29, 2019
772
0
0
I was looking at a RC tutorial:

http://lisimba.org/minecraft/howto_beginner_reactor/howto.html

They use a ComputerCraft program to query the temperature and control pistons.

Trying to do the same I don't see the getTemperature method in listMethods, and calling it returns an error. I see from Reika's changelog that CC integration was added in v18. openp/docs doesn't show that method either, I only see inventory queries.

Does anyone else have this working?
 

Qazplm601

Lord of the Tumbleweeds
Sep 21, 2013
2,754
3,282
308
Where else?
I was looking at a RC tutorial:

http://lisimba.org/minecraft/howto_beginner_reactor/howto.html

They use a ComputerCraft program to query the temperature and control pistons.

Trying to do the same I don't see the getTemperature method in listMethods, and calling it returns an error. I see from Reika's changelog that CC integration was added in v18. openp/docs doesn't show that method either, I only see inventory queries.

Does anyone else have this working?
first, update to v24. if that doesn't work, report back here. (you might also be using the wrong CC version)
 

Demosthenex

New Member
Jul 29, 2019
772
0
0
The tutorial was using 19b. Unfortunately I can't update ad-hoc as it's a server with many players. Updates must be scheduled.

I posted here hoping for confirmation.