ccIDE/blocks/CCRedstone/toolbox.xml
damp11113 acab98dfa6 update 1.1.2 and add new block
added block CCRedstone and CCRednet
and CCTurtle is finished
2024-07-17 22:32:34 +07:00

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>