Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mon = peripheral.wrap("top")
- function p16()
- redstone.setOutput("bottom", true)
- sleep(2)
- redstone.setOutput("bottom", false)
- sleep(6)
- redstone.setOutput("right", true)
- sleep(1)
- redstone.setOutput("right", false)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement