Chailotl / particular

Enhances Minecraft's ambience with hand-crafted visual effects like fireflies, falling leaves, and waterfall cascades
GNU Lesser General Public License v3.0
38 stars 21 forks source link

Only ignore Arrows instead of all Projectiles for creating splashes. #18

Closed Dev0Louis closed 5 months ago

Dev0Louis commented 5 months ago

This PR simply changes the instanceOf check to be instanceOf ArrowEntity instead of instanceof ProjectileEntity.

I still exclude the Arrow Entity from the splash creation as after talking with chai she told me that the Arrow still has problems, because of it's hitbox.