Advertisement
yumetodo

craft_pures_flux.lua

Jul 3rd, 2021
1,050
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local function drop()
  2.     for i = 1, 16 do
  3.         turtle.select(i)
  4.         turtle.dropDown()
  5.     end
  6. end
  7. while true do
  8.     drop()
  9.     sleep(0.2)
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement