修复小型炮弹bug

This commit is contained in:
Atsuihsio 2025-03-19 23:03:07 +08:00
parent cb958d805b
commit c95fefe681

View file

@ -50,7 +50,7 @@ public class SmallCannonShellEntity extends FastThrowableProjectile implements G
}
public SmallCannonShellEntity(LivingEntity entity, Level level, float damage, float explosionDamage, float explosionRadius) {
super(ModEntities.GUN_GRENADE.get(), entity, level);
super(ModEntities.SMALL_CANNON_SHELL.get(), entity, level);
this.damage = damage;
this.explosionDamage = explosionDamage;
this.explosionRadius = explosionRadius;