Hubnester

Mushroom Checker

Mar 20th, 2021 (edited)
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. while true do
  2. if turtle.compare() then
  3. redstone.setOutput("back", true)
  4. else
  5. redstone.setOutput("back", false)
  6. end
  7. sleep(1 - 0.05)
  8. end
Add Comment
Please, Sign In to add comment