Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --turtle places items from inventory into creation thing
- print "Magnemite is playing with metal."
- while true do
- for p=1,15 do
- turtle.drop(p)
- turtle.place(1)
- end
- turtle.select(16)
- sleep(3)
- turtle.suck()
- if turtle.getItemCount(16)==64 then
- print "Magmemite's inventory is full. Please empty and start again"
- term.clear()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement