{
  "$schema": "../schema.json",
  "includes": [
    "../common/common.json",
    "../common/player_inventory.json",
    "../common/terminal_toolbox.json"
  ],
  "terminalStyle": {
    "slotsPerRow": 9,
    "header": {
      "texture": "guis/terminal.png",
      "srcRect": [0, 0, 195, 17]
    },
    "firstRow": {
      "texture": "guis/terminal.png",
      "srcRect": [0, 17, 195, 18]
    },
    "row": {
      "texture": "guis/terminal.png",
      "srcRect": [0, 35, 195, 18]
    },
    "lastRow": {
      "texture": "guis/terminal.png",
      "srcRect": [0, 53, 195, 18]
    },
    "bottom": {
      "texture": "guis/terminal.png",
      "srcRect": [0, 71, 195, 99]
    }
  },
  "text": {
    "entriesShown": {
      "color": "DEFAULT_TEXT_COLOR",
      "align": "RIGHT",
      "scale": 0.6,
      "position": {
        "right": 26,
        "top": 8
      }
    }
  },
  "widgets": {
    "scrollbar": {
      "left": 175,
      "top": 18
    },
    "craftingStatus": {
      "left": 171,
      "top": -5,
      "hideEdge": false,
      "width": 20,
      "height": 20
    },
    "viewCells": {
      "right": 800,
      "top": 0
    },
    "search": {
      "left": 80,
      "top": 4,
      "width": 89,
      "height": 12
    }
  }
}
