Advertisement
Guest User

startup

a guest
May 26th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. if turtle.getItemDetail(1).name == "minecraft:bucket" then
  2.     turtle.placeUp()
  3. end
  4.  
  5. while true do
  6.     sleep(8)
  7.     turtle.placeUp()
  8.     sleep(5)
  9.     turtle.placeUp()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement