{
  "$schema": "schema.json",
  "includes": ["common/common.json", "common/player_inventory.json"],
  "background": {
    "texture": "guis/chest.png",
    "srcRect": [0, 0, 176, 168]
  },
  "slots": {
    "STORAGE_CELL": {
      "left": 80,
      "top": 37
    }
  },
  "text": {
    "dialog_title": {
      "text": {
        "translate": "gui.ae2.Chest"
      },
      "position": {
        "left": 8,
        "top": 6
      }
    }
  },
  "widgets": {
    "openPriority": {
      "left": 152,
      "top": -5,
      "width": 20,
      "height": 20
    }
  }
}
