00MartyMcFlan00

bota

Feb 28th, 2021 (edited)
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. while true do
  2.  
  3.         shell.run("clear")
  4.         if rs.getInput("front") then
  5.             os.sleep()
  6.         else
  7.             turtle.drop(1)
  8.         end
  9.         os.pullEvent("redstone")
  10. end
Add Comment
Please, Sign In to add comment