{
  "$schema": "schema.json",
  "includes": [
    "common/common.json",
    "common/player_inventory.json",
    "common/toolbox.json"
  ],
  "background": {
    "texture": "guis/io_port.png",
    "srcRect": [0, 0, 176, 168]
  },
  "slots": {
    "MACHINE_INPUT": {
      "left": 19,
      "top": 17,
      "grid": "BREAK_AFTER_2COLS"
    },
    "MACHINE_OUTPUT": {
      "left": 122,
      "top": 17,
      "grid": "BREAK_AFTER_2COLS"
    }
  },
  "text": {
    "dialog_title": {
      "text": {
        "translate": "gui.ae2.IOPort"
      },
      "position": {
        "left": 8,
        "top": 6
      }
    }
  },
  "widgets": {
    "operationMode": {
      "left": 80,
      "top": 17
    }
  }
}
