Minecraft: Computercraft: Send messages with redstone
Posted: February 5th, 2012 | Author: ThisIsTheAdmin | Filed under: Uncategorized | No Comments »Okay, I like playing mine craft every now and then. Just yesterday I found this awesome mine craft mod, Computercraft. I just had to get it as I love programming and thought it would be awesome to do that in my favorite game.
The I found out about the red power api built into it. I could get the red power mod installed but didn’t like it to much, but I wanted to exchange data between computers. Then I saw this awesome video on youtube someone demonstrating how he did it with pure redstone but he didn’t post the code for it
. So now here is my turn. I went ahead and programmed it myself again and it works perfectly. Well almost, the punctuation doesn’t work (I think it’s a bug in Computercraft). So here is the source code. If you use the same setup as in the video it should work. have fun!
Sender code: Pastebin
Receiver code: Pastebin
Use the contact form about any questions.