Valkyrien Skies (Forge/Fabric)

Valkyrien Skies (Forge/Fabric)

3M Downloads

MyCrayfish Gun Bullet Entities that extends ProjectileEntity can pass through ship

shuangfas opened this issue ยท 0 comments

commented

This issue occurs when only Valkyrien Skies and addons are installed and no other mods

  • I have tested this issue and it occurs when no other mods are installed

Minecraft Version

1.18

Mod Loader

Forge

Issue description

First of all, the first option I had to choose because I couldn't post the issue without it

One day I was playing MrCrayfishGunMod and realized that his bullets would go through the ship
Puzzled, I opened the source code of MrCrayfishGunMod and found that bullets/rockets extends ProjectileEntity and they can't be blocked by a ship, whereas this mod's ThrowableGrenadeEntity, because it extends from ThrowableItemEntity, can be blocked by a ship
I would like to add compatibility with ProjectileEntity

Issue reproduction

  1. Shot the ship with the gun/rocket launcher in MrCrayfishGunMod and got through the ship intact!
    2.Throw a grenade directly at the ship. It's blocked.

Logs

No response