Advertisement
Guest User

Nether

a guest
May 30th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. write("Nether Portal wird geoeffnet")
  4. sleep(1)
  5. write(".")
  6. sleep(1)
  7. write(".")
  8. sleep(1)
  9. write(".")
  10. sleep(3)
  11. redstone.setOutput("bottom", false)
  12. term.setCursorPos(1,3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement