init
This commit is contained in:
commit
12ffbdc45d
76 changed files with 79368 additions and 0 deletions
12
computer/11/follow_rail.lua
Normal file
12
computer/11/follow_rail.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
function step()
|
||||
exists, data = turtle.inspectDown()
|
||||
if exists then
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
function follow_rail()
|
||||
while true do
|
||||
step()
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue