{
  "format_version": "1.8.0",
 "minecraft:entity": {
  "description": {
    "identifier": "minecraft:wither_skull",
    "is_spawnable": false,
    "is_summonable": false,
    "is_experimental": false
  },

  "component_groups": {
    "minecraft:exploding": {
      "minecraft:explode": {
        "fuseLength": 0,
        "fuseLit": true,
        "power": 1,
        "causesFire": false,
        "destroyAffectedByGriefing": true
      }
    }
  },

  "components": {
    "minecraft:collision_box": {
      "width": 0.15,
      "height": 0.15
    },
    "minecraft:projectile": {
      "onHit": {
        "definition_event": {
          "affectProjectile": true,
          "eventTrigger": {
            "event": "minecraft:explode",
            "target": "self"
          }
        },
        "mob_effect": {
          "effect": "wither",
          "durationeasy": 0,
          "durationnormal": 200,
          "durationhard": 800,
          "amplifier": 1
        }
      },
      "power": 1.2,
      "gravity": 0.00,
      "uncertaintyBase": 7.5,
      "uncertaintyMultiplier": 1,
      "shootSound": "bow",
      "hitSound": "bow.hit",
      "anchor": 1,
      "offset": [ 0, -0.1, 0 ],
      "inertia": 1.0,
      "liquid_inertia": 1.0,
      "shoottarget": false
    },
	  "minecraft:physics": {
    }
  },
  "events": {
   "minecraft:explode": {
    "add": {
     "component_groups": [
      "minecraft:exploding"
     ]
    }
   }
  }
 }
}