From 743aca61ef2c99a6304d997029f21f388e833215 Mon Sep 17 00:00:00 2001 From: Alex Martin Date: Mon, 14 Apr 2014 12:38:14 -0700 Subject: [PATCH] Description for the code snippet at the bottom. --- API-Colors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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