ccIDE/blocks/CCSettings/index.json
damp11113 a3cbd59f8a update 1.2.2
Added 4 module
- CCPeripheral
- CCPeripheral_generic_energy_storage
- CCPeripheral_generic_fluid_storage
- CCPeripheral_generic_inventory
2024-08-19 21:04:51 +07:00

23 lines
576 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": false,
"require_network": false,
"dependencies": {},
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": true,
"advpocket": true,
"turtle": true,
"advturtle": true
}
}