Advertisement
Win4Win

spectrolus read redstone

Dec 11th, 2021 (edited)
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. while true do
  2. if (turtle.getItemCount(1) == 0) then
  3. rs.setOutput("right",true)
  4. rs.setOutput("top",true)
  5. else
  6. rs.setOutput("right",false)
  7. rs.setOutput("top",false)
  8. turtle.place()
  9. end
  10. sleep(0.10)
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement