ccIDE/blocks/CCSettings/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
575 B
JSON

{
"name": "CC: Settings",
"author": "DPSoftware Foundation",
"description": "Read and write configuration options for CraftOS and your programs.",
"version": "1.0.0",
"category": "Config",
"keyword": "Env",
"license": "GPL-3.0-or-later",
"peripherals": false,
"library": true,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": true,
"advpocket": true,
"turtle": true,
"advturtle": true
}
}