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

53 lines
1.4 KiB
JSON

{
"periph_gen_fluid_tanks": {
"message0": "Get fluid in tanks %1",
"args0": [
{
"type": "input_value",
"name": "TANKS",
"check": "Peripheral"
}
],
"output": "Array",
"colour": 240,
"tooltip": "Get all \"tanks\" in this fluid storage."
},
"periph_gen_fluid_transfer": {
"message0": "Fluid name %1 in tanks %2 %3 tanks %4\nWith limit %5 mb",
"args0": [
{
"type": "input_value",
"name": "FLUIDNAME",
"check": "String"
},
{
"type": "input_value",
"name": "TANKS1",
"check": "Peripheral"
},
{
"type": "field_dropdown",
"name": "MODE",
"options": [
["Push to", "PUSH"],
["Pull from", "PULL"]
]
},
{
"type": "input_value",
"name": "TANKS2",
"check": "Peripheral"
},
{
"type": "input_value",
"name": "LIMIT",
"check": "Number"
}
],
"previousStatement": null,
"nextStatement": null,
"colour": 240,
"tooltip": "Transfer a fluid from one fluid container to another connected one."
}
}