Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-159623

Placing something inside a flower pot does not trigger the "placed_block" advancement trigger

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • 1.14.4, 19w34a, 19w40a, 19w45a, 1.15.2, 20w09a, 20w11a, 20w13a, 20w15a, 20w16a, 20w17a
    • None
    • Unconfirmed
    • (Unassigned)

      I was trying to create an advancement which requires you to place every possible type of plant inside a flower pot. One of the criteria looks like the following:

       

      "potted_dandelion": {
          "trigger": "minecraft:placed_block",
          "conditions": {
              "block": "minecraft:potted_dandelion"
          }
      }
      

      However, it didn't trigger, and this led me to discover that even using just a simple placed_block trigger without the condition as follows:

       

      "potted_dandelion": {
          "trigger": "minecraft:placed_block",
      },
      

      This will not trigger upon placing anything inside a flower pot, but it does trigger upon placing other blocks as intended.

            Unassigned Unassigned
            Cavinator1 Cavinator 1
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: