{
  "$schema": "schema.json",
  "includes": ["crafting_cpu.json"],
  "widgets": {
    "back": {
      "left": 214,
      "top": -5,
      "hideEdge": false
    },
    "selectCpuList": {
      "$comment": "List of available crafting CPU and their status",
      "left": -88,
      "top": 0,
      "width": 94,
      "height": 164
    },
    "selectCpuScrollbar": {
      "left": -11,
      "top": 19,
      "width": 12,
      "height": 137
    },
    "verticalToolbar": {
      "left": -85,
      "top": 1
    }
  },
  "text": {
    "cpuListTitle": {
      "position": {
        "top": 7,
        "left": -81
      },
      "text": {
        "translate": "gui.ae2.CraftingCPUs"
      }
    }
  },
  "images": {
    "cpuList": {
      "texture": "guis/cpu_selector.png",
      "textureWidth": 256,
      "textureHeight": 256,
      "srcRect": [0, 0, 94, 164]
    },
    "cpuListButton": {
      "texture": "guis/cpu_selector.png",
      "textureWidth": 256,
      "textureHeight": 256,
      "srcRect": [100, 0, 67, 22]
    },
    "cpuListButtonSelected": {
      "texture": "guis/cpu_selector.png",
      "textureWidth": 256,
      "textureHeight": 256,
      "srcRect": [100, 22, 67, 22]
    }
  }
}
