Setup:
See image a.png.
Situation:
The minecart coming from dispenser collides with another entity and VehicleEntityCollisionEvent is fired as expected.
But VehicleBlockCollisionEvent is fired too although there is no solid block.
See image b.png.
It was previously fixed in this **commit, but it only checked for AIR block.