Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if turtle.getItemDetail(1).name == "minecraft:bucket" then
- turtle.placeUp()
- end
- while true do
- sleep(8)
- turtle.placeUp()
- sleep(5)
- turtle.placeUp()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement