Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function cableControl()
- if bottom then
- redstone.setBundledOutput(cable, colors.blue)
- else
- redstone.setBundledOutput(cable, 0)
- end
- if top then
- redstone.setBundledOutput(cable, colors.white)
- else
- redstone.setBundledOutput(cable, 0)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement