Transform Item Event Crashes The Game
When creating an item event that transforms the item to another item, the game crashes.
Steps To Reproduce:
- Download, install and start a new world with the supplied pack (experimental features on)
- Find the 'apple' item in the equipment tab (or give yourself the grunt:transform_event item using the give command)
- Use the item and the game will crash
Expected Behavior:
- Transforming items in an items behavior file does so correctly without crashing
Actual Behavior:
- The game crashes when transforming items
Linked Issues
is duplicated by1
- Unresolved
Gruntastic- 9
- 4
- Confirmed
- 510005
- Multiple
- add-on crash custom_items items transformation
1.17.30.22 Beta - 1.19.63
1.17.30.22 Beta 1.17.30.21 Beta 1.17.30.20 Beta 1.17.20.22 Beta 1.17.20.21 Beta 1.17.10 1.17.10.23 Beta 1.17.1 Hotfix 1.17.10.20 Beta 1.17.0.58 Beta 1.17.0.56 Beta 1.17.0.54 Beta 1.17.0.52 Beta 1.17.0.50 Beta 1.16.230.56 Beta 1.16.230.54 Beta 1.16.220 1.16.230.50 Beta 1.16.220.52 Beta 1.16.220.51 Beta 1.16.210.60 Beta 1.16.210.59 Beta 1.16.210.58 Beta 1.16.210.57 Beta 1.16.210.56 Beta 1.16.210.55 Beta 1.16.210.54 Beta 1.16.210.53 Beta 1.16.210.51 Beta 1.16.210.50 Beta 1.16.200.57 Beta 1.16.200.56 Beta 1.16.200.55 Beta 1.16.200.53 Beta 1.16.200.52 Beta 1.16.200.51 Beta 1.16.100.60 Beta 1.16.100.59 Beta 1.16.201 Hotfix 1.16.210 1.16.221 Hotfix 1.17.0 1.19.63
Created Issue:
Transform Item Event Crashes The Game
When creating an item event that transforms the item to another item, the game crashes.
Steps To Reproduce:
- Create an item like this:
{ "format_version": "1.16.100", "minecraft:item": { "description": { "identifier": "test:test", "category": "equipment" }, "components": { //... "minecraft:use_duration": 0.0 "minecraft:on_use": { "on_use": { "event": "use" "target": "self" } } }, "events": { "use": { "transform_item": {"transform": "minecraft:bowl"} } } }
- Use the item in game and it will crash
Expected Behavior:
- Transforming items in an items behavior file does so correctly without crashing
Actual Behavior:
- The game crashes when transforming items
When creating an item event that transforms the item to another item, the game crashes.
Steps To Reproduce:
- Create an item like this:
{ "format_version": "1.16.100", "minecraft:item": { "description": { "identifier": "test:test", "category": "equipment" }, "components": { //... "minecraft:use_duration": 0.0 "minecraft:on_use": { "on_use": { "event": "use" "target": "self" } } }, "events": { "use": { "transform_item": {"transform": "minecraft:bowl"} } } }
- Use the item in game and it will crash
Expected Behavior:
- Transforming items in an items behavior file does so correctly without crashing
Actual Behavior:
- The game crashes when transforming items
When creating an item event that transforms the item to another item, the game crashes.
Steps To Reproduce:
- Download, install and start a new world with the supplied pack (experimental features on)
- Find the 'apple' item in the equipment tab (or give yourself the grunt:transform_event item using the give command)
- Use the item and the game will crash
Expected Behavior:
- Transforming items in an items behavior file does so correctly without crashing
Actual Behavior:
- The game crashes when transforming items
is duplicated by
Thank you for your report!
We're tracking this issue in MCPE-102422, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Still affects 1.16.100.60
Resolving temporarily as Awaiting Response. Could you please attach the add-ons you're using to this ticket?
Added example pack and redid the steps to reproduce
working in version 1.18.30