Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Start=
- turtle.up()
- turtle.placeDown()
- for t=1,4 do
- for w=1,11 do
- turtle.forward()
- turtle.placeDown()
- end
- end
- turtle.turnRight()
- turtle.forward()
- turtle.down()
- Floor=
- r=1
- turtle.select(1)
- while true do
- turtle.forward()
- turtle.turnRight()
- turtle.turnRight()
- turtle.place()
- turtle.turnLeft()
- turtle.turnLeft()
- if r<16 and turtle.getItemCount(r)<1 then
- r=r+1
- turtle.select(r)
- end
- if r==16 and turtle.getItemCount(r)<1 then
- for p=1,100000 do
- print “I am out of Items.”
- end
- end
- if turtle.detect() then
- turtle.turnRight()
- if turtle.detect() then
- turtle.turnRight()
- if turtle.detect() then
- turtle.turnRight()
- if turtle.detect() then
- turtle.turnRight()
- if turtle.detect() then
- turtle.turnRight()
- if turtle.detect() then
- turtle.up()
- turtle.placeDown()
- for p=1,100000 do
- print “The floor has been made.”
- end
- end
- end
- end
- end
- end
- end
- end
- Start .. Floor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement