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

Memorian

New Member
Jul 29, 2019
119
0
0
An automated attack loop with delays if there is nothing to attack

while true do
if not turtle.attack() then
sleep(1)
end
end
 

Silent_007

New Member
Jul 29, 2019
302
0
0
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