This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
augiteSoul's profile picture

Turtle Claws.

Started by augiteSoul, 24 May 2016 - 01:47 PM
augiteSoul #1
Posted 24 May 2016 - 03:47 PM
Hi. Turtle claws could be added by crafting a turtle with an Iron ingot below. It could be used to connect turtles with each other, send data and energy.

Functions:

Claw api:

claw.sendData(directory) Sends specified data to the another turtle.
claw.sendEnergy(amount) Sends energy to another turtle.
claw.bite Retracts the claws, dealing 2 damage to everything below.
claw.runProgram(directory) Run a program in another turtle.

That's all! Put your suggestions below.
KingofGamesYami #2
Posted 24 May 2016 - 04:08 PM
I very much dislike it. It's not extremely useful.

sendData - just use rednet
sendEnergy - ??? I'm not sure why you'd ever want to do this.
bite - turtle.attack
runProgram - nsh / rednet