Turtle.attack no such program

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
An automated attack loop with delays if there is nothing to attack

while true do
if not turtle.attack() then
sleep(1)
end
end
 
The generic attack command will work upwards as well.
That's all I use with my turtles, and they get angry when I stand on them. :D