Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- thinkers construct smeltery timer
- local side = "bottom"
- while true do
- rs.setOutput(side, true)
- sleep(0.2)
- rs.setOutput(side, false)
- sleep(1.8)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement