Skip to content

Instantly share code, notes, and snippets.

@Mumberthrax
Last active April 14, 2020 06:56
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 Mumberthrax/5861627 to your computer and use it in GitHub Desktop.
Save Mumberthrax/5861627 to your computer and use it in GitHub Desktop.
Infinite minium crafting turtle - for computercraft
-- use crafty turtle
-- put minium stone in slot 1 (top-left corner)
-- put items to craft anywhere else except slot 3
-- place chest above turtle
turtle.select(3)
for i = 1,64
turtle.craft(1)
turtle.dropUp()
end
@Smurfik997
Copy link

over and over

[****](

  • 1. url

)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment