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...