Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function addcol(col, side)
- rs.setBundledOutput(side, colors.combine(rs.getBundledOutput(side),col))
- end
- local function remcol(col, side)
- rs.setBundledOutput(side, colors.subtract(rs.getBundledOutput(side),col))
- end
- addcol(colors.red, "back")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement