{
  "credit": "Made with Blockbench",
  "textures": {
    "lights_bright": "ae2:block/chest/lights_on_bright",
    "lights_medium": "ae2:block/chest/lights_on_medium",
    "lights_dark": "ae2:block/chest/lights_on_dark"
  },
  "elements": [
    {
      "from": [0, 0, 0],
      "to": [16, 16, 16],
      "rotation": { "angle": 0, "axis": "y", "origin": [8, 8, 8] },
      "faces": {
        "up": {
          "uv": [0, 0, 16, 16],
          "rotation": 180,
          "texture": "#lights_bright",
          "tintindex": 3
        }
      }
    },
    {
      "from": [0, 0, 0],
      "to": [16, 16, 16],
      "rotation": { "angle": 0, "axis": "y", "origin": [8, 8, 8] },
      "faces": {
        "up": {
          "uv": [0, 0, 16, 16],
          "rotation": 180,
          "texture": "#lights_medium",
          "tintindex": 2
        }
      }
    },
    {
      "from": [0, 0, 0],
      "to": [16, 16, 16],
      "rotation": { "angle": 0, "axis": "y", "origin": [8, 8, 8] },
      "faces": {
        "up": {
          "uv": [0, 0, 16, 16],
          "rotation": 180,
          "texture": "#lights_dark",
          "tintindex": 1
        }
      }
    }
  ]
}
