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

Advancement trigger "fall_from_height" triggers every tick while flying downwards in Creative mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.21.3, 24w46a, 1.21.4
    • None
    • Confirmed
    • Creative
    • Advancements
    • Normal
    • Gameplay

      Step to reproduce:

      1. Create a advancement with trigger "fall_from_height"
        {
          "criteria": {
            "requirement": {
              "trigger": "minecraft:fall_from_height"
            }
          },
          "rewards": {
            "function": "namespace:fall"
          }
        }
        
      2. Create a function
        advancement revoke @s only namespace:fall
        say 1
        
      3. While flying in creative mode, hold down the shift key.

      Expected result:
      The achievement was only expected to trigger when landing on the block.

      Actual result:
      The achievement triggered even though the player did not land on the block.

       

        1. 2024-12-06 12-51-48.mp4
          2.28 MB
          JustJabka
        2. 2024-12-06 12-52-07.mp4
          5.83 MB
          JustJabka

            Unassigned Unassigned
            JustJabka JustJabka
            Votes:
            5 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: