Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for y=1,2 do
- turtle.select(y)
- for x=1,63 do
- turtle.digDown()
- turtle.place()
- turtle.down()
- end
- turtle.turnRight()
- turtle.placeDown()
- turtle.select(y+2) -- slots 1,3 then 2,4 should form a lava free column down 64 blocks
- for x=1,64 do
- turtle.place()
- turtle.up()
- end
- turtle.turnRight()
- end
Add Comment
Please, Sign In to add comment