Diamssword

[CC] MultiCraftMagicalCropsBuffer

Jan 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. i=1
  2. while true do
  3. i = i+1
  4. if(turtle.getItemCount(turtle.getSelectedSlot()) >=9 and rs.getRedstoneInput("bottom") == false) then
  5. turtle.dropDown(9)
  6. sleep(4)
  7. end
  8. if(i == 17) then
  9. i = 1
  10. end
  11. turtle.select(i)
  12. end
Add Comment
Please, Sign In to add comment