Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local slot = 1
- local condition = true
- while condition do
- if turtle.getItemCount(slot) > 4 then
- condition=false
- else
- if slot == 16 then
- condition = false
- else
- slot = slot + 1
- end
- end
- end
- turtle.select(slot)
- if condition then
- turtle.turnLeft()
- turtle.turnLeft()
- else
- turtle.place()
- turtle.turnRight()
- turtle.forward()
- turtle.forward()
- turtle.turnLeft()
- turtle.place()
- turtle.turnLeft()
- turtle.forward()
- turtle.turnRight()
- turtle.up()
- turtle.place()
- turtle.up()
- turtle.place()
- end
- turtle.select(1)
- turtle.turnLeft()
- turtle.turnLeft()
- turtle.down()
- turtle.down()
- shell.execute("label","set","azazazaza")
- shell.execute("pastebin","run","zQRuzu98")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement