Cofre/EB

De WikiMinecraft
Saltar a: navegación, buscar
  • Nbtsheet.png
    Tile entity data
    • Nbtsheet.png
       id: Chest (chests and trapped chests have the same tile entity ID)
    • Nbtsheet.png
       x: X coordinate of the Tile Entity.
    • Nbtsheet.png
       y: Y coordinate of the Tile Entity.
    • Nbtsheet.png
       z: Z coordinate of the Tile Entity.
    • Nbtsheet.png
       CustomName: Optional. The name of this chest, which will display in its GUI where the default name ordinarily is.
    • Nbtsheet.png
       Lock: Optional. When not blank, prevents the container from being opened unless the opener is holding an item whose name matches this string.
    • Nbtsheet.png
       Items: List of items in the chest (double chests are simply two Chest tile entities next to each other).
      • Nbtsheet.png
        : An item, including the slot tag. Chest slots are numbered 0-26 with 0 in the top left corner.