damp11113 a3cbd59f8a update 1.2.2
Added 4 module
- CCPeripheral
- CCPeripheral_generic_energy_storage
- CCPeripheral_generic_fluid_storage
- CCPeripheral_generic_inventory
2024-08-19 21:04:51 +07:00

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
}
}