Thy_Carpenter

TurtleGen

Dec 15th, 2023 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true do
  2. if redstone.getInput("back")
  3. then
  4. print("OwO notices your redstone")
  5. turtle.dig()
  6. turtle.dropDown()
  7. else
  8. os.queueEvent("fakeEvent");
  9. os.pullEvent();
  10. print("UwU no daddy redstone")
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment