Posted 13 August 2014 - 11:46 PM
Hi, I've been learning as much as I can on computercraft lately but ran into a problem recently with Rednote blocks from minefactory reloaded. I cannot seem to find any documentation on them at all :(/> I've tried using rednet cabling hooked up to them and sending bundled cable signals to them but I cannot seem to control them at all. For example I set up a program to test cycling between 2 noteblocks with rednet cable connected with the colors purple and white:
while true do
rs.setBundledOutput('back',colors.white)
sleep(1)
rs.setBundledOutput('back',colors.white)
sleep(1)
end
Does Anyone have any experience with these?