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