修复了子弹无法击中不具有爆头判定生物的bug
This commit is contained in:
parent
60e134bdd2
commit
454e741fbc
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ public class ProjectileEntity extends ThrowableItemProjectile {
|
|||
public ProjectileEntity(Level p_i1775_1_, double p_i1775_2_, double p_i1775_4_, double p_i1775_6_) {
|
||||
super(TargetCustomModEntities.PROJECTILE.get(), p_i1775_2_, p_i1775_4_, p_i1775_6_, p_i1775_1_);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
protected void onHitEntity(EntityHitResult pResult) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue