Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- os.setComputerLabel("Michaelangelo")
- turtle.select(1)
- while true do
- local event = os.pullEvent("redstone")
- if event == "redstone" and rs.getInput("back") == true then
- turtle.place()
- end
- end
Add Comment
Please, Sign In to add comment