SHARE
TWEET
startup
a guest
Jan 29th, 2018
21
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- function breakPlace()
- turtle.dig()
- sleep(5)
- turtle.place()
- end
- while true do
- if redstone.getInput("back") == true
- then
- breakPlace()
- end
- sleep(1)
- end
RAW Paste Data

