Posted 08 January 2014 - 05:00 PM
I have a program of a turtle that builds a wither and then kills it. I want to incorporate some wireless rednet into the program both for some flavor and to start expanding my experience towards rednet. I want it to provide status messages, like "Wither construction commencing", "Wither deconstruction commencing"
– Do to space limits in the area i will be opting for manual feeding and reloading.
(* server has gamerule mobgriefing == false so the wither is defenseless to a turtle)
Current Melee Turtle Program (No rednet):
http://pastebin.com/ZJ8q8q2G
Melee Turtle (My Rednet Attempt):
http://pastebin.com/SJRVjAtX
Information Terminal:
<I cant get anything to work.>
I don't what the limitations are but I wanted to use an ADV-Computer linked to a monitor; (I would like the first 3 options fuel/soulsand/wither skull to have a green or Red background depending on the message received from the turtle)
FUEL
SOULSAND STOCK
WITHER SKULL STOCK
STATUS: <"Wither construction commencing", "Wither deconstruction commencing">
Any help would be great. This way I can learn and expand from this sample/ help with code.
– Do to space limits in the area i will be opting for manual feeding and reloading.
(* server has gamerule mobgriefing == false so the wither is defenseless to a turtle)
Current Melee Turtle Program (No rednet):
http://pastebin.com/ZJ8q8q2G
Melee Turtle (My Rednet Attempt):
http://pastebin.com/SJRVjAtX
Information Terminal:
<I cant get anything to work.>
I don't what the limitations are but I wanted to use an ADV-Computer linked to a monitor; (I would like the first 3 options fuel/soulsand/wither skull to have a green or Red background depending on the message received from the turtle)
FUEL
SOULSAND STOCK
WITHER SKULL STOCK
STATUS: <"Wither construction commencing", "Wither deconstruction commencing">
Any help would be great. This way I can learn and expand from this sample/ help with code.