{
  "$schema": "schema.json",
  "includes": [
    "common/common.json",
    "common/player_inventory.json",
    "common/toolbox.json"
  ],
  "background": {
    "texture": "guis/molecular_assembler.png",
    "srcRect": [0, 0, 176, 199]
  },
  "slots": {
    "MACHINE_CRAFTING_GRID": {
      "left": 29,
      "top": 31,
      "grid": "BREAK_AFTER_3COLS"
    },
    "ENCODED_PATTERN": {
      "left": 126,
      "top": 16
    },
    "MACHINE_OUTPUT": {
      "left": 126,
      "top": 49
    }
  },
  "text": {
    "dialog_title": {
      "text": {
        "translate": "gui.ae2.MolecularAssembler"
      },
      "position": {
        "left": 8,
        "top": 6
      }
    }
  },
  "images": {
    "progressBar": {
      "texture": "guis/molecular_assembler.png",
      "srcRect": [176, 0, 6, 18]
    }
  },
  "widgets": {
    "progressBar": {
      "left": 148,
      "top": 48
    }
  }
}
