Problem with Melee Turtles

  • 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

Hitmaniac

New Member
Jul 29, 2019
88
0
0
I decided today to make my Blaze Spawner into an XP Farm. I used the same design as Direwolf's and I used the same command:

edit startup

while true do
turtle.attack()
sleep(1)
end

I saved the code, and did everything I could and the turtles won't attack. I don't get hit when I stand in front of them and neither do the mobs. Any help is appreciated.
 

baw179

New Member
Jul 29, 2019
295
0
0
I decided today to make my Blaze Spawner into an XP Farm. I used the same design as Direwolf's and I used the same command:

edit startup

while true do
turtle.attack()
sleep(1)
end

I saved the code, and did everything I could and the turtles won't attack. I don't get hit when I stand in front of them and neither do the mobs. Any help is appreciated.

When you finish, save it, then exit. Then type 'startup' and hit enter and it'll run :). Also, if you want to stop the program, press and hold CTRL+T together for about 2-3 seconds. Took me ages to figure that out (thx to guswut today) - I always broke them instead! :eek: