Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- if redstone.getAnalogInput('top') >= 15 then
- redstone.setOutput('bottom',true)
- else
- redstone.setOutput('bottom',false)
- end
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement