Search results

  • 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
  1. K

    turtle coding

    i keep getting a error in my coding bios:338: [string "farm"]:16: 'end' expected (to close 'while' at line 13) my code is while true do for i = 1, 4 do turtle.attack() turtle.turnleft() turtle.dropDown() repeat until turtle.dropDown() == false end while false do...