rRazZer34

CC: Botania Mystical Flower Farm

Jan 22nd, 2023 (edited)
1,569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. --NinthNUr
  2. while true do
  3.     turtle.select(1)
  4.     turtle.place()
  5.     turtle.select(2)
  6.     turtle.place()
  7.     redstone.setOutput("top", true)
  8.     sleep(0)
  9.     redstone.setOutput("top", false)
  10.     sleep(0.3)
  11.     turtle.suck()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment