Block_DecoratedPot: {
    type: "compound";
    value: {
        item: { type: "compound"; value: object } & Item_ItemStack;
        sherds: { type: "list"; value: { type: "string"; value: string[] } };
    };
}

Additional fields for [decorated pot](https://minecraft.wiki/w/decorated pot).

Type declaration

  • type: "compound"
  • value: {
        item: { type: "compound"; value: object } & Item_ItemStack;
        sherds: { type: "list"; value: { type: "string"; value: string[] } };
    }
    • item: { type: "compound"; value: object } & Item_ItemStack

      The item in the decorated pot.

    • sherds: { type: "list"; value: { type: "string"; value: string[] } }

      List of sherds on this decorated pot.