Jump to content




MFR Rednet cables


  • You cannot reply to this topic
5 replies to this topic

#1 ihatetn931

  • Members
  • 75 posts
  • LocationCookeville, Tn

Posted 10 April 2014 - 02: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

Posted Image

Edited by ihatetn931, 10 April 2014 - 02:18 PM.


#2 CometWolf

  • Members
  • 1,283 posts

Posted 10 April 2014 - 02:28 PM

CC 1.6+ does not currently support any bundled cables.

#3 Bomb Bloke

    Hobbyist Coder

  • Moderators
  • 7,099 posts
  • LocationTasmania (AU)

Posted 10 April 2014 - 02: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.

#4 ihatetn931

  • Members
  • 75 posts
  • LocationCookeville, Tn

Posted 10 April 2014 - 02: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.

#5 Cranium

    Ninja Scripter

  • Moderators
  • 4,031 posts
  • LocationLincoln, Nebraska

Posted 10 April 2014 - 02: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.

#6 ihatetn931

  • Members
  • 75 posts
  • LocationCookeville, Tn

Posted 10 April 2014 - 02:50 PM

Well that kinda sucks, i hope one of them supports 1.62 soon.

Mod may lock this topic.

Edited by ihatetn931, 10 April 2014 - 02:51 PM.






3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users