I have created a xp farm using melee turtles, and i have the command (in the startup)
while true do
turtle.attack()
sleep(1)
end
But when the turtles kill the blazes the turtles pick up the rods, so i was going to change the code by adding in something, but i couldn't access the startup command, it just read "TurtleOS 1.5" with nowhere to type.
I am having to break and replace every turtle, so for future reference, how to i access it?
while true do
turtle.attack()
sleep(1)
end
But when the turtles kill the blazes the turtles pick up the rods, so i was going to change the code by adding in something, but i couldn't access the startup command, it just read "TurtleOS 1.5" with nowhere to type.
I am having to break and replace every turtle, so for future reference, how to i access it?