{
  "$schema": "schema.json",
  "includes": [
    "common/common.json",
    "common/player_inventory.json",
    "common/toolbox.json"
  ],
  "background": {
    "texture": "guis/inscriber.png",
    "srcRect": [0, 0, 176, 178]
  },
  "slots": {
    "INSCRIBER_PLATE_TOP": {
      "left": 39,
      "top": 23
    },
    "MACHINE_INPUT": {
      "left": 63,
      "top": 39
    },
    "INSCRIBER_PLATE_BOTTOM": {
      "left": 39,
      "top": 55
    },
    "MACHINE_OUTPUT": {
      "left": 113,
      "top": 40
    }
  },
  "text": {
    "dialog_title": {
      "text": {
        "translate": "gui.ae2.Inscriber"
      },
      "position": {
        "left": 8,
        "top": 6
      }
    }
  },
  "images": {
    "progressBar": {
      "texture": "guis/inscriber.png",
      "srcRect": [176, 0, 6, 18]
    }
  },
  "widgets": {
    "progressBar": {
      "left": 135,
      "top": 39
    }
  }
}
