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

"trigger" block event response

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Awaiting Response
    • None
    • 1.19.2 Hotfix
    • None
    • Unconfirmed
    • Multiple

      "trigger" block event response doesn't throw error when it's value is array

      Working

      "event": {
          "example": {
              "trigger": "anyOtherEvent"
          }
      }

      Not Work But No Content Logs

      "event": {
          "example": {
              "trigger": [
                  "anyOtherEvent"
              ]
          }
      }
      

       

      Steps to Reproduce:
      1. Download addon provided below and import to minecraft
      2. Active addon to the world ( Turn on Holiday Creator Features is needed)
      3. Get block by enter following command 

      /give @s issuetest:testblock 

      4. Place that's block to anywhere

      5. Interact with that's block

       

      Observed Results:
      The event named "e2" has triggered but not trigger "trigger" event response

       

      Expected Results:
      The event triggered will thrown error to content logs

            Ducmkpro Nguyen Van Duc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: