{
  "format_version": "1.26.0",
  "minecraft:entity": {
    "description": {
      "identifier": "minecraft:snowball",
      "is_experimental": false,
      "is_summonable": true,
      "is_spawnable": false,
      "spawn_category": "misc"
    },
    "components": {
      "minecraft:collision_box": {
        "height": 0.25,
        "width": 0.25
      },
      "minecraft:conditional_bandwidth_optimization": {
        "default_values": {
          "max_dropped_ticks": 5,
          "max_optimized_distance": 100.0,
          "use_motion_prediction_hints": true
        }
      },
      "minecraft:physics": {},
      "minecraft:projectile": {
        "anchor": 1,
        "angle_offset": 0.0,
        "offset": [
          0,
          -0.1,
          0
        ],
        "on_hit": {
          "impact_damage": {
            "apply_knockback_to_blocking_targets": true,
            "damage": 3,
            "knockback": true,
            "filter": "blaze"
          },
          "particle_on_hit": {
            "num_particles": 6,
            "on_other_hit": true,
            "on_entity_hit": true,
            "particle_type": "snowballpoof"
          },
          "remove_on_hit": {}
        },
        "gravity": 0.03,
        "power": 1.5
      },
      "minecraft:pushable": {
        "is_pushable": true,
        "is_pushable_by_piston": true
      }
    },
    "events": null
  }
}