XylianLP

Alchemist Turtle: 1 Slot

Jun 30th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. turtle.select(4)
  2. print("Slot 1 Minium Stone")
  3.  
  4. while true do
  5.  turtle.select(2)
  6.  turtle.suckDown()
  7.  oft=turtle.getItemCount(2)
  8.  turtle.select(4)
  9.  for a=1, oft do
  10.   turtle.craft()
  11.   turtle.dropUp()
  12.  end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment