Skip to content

Instantly share code, notes, and snippets.

@kb10uy
Created September 20, 2013 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kb10uy/6636785 to your computer and use it in GitHub Desktop.
Save kb10uy/6636785 to your computer and use it in GitHub Desktop.
丸石製造機と合わせて使うといいですよ。 選択スロットに燃料を入れといてください。 suckの部分は状況に合わせてUpかDownをつけてください。
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