mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
23 lines
544 B
JSON
23 lines
544 B
JSON
{
|
|
"name": "CC: Redstone",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "Library for control redstone",
|
|
"version": "1.0.0",
|
|
"category": "Power",
|
|
"keyword": "Redstone",
|
|
"license": "GPL-3.0-or-later",
|
|
"peripherals": false,
|
|
"library": true,
|
|
"require_network": false,
|
|
"dependencies": {},
|
|
"design_for_computer": {
|
|
"basic": true,
|
|
"adv": true,
|
|
"command": true,
|
|
"pocket": false,
|
|
"advpocket": false,
|
|
"turtle": false,
|
|
"advturtle": false
|
|
}
|
|
}
|