From d8ca9fa71cb8499232d176303b6e90f9f66633d2 Mon Sep 17 00:00:00 2001 From: CokaCola Date: Sat, 8 Mar 2014 06:11:48 -0800 Subject: [PATCH] Updated Component Redstone (markdown) --- Component-Redstone.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Component-Redstone.md b/Component-Redstone.md index c914956..891f135 100644 --- a/Component-Redstone.md +++ b/Component-Redstone.md @@ -16,6 +16,7 @@ Callbacks: 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 [[color|API/Colors]]. + 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.