Infusion Ports

{
  "id": "my_infuse_port",
  "controllerIds": "mm:controller_a",
  "name": "My Infuse Port",
  "type": "mm:mekanism/infuse",
  "config": {
    "capacity": 10000000
  }
}
"type": "mm:mekanism/infuse"

The "type" field for the Mekanism infuse port is set to mm:mekanism/infuse. This tells the config reader to look for Mekanism infuse port-specific fields inside the "config" object field.

"config": {
    "capacity": 10000000
}

Inside of the "config" field, the "capacity" field is used to define the capacity of the tank which will store the infuse in the port.

Last updated