mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
17 lines
618 B
XML
17 lines
618 B
XML
<xml id="toolbox" style="display: none;">
|
|
<category name="Redstone" colour="10">
|
|
<block type="redstone_set_output"></block>
|
|
<block type="redstone_get_output"></block>
|
|
<block type="redstone_read_input"></block>
|
|
<block type="redstone_set_analog_output">
|
|
<value name="POWER">
|
|
<shadow type="math_number">
|
|
<field name="NUM">15</field>
|
|
</shadow>
|
|
</value>
|
|
</block>
|
|
<block type="redstone_get_analog_output"></block>
|
|
<block type="redstone_read_analog_input"></block>
|
|
</category>
|
|
</xml>
|