This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
mathe172's profile picture

Moving tesseracts

Started by mathe172, 01 June 2014 - 02:16 PM
mathe172 #1
Posted 01 June 2014 - 04:16 PM
Hello everyone,
I'm trying to make a mining system using turtles and tesseract. Unfortunately, I couldn't find a way to move a tesseract (or any other thing that could transport RF wirelessly (like energy cells)). The best I could come up with was placing a tesseract and then setting its frequency with open peripherals, but this fails because the tesseract defaults to send everything. Is there anything that could work? Or is it too early after the updates of TE and CC?
flaghacker #2
Posted 01 June 2014 - 05:10 PM
Go into lua prompt and type:

t = peripheral.wrap(<tesseract>)
t.listMethods()
Look if there's a function like "setOutput" or something. Else, you can try using a wrench turtle, I think it's also added by openperipherals.
Whitecatblack #3
Posted 01 June 2014 - 07:24 PM
I'll just leave this here for reference.

Whitecatblack
mathe172 #4
Posted 02 June 2014 - 10:55 AM
Sorry if I wasn't clear enough - I use TE 3.0.0.7 and CC 1.63, so there is no engineering turtle. Unfortunately, there isn't any method to change any settings of the tesseract (except the frequency)