Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if redstone.getInput("right") then
- else
- redstone.setOutput("front", true)
- sleep(3)
- redstone.setOutput("front", false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement