So you made that block in the video? If you want it to only launch block entities (falling sand, gravel, and primed tnt), just add some logic that checks the inheritance of the entity that is on there. If it is EntityLiving, don't do anything with it. Hope this helps!