ecco7777

me turtle craft

Aug 18th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. args={...}
  2. me=peripheral.wrap('top')
  3. name=args[1]
  4. shell.run(args[1])
  5. turtle.select(1)
  6. for i=1,#recipe do
  7. me.exportItem(recipe[i],'down',1)
  8. turtle.dropDown()
  9. end
Add Comment
Please, Sign In to add comment