init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
8
computer/3/clear.lua
Normal file
8
computer/3/clear.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
pf = require("pathfinding")
|
||||
chest = vector.new(-251,96,99)
|
||||
pf.to(chest)
|
||||
for i = 1,16 do
|
||||
turtle.select(i)
|
||||
turtle.dropDown()
|
||||
end
|
||||
pf.returnHome()
|
Loading…
Add table
Add a link
Reference in a new issue