ccIDE/blocks/CCRedstone/index.json
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

23 lines
544 B
JSON

{
"name": "CC: Redstone",
"author": "DPSoftware Foundation",
"description": "Library for control redstone",
"version": "1.0.0",
"category": "Power",
"keyword": "Redstone",
"license": "GPL-3.0-or-later",
"peripherals": false,
"library": true,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": false,
"advpocket": false,
"turtle": false,
"advturtle": false
}
}