mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
25 lines
617 B
JSON
25 lines
617 B
JSON
{
|
|
"name": "Advanced Peripherals",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "Advanced Peripherals is a mod that adds many useful extensions for CC:Tweaked.",
|
|
"version": "1.2",
|
|
"category": "Mod",
|
|
"keyword": "mod",
|
|
"license": "GPL-3.0-or-later",
|
|
"peripherals": true,
|
|
"library": false,
|
|
"require_network": false,
|
|
"dependencies": [
|
|
"CCPeripheral"
|
|
],
|
|
"design_for_computer": {
|
|
"basic": true,
|
|
"adv": true,
|
|
"command": true,
|
|
"pocket": true,
|
|
"advpocket": true,
|
|
"turtle": true,
|
|
"advturtle": true
|
|
}
|
|
}
|