on projectile hit:
	projectile is an snowball:
		create an explosion of force 3 at the projectile
		display 300 redstone particle at location of projectile with color 168, 6, 0 offset by 1.0, 3.0, 2.0
		display 300 redstone particle at location of projectile with color 244, 240, 0 offset by 4.0, 4.0, 1.0
		display 300 redstone particle at location of projectile with color 2, 9, 201 offset by 2.0, 2.0, 3.0
		display 300 redstone particle at location of projectile with color 15, 232, 0 offset by 3.0, 4.0, 3.0
		display 300 redstone particle at location of projectile with color 232, 0, 209 offset by 3.0, 2.0, 4.0
		stop trigger
	block at projectile is ender chest:
		set block at location of projectile to air
		stop trigger
	set block at location of projectile to air
	

	