<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=User%3AOddstr13%2FSandbox%2FExample_test</id>
		<title>User:Oddstr13/Sandbox/Example test - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=User%3AOddstr13%2FSandbox%2FExample_test"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Oddstr13/Sandbox/Example_test&amp;action=history"/>
		<updated>2026-07-11T20:19:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Oddstr13/Sandbox/Example_test&amp;diff=6938&amp;oldid=prev</id>
		<title>Oddstr13: Created page with &quot; {{Example  |desc=Enable a single color, disable all others.  |code=redstone.setBundledOutput(&quot;back&quot;, colors.red)  |output=Red  }} {{Example  |desc=Enable two colors, disable...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Oddstr13/Sandbox/Example_test&amp;diff=6938&amp;oldid=prev"/>
				<updated>2015-03-16T02:44:48Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; {{Example  |desc=Enable a single color, disable all others.  |code=redstone.setBundledOutput(&amp;quot;back&amp;quot;, colors.red)  |output=Red  }} {{Example  |desc=Enable two colors, disable...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
{{Example&lt;br /&gt;
 |desc=Enable a single color, disable all others.&lt;br /&gt;
 |code=redstone.setBundledOutput(&amp;quot;back&amp;quot;, colors.red)&lt;br /&gt;
 |output=Red&lt;br /&gt;
 }}&lt;br /&gt;
{{Example&lt;br /&gt;
 |desc=Enable two colors, disable all others.&lt;br /&gt;
 |code=redstone.setBundledOutput(&amp;quot;back&amp;quot;, colors.combine(colors.red, colors.green))&lt;br /&gt;
 |output=Red, Green&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
    redstone.setBundledOutput(sSide,colors.combine(redstone.getBundledOutput(sSide),colors.brown)) &lt;br /&gt;
    -- ^ combine last input with new input, in this case white is mixed with brown, making those two colors enabled.&lt;br /&gt;
&lt;br /&gt;
    sleep(2)&lt;br /&gt;
    redstone.setBundledOutput(sSide, 0)  -- disable all output&lt;br /&gt;
&lt;br /&gt;
    sleep(2)&lt;br /&gt;
    redstone.setBundledOutput(sSide,colors.subtract(redstone.getBundledOutput(sSide), colors.black)) &lt;br /&gt;
    -- ^ disable the black wire but keep all other wires enabled, in this case it disables the black wire but keeps the white wire enabled from the last command.&lt;br /&gt;
&lt;br /&gt;
If you still need help with the bundledcables, i suggest asking on the forums or going on IRC.&lt;/div&gt;</summary>
		<author><name>Oddstr13</name></author>	</entry>

	</feed>