ecco7777

Miniumstone crafter

Feb 14th, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. m=peripheral.wrap("right")
  2. m.link("bottom")
  3.  
  4. while true do
  5. m.resupply(2)
  6. m.resupply(3)
  7. m.resupply(5)
  8. m.resupply(6)
  9. turtle.craft()
  10. turtle.select(7)
  11. turtle.dropUp()
  12. end
Add Comment
Please, Sign In to add comment