Block_FlowerPot: {
    type: "compound";
    value: { PlantBlock?: { type: "compound"; value: object } & Block };
}

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

Type declaration

  • type: "compound"
  • value: { PlantBlock?: { type: "compound"; value: object } & Block }
    • OptionalPlantBlock?: { type: "compound"; value: object } & Block

      (May not exist) The block in the pot.