Minecraft Codes

Computercraft (Mod)

The following is a simple tutorial on how to use a code for remote controlling a stationary computer over a pocketcomputer in minecraft. 

Right now the number of buttons is limited to three. But we will work on the code continuously  to improve minor errors and bugs. The three buttons can control three redstone outputs from the computer. You can use it with a UI and color changing buttons. To make this possible TouchpointAPI is used (props to lygyd) and partly self coded elements.

As mentioned already we are continuously improving our codes. If you have any adjustment ideas, let us know by clicking "Error Report" in the top bar

I'm further working on the program to improve it and fix bugs, so i'm glad about any constructiv ciriticism for my program. Im actually working at a safer way of instructiontransfer (because on a server you can receive the assingment codes and send it from another computer), and also on a more userfriendly design and lot more cool stuff.

 

So now lets start to install the whole system:

For this you need following items to craft:

  • Advanced Wireless Pocketcomputer
  • Advanced Computer
  • Wireless Modem

First you have to place your computer where you want it to stay and put the wireless modem on the back side of the computer. Now donwload the programm on your computer from pastebin. Type "pastebin get GeSa6NSQ startup" into the console and reboot your ingame computer by writing "reboot". 

On the top left and right, you get the redstone signals for controling your stuff. The signals will trigger by using the following keys.

 

Button 1 = Left

Button 2 = Top

Button 3 = Right

 

So now you have to setup the pocketcomputer. You have to download two programs. The first one is TouchpointAPI (TouchpointAPI  main article) with "pastebin get pfHeia96 touchpoint" and the main program with "pastebin get  Q9ZvjtSP startup". Also reboot the pocketcomputer.

Now you can decide how many buttons you want to have (with a maximum of 3). Then you have to name the buttons. You can't give two buttons the same name, because the program will crash. Due to programming issues you have to name them after every reboot. We will work on this issue.

 

If you have followed all the steps you should now be able to control your computer with the pocketcomputer.

 

If you want to see the raw paste here you have the two links:

For the computer : http://pastebin.com/GeSa6NSQ

For the pocketcomputer : http://pastebin.com/Q9ZvjtSP

 

If you want to be up to date and see new cool codes for computercraft, feel free to visit  the pastebin account of our vice coder.