Description for the code snippet at the bottom.

Alex Martin 2014-04-14 12:38:14 -07:00
parent 0dc5dc4326
commit 743aca61ef

@ -26,3 +26,4 @@ local colors = require("colors")
local rs = component.redstone local rs = component.redstone
rs.setBundledOutput(sides.back, colors.green, rs.getBundledInput(sides.front, colors.blue)) rs.setBundledOutput(sides.back, colors.green, rs.getBundledInput(sides.front, colors.blue))
``` ```
would output the back signal strength to the front.