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

An item's "transform_item" event no longer works

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.20.10.21 Preview, 1.19.10, 1.19.11 Hotfix
    • None
    • Confirmed
    • Windows
    • 1051162

      The transform_item event for items no longer works.

      Example:

          "events": {
              "use_item":{
                  "sequence": [
                      {
                          "transform_item": {
                              "transform": "minecraft:apple"
                          },
                          "run_command": {
                              "command": [
                                  "say I'm an apple!"
                              ],
                              "target": "holder"
                          }
                      }
                  ]
              }
           }

       

      Expected result is that when the item's 'use_item' event is triggered, that the item transforms into an apple and the player says "I'm an apple!".

      Actual result is that the item does not transform and the player says "I'm an apple!".

      This worked previous to version 1.19.10.

            Dhakos Dhakos
            Votes:
            7 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              CHK: