mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-27 22:48:13 +00:00
25 lines
615 B
JSON
25 lines
615 B
JSON
{
|
|
"name": "Create Crafts & Additions",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "https://www.curseforge.com/minecraft/mc-mods/createaddition",
|
|
"version": "1.0",
|
|
"category": "Create",
|
|
"keyword": "create 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": false,
|
|
"advpocket": false,
|
|
"turtle": true,
|
|
"advturtle": true
|
|
}
|
|
}
|