{
  "fields": [
    {
      "id": "remove_child_entities",
      "title": "Remove Child Entities",
      "description": "If true, all entities linked to this entity in a child relationship (eg. leashed) will also be despawned.",
      "defaultValue": false,
      "dataType": 1
    }
  ],
  "description": "Despawns the Actor immediately.",
  "title": "Instant Despawn",
  "samples": {
    "/vanilla/behavior_pack/entities/creaking.json": [
      {
        "path": "/minecraft:entity/component_groups/minecraft:crumbling/minecraft:instant_despawn/",
        "content": {}
      }
    ]
  },
  "id": "minecraft:instant_despawn"
}