block-placer.lua
5 lines · 72 B
Copy & run
wget https://perlytiara.github.io/turtles.tips/raw/programs/BigGamingGamers/block-placer.lua
| 1 | while(true) do |
| 2 | turtle.select(1) |
| 3 | turtle.place() |
| 4 | sleep(10) |
| 5 | end |
5 lines · 72 B
Copy & run
wget https://perlytiara.github.io/turtles.tips/raw/programs/BigGamingGamers/block-placer.lua
| 1 | while(true) do |
| 2 | turtle.select(1) |
| 3 | turtle.place() |
| 4 | sleep(10) |
| 5 | end |