mirror of
https://github.com/damp11113-software/ccIDE.git
synced 2025-04-28 06:58:13 +00:00
Added 4 module - CCPeripheral - CCPeripheral_generic_energy_storage - CCPeripheral_generic_fluid_storage - CCPeripheral_generic_inventory
23 lines
616 B
JSON
23 lines
616 B
JSON
{
|
|
"name": "CC: Generic Fluid Storage",
|
|
"author": "DPSoftware Foundation",
|
|
"description": "Methods for interacting with tanks and other fluid storage blocks.",
|
|
"version": "1.0.0",
|
|
"category": "Peripheral",
|
|
"keyword": "generic peripheral storage",
|
|
"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
|
|
}
|
|
}
|