2 posts
Posted 09 April 2015 - 10:12 AM
Can anyone help me with a query regarding computercraft interacting with Tesseracts? I was wanting to have a computer near to/adjacent to a tesseract and read it's frequency value and output to a monitor based on the result… outputting to a monitor seems like I could probably figure it out (it's my first time using computercraft) but I can't find anything to give guidance about retrieving values from the tesseract.
957 posts
Location
Web Development
Posted 09 April 2015 - 08:05 PM
You need to find out what functions the tesseract has.
You can use my simple Get Methods program:
http://pastebin.com/sKLqTGrMPlace down a computer next to a tesseract, and run the program
Once you know the functions, you should be able to write a simple program to display the values on a monitor
If you need any help, just ask :)/> (And post your code)
2 posts
Posted 09 April 2015 - 10:46 PM
Thank you :)/> Once I managed to get the methods from the Tesseract it was actually pretty simple stuff :)/>