KevY007

EjectAll

Jul 22nd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. redstone.setOutput("top", true)
  2. redstone.setOutput("left", true)
  3. redstone.setOutput("right", true)
  4. redstone.setOutput("bottom", true)
  5. redstone.setOutput("front", true)
  6. shell.run("eject left")
  7. shell.run("eject top")
  8. shell.run("eject bottom")
  9. shell.run("eject back")
  10. shell.run("eject right")
  11. shell.run("eject front")
  12. os.reboot()
Add Comment
Please, Sign In to add comment