Add the last one
This commit is contained in:
parent
5769eca2f2
commit
f40da609ad
4 changed files with 170 additions and 0 deletions
11
startup.lua
Normal file
11
startup.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
function lol()
|
||||
while true do
|
||||
turtle.suckUp()
|
||||
end
|
||||
end
|
||||
|
||||
function artist()
|
||||
shell.run("artist")
|
||||
end
|
||||
|
||||
parallel.waitForAll(lol, artist)
|
||||
Loading…
Add table
Add a link
Reference in a new issue