Created
September 20, 2013 12:34
-
-
Save kb10uy/6636785 to your computer and use it in GitHub Desktop.
丸石製造機と合わせて使うといいですよ。
選択スロットに燃料を入れといてください。
suckの部分は状況に合わせてUpかDownをつけてください。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true do | |
turtle.dig(); | |
turtle.suck(); | |
if (turtle.getFuelLevel()<=20) then | |
turtle.refuel(1); | |
end | |
sleep(2); | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment