Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. -----------------------------------------------
  2. --|Автор - сверхчеловек, майнкрафтер kaka888|--
  3. --|           mcskill.ru,  Hitech           |--
  4. --|Любое        копирование        запрещено|--
  5. -----------------------------------------------
  6. local place = require("component").robot.place
  7. local count = require("component").robot.count
  8. local selectSlot = require("component").robot.select
  9. local i = 1
  10.  
  11. while true do
  12.     selectSlot(i)
  13.     place(3)
  14.     if count(i)==0 then i=i+1 end
  15.     if i>16 then i=1 end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement