Advertisement
M0n5t3r

Milk

Jul 17th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local milkslot = 2
  2. local bukkitslot = 1
  3.  
  4. if redstone.getInput == true then
  5.     select bukkitslot
  6.     turtle.place()
  7.     select milkslot
  8.     turtle.dropDown()
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement