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

MFR Rednet cables

Started by ihatetn931, 10 April 2014 - 01:17 PM
ihatetn931 #1
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?




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
CometWolf #2
Posted 10 April 2014 - 03:28 PM
CC 1.6+ does not currently support any bundled cables.
Bomb Bloke #3
Posted 10 April 2014 - 03:30 PM
Sorta. CC 1.6x drops all support for specific bundled cables in other mods, and instead adds an API that should allow other mod developers to make their cables compatible with CC.

Thus far, at least to my knowledge, no such cables have been rigged to work with that API. The bundled redstone commands are hence useless for now.

In particular, MFR development has moved on to MineCraft 1.7.x, so it's unlikely its RedNet cables will be compatible with ComputerCraft again any time soon. Apparently ProjectRed has something in the works, though.
ihatetn931 #4
Posted 10 April 2014 - 03:36 PM
So there is currently no way to do some type of bundled wire system? I don't wanna use all my computer sides just for regular redstone.
Cranium #5
Posted 10 April 2014 - 03:37 PM
At the moment, you will have to use plain redstone into bundled cables. When and if MFR adds bundled cable support, you can simply update their mod.
ihatetn931 #6
Posted 10 April 2014 - 03:50 PM
Well that kinda sucks, i hope one of them supports 1.62 soon.

Mod may lock this topic.
Edited on 10 April 2014 - 01:51 PM