-
Bug
-
Resolution: Fixed
-
1.18.10.27 Beta, 1.18.2 Hotfix
-
None
-
Confirmed
-
Windows
-
701494
How to reproduce
Create this entity file in a behavior pack
{
"format_version": "1.17.20",
"minecraft:entity": {
"description": {
"identifier": "test:crash_event"
},
"events": {
"crash": {
"add": "crash"
}
}
}
}
Then load the world
Expected behavior
Content log error informing you that the "add" field should be an object instead of a string
Actual behavior
Game crashes
- relates to
-
MCPE-151377 Non-JSON object in entity components/component_groups crashes minecraft
- Resolved