Posted 10 April 2014 - 03:17 PM
I've been messing around for about a day with this.
First let me start off saying i have minecraft 1.6.4 and computercraft 1.62 and MFR 2.7.8-482
I cannot get the redNet cables to work with the computer
I haven't really made any code yet since i've been trying to get these cables to work.
I connect the redNet cable to the back on the computer, and try to call bundled wire functions
code i've been using to try and get these working.
I cannot get these redNet cables to work, am i doing somthing wrong here?
First let me start off saying i have minecraft 1.6.4 and computercraft 1.62 and MFR 2.7.8-482
I cannot get the redNet cables to work with the computer
I haven't really made any code yet since i've been trying to get these cables to work.
I connect the redNet cable to the back on the computer, and try to call bundled wire functions
code i've been using to try and get these working.
I cannot get these redNet cables to work, am i doing somthing wrong here?
while true do
redstone.setBundledOutput("back", colors.white)
sleep(2)
redstone.setBundledOutput("back", colors.orange)
sleep(2)
end
Edited on 10 April 2014 - 01:18 PM