-
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.
- is duplicated by
-
MCPE-160139 transform_item property doesn't work
- Resolved
-
MCPE-160826 transform_item event does not work for custom items.
- Resolved
-
MCPE-163296 "transform_item" event does't work
- Resolved
- relates to
-
MCPE-142378 Block Event - transform_item ( It's working but some things wrong )
- Reopened