From 6e8dfa808051d6c9d03029f947b1eba6760c23d7 Mon Sep 17 00:00:00 2001 From: CokaCola Date: Sat, 8 Mar 2014 06:10:59 -0800 Subject: [PATCH] Updated Component Redstone (markdown) --- Component-Redstone.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Component-Redstone.md b/Component-Redstone.md index 9bd6f8f..367105a 100644 --- a/Component-Redstone.md +++ b/Component-Redstone.md @@ -15,7 +15,8 @@ Callbacks: - `getBundledOutput(side: number, color: number): number` Like `getOutput`, but for bundled output, getting the value for the channel with the specified [[color|API/Colors]]. - `setBundledOutput(side: number, color: number, value: number): number` - Like `setOutput`, but for bundled output, setting the value for the channel with the specified + Like `setOutput`, but for bundled output, setting the value for the channel with the specified + Note that for mods such as ProjectRed, low values(such as 15) may not function correctly for simple on/off values(opening a door for example). You may need to use a higher value, such as 255. [[color|API/Colors]].