Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-118105

if has_damage = fatal and target is other in minecraft:damage_sensor if I stand on a cactus or magma_block it runs the event on repeat.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • 1.16.201 Hotfix
    • None
    • Unconfirmed
    • Multiple

      If has_damage = fatal and target is other in minecraft:damage_sensor and I stand on a cactus it runs the event on repeat. Basically, if I use this the event "kill" which works fine and the json,"

      },
      {
      "on_damage": {
      "filters":

      { "test": "has_damage", "value": "fatal" }

      ,
      "event": "patches:kill",
      "target": "other"
      }
      }
      ]
      },"
      works as expected as it gives the player who killed a player one more on a scoreboard, but the issue is if the player stands on a cactus or magma block, it runs the event on repeat. I am not sure why, but you would expect the event not to run since the player should not have fatal damage which should only happen if the player is dead. Please fix this Mojang.

      Thanks,
      mrpatches123

      In the video, D= Deaths, K = Kills, and S = Kill Streak.

            mrpatches123 mrpatches123
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: