Block_ChiseledBookshelf: {
    type: "compound";
    value: {
        Items: {
            type: "list";
            value: { type: "compound"; value: Item_ItemStack["value"][] };
        };
        LastInteractedSlot: { type: "int"; value: number };
    };
}

Additional fields for [chiseled bookshelf](https://minecraft.wiki/w/chiseled bookshelf).

Type declaration

  • type: "compound"
  • value: {
        Items: {
            type: "list";
            value: { type: "compound"; value: Item_ItemStack["value"][] };
        };
        LastInteractedSlot: { type: "int"; value: number };
    }
    • Items: { type: "list"; value: { type: "compound"; value: Item_ItemStack["value"][] } }

      List of books in the bookshelf.

    • LastInteractedSlot: { type: "int"; value: number }

      Last interacted slot (1-6), or 0 if no slot has been interacted with yet.