damp11113 cdfaf53a5c update 1.5
add dependencies
2024-09-12 21:40:45 +07:00

23 lines
625 B
JSON

{
"name": "CC: Peripheral",
"author": "DPSoftware Foundation",
"description": "Peripherals are blocks (or turtle and pocket computer upgrades) which can be controlled by a computer.",
"version": "1.0.0",
"category": "Peripheral",
"keyword": "peripheral",
"license": "GPL-3.0-or-later",
"peripherals": true,
"library": false,
"require_network": false,
"dependencies": [],
"design_for_computer": {
"basic": true,
"adv": true,
"command": true,
"pocket": false,
"advpocket": false,
"turtle": true,
"advturtle": true
}
}