ccIDE/blocks/CCDisk/index.json
damp11113 9990bc3c03 update 1.2.1
Add new 3 blocks library
NativeIO CCKey and CCDisk
2024-07-29 16:46:16 +07:00

23 lines
574 B
JSON

{
"name": "CC: Disk",
"author": "DPSoftware Foundation",
"description": "Blocks for performing operations on disk drives in ccIDE",
"version": "1.0.0",
"category": "",
"keyword": "disk, operations, ccIDE",
"license": "GPL-3.0-or-later",
"peripherals": true,
"library": true,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": false,
"advpocket": false,
"turtle": true,
"advturtle": true
}
}