diff --git a/API-Colors.md b/API-Colors.md index 4afd8e9..f597a25 100644 --- a/API-Colors.md +++ b/API-Colors.md @@ -25,4 +25,5 @@ local component = require("component") local colors = require("colors") local rs = component.redstone rs.setBundledOutput(sides.back, colors.green, rs.getBundledInput(sides.front, colors.blue)) -``` \ No newline at end of file +``` +would output the back signal strength to the front. \ No newline at end of file