From e30a6975e349ed04f0ee724d74dd9ff3bfe1e0d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 4 Dec 2013 12:19:10 -0800 Subject: [PATCH] Updated API Colors (markdown) --- API-Colors.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/API-Colors.md b/API-Colors.md index f2cd9d0..fee93ef 100644 --- a/API-Colors.md +++ b/API-Colors.md @@ -17,4 +17,10 @@ This "API" serves a global table that allows you to refer to colors by their nam - Red (`red`), Number: 14 - Black (`black`), Number: 15 -Note that the indexing starts at zero, not one. \ No newline at end of file +Note that the indexing starts at zero, not one. + +Useful for setting or getting bundled redstone output or input, for example: +```lua +local rs = component.redstone +rs.setBundledOutput(sides.back, colors.green, rs.getBundledInput(sides.front, colors.blue)) +``` \ No newline at end of file