ccIDE/blocks/CCRednet/index.json
damp11113 b77dc34ec6 update 1.1.4 add new Settings block
add new Settings block for env settings
and merge IDE block to system for default
2024-07-20 16:49:13 +07:00

23 lines
527 B
JSON

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