Mojira Archive
MCPE-151377

Non-JSON object in entity components/component_groups crashes minecraft

How to reproduce

Create this entity file in a behavior pack

{
   "format_version": "1.17.20",
   "minecraft:entity": {
      "description": {
         "identifier": "test:crash"
      },
      "components": "crash",
      "component_groups": {
         "crash": "yes"
      }
   }
}

Then load the world

Expected behavior

  • Content log error informing you that the "components" field should be an object instead of a string
  • Content log error informing you that the "crash" component group should be an object instead of a string

Actual behavior
Game crashes

Fixed

[Mod] tryashtar

2021-12-29, 11:32 PM

2022-06-07, 06:01 PM

2022-06-07, 06:01 PM

2

1

Confirmed

700967

1.18.10.27 Beta, 1.18.2 Hotfix

1.19.0.21 Preview, 1.19.0.20 Beta, 1.19.0