{
  "format_version": "1.26.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:tnt",
      "is_experimental": false,
      "is_summonable": true,
      "is_spawnable": false,
      "spawn_category": "misc"
    },
    "components": {
      "minecraft:collision_box": {
        "height": 0.98,
        "width": 0.98
      },
      "minecraft:conditional_bandwidth_optimization": {},
      "minecraft:explode": {
        "causes_fire": false,
        "fuse_lit": true,
        "power": 4,
        "fuse_length": 4
      },
      "minecraft:physics": {},
      "minecraft:pushable": {
        "is_pushable": false,
        "is_pushable_by_piston": true
      },
      "minecraft:type_family": {
        "family": [
          "tnt",
          "inanimate"
        ]
      }
    },
    "component_groups": {
      "from_explosion": {
        "minecraft:explode": {
          "causes_fire": false,
          "fuse_lit": true,
          "power": 4,
          "fuse_length": {
            "range_max": 2.0,
            "range_min": 0.5
          }
        }
      }
    },
    "events": {
      "from_explosion": {
        "add": {
          "component_groups": [
            "from_explosion"
          ]
        }
      }
    }
  }
}