[
  {
    "id": "cursor",
    "name": "cursor",
    "slots": [
      {
        "name": "cursor",
        "index": 0
      }
    ]
  },
  {
    "id": "armor",
    "name": "armor",
    "slots": [
      {
        "name": "armor",
        "index": 0,
        "size": 4
      }
    ]
  },
  {
    "id": "hand",
    "name": "hand",
    "slots": [
      {
        "name": "offhand",
        "index": 0
      }
    ]
  },
  {
    "id": "container",
    "name": "container",
    "slots": [
      {
        "name": "container",
        "index": 0,
        "size": 28
      }
    ]
  },
  {
    "id": "inventory",
    "name": "Inventory",
    "slots": [
      {
        "name": "hotbar_and_inventory",
        "index": 0,
        "size": 36
      },
      {
        "name": "inventory",
        "index": 9,
        "size": 36
      },
      {
        "name": "hotbar",
        "index": 0,
        "size": 9
      }
    ]
  },
  {
    "id": "workbench",
    "name": "Crafting Table",
    "slots": [
      {
        "name": "crafting_input",
        "index": 0,
        "size": 4
      }
    ]
  },
  {
    "id": "furnace",
    "name": "furnace",
    "slots": [
      {
        "name": "furnace_fuel",
        "index": 1
      },
      {
        "name": "furnace_ingredient",
        "index": 0
      }
    ]
  },
  {
    "id": "enchantment",
    "name": "enchantment",
    "slots": [
      {
        "name": "enchanting_lapis",
        "index": 15
      },
      {
        "name": "enchanting_input",
        "index": 14
      }
    ]
  },
  {
    "id": "brewing_stand",
    "name": "brewing_stand",
    "slots": [
      {
        "name": "brewing_input",
        "index": 1,
        "size": 3
      },
      {
        "name": "brewing_fuel",
        "index": 4
      }
    ]
  },
  {
    "id": "anvil",
    "name": "anvil",
    "slots": [
      {
        "name": "anvil_input",
        "index": 1
      },
      {
        "name": "anvil_material",
        "index": 2
      }
    ]
  },
  {
    "id": "dispenser",
    "name": "dispenser",
    "slots": [
      {
        "name": "container",
        "index": 0,
        "size": 9
      }
    ]
  },
  {
    "id": "dropper",
    "name": "dropper",
    "slots": [
      {
        "name": "container",
        "index": 0,
        "size": 9
      }
    ]
  },
  {
    "id": "hopper",
    "name": "hopper",
    "slots": [
      {
        "name": "container",
        "index": 0,
        "size": 4
      }
    ]
  },
  {
    "id": "minecart_hopper",
    "name": "minecart_hopper",
    "slots": [
      {
        "name": "container",
        "index": 0,
        "size": 4
      }
    ]
  }
]