Item Generator

Item generator

Edit the items to be stored in the chest:

Items (1/27)

Debug view
[
  {
    "Count": {
      "type": "byte",
      "value": 1
    },
    "Damage": {
      "type": "short",
      "value": 0
    },
    "Name": {
      "type": "string",
      "value": "minecraft:diamond"
    },
    "Slot": {
      "type": "byte",
      "value": 0
    },
    "WasPickedUp": {
      "type": "byte",
      "value": 0
    },
    "tag": {
      "type": "compound",
      "value": {
        "display": {
          "type": "compound",
          "value": {}
        }
      }
    }
  }
]
GitHub