{
  "format_version": "1.26.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:fireball",
      "is_experimental": false,
      "is_summonable": false,
      "is_spawnable": false,
      "spawn_category": "misc"
    },
    "components": {
      "minecraft:collision_box": {
        "height": 0.31,
        "width": 0.31
      },
      "minecraft:conditional_bandwidth_optimization": {
        "default_values": {
          "max_dropped_ticks": 7,
          "max_optimized_distance": 80.0,
          "use_motion_prediction_hints": true
        }
      },
      "minecraft:dimension_bound": {},
      "minecraft:physics": {},
      "minecraft:projectile": {
        "anchor": 1,
        "gravity": 0.0,
        "catch_fire": true,
        "inertia": 1,
        "liquid_inertia": 1,
        "on_hit": {
          "definition_event": {
            "affect_projectile": true,
            "event_trigger": {
              "event": "minecraft:explode",
              "target": "self"
            }
          },
          "impact_damage": {
            "apply_knockback_to_blocking_targets": true,
            "damage": 6,
            "knockback": false,
            "semi_random_diff_damage": false
          }
        },
        "offset": [
          0,
          -0.1,
          0
        ],
        "power": 1.6,
        "reflect_on_hurt": true,
        "uncertainty_base": 0,
        "uncertainty_multiplier": 0
      },
      "minecraft:pushable": {
        "is_pushable": true,
        "is_pushable_by_piston": true
      }
    },
    "component_groups": {
      "minecraft:exploding": {
        "minecraft:explode": {
          "causes_fire": true,
          "fire_affected_by_griefing": true,
          "fuse_lit": true,
          "power": 1,
          "destroy_affected_by_griefing": true,
          "fuse_length": 0
        }
      }
    },
    "events": {
      "minecraft:explode": {
        "add": {
          "component_groups": [
            "minecraft:exploding"
          ]
        }
      }
    }
  }
}