8 lines
151 B
Lua
8 lines
151 B
Lua
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()
|