diff --git a/Component-Redstone.md b/Component-Redstone.md index 367105a..c914956 100644 --- a/Component-Redstone.md +++ b/Component-Redstone.md @@ -15,10 +15,9 @@ 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 [[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. -[[color|API/Colors]]. + Example use: ```lua