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

    turn on/off turtle

    Yeah. Only problem is that is would still be running. I know of no way to actually tell it to turn on on command. Someone write a plugin!
  2. P

    turn on/off turtle

    I think it is something like redstone.getInput("(side)"), with (side) being Left, Right, etc. You can then just do something like while true do if redstone.getInput("Back") do turtle.attack() end end