This commit is contained in:
SpeedSlicer 2025-03-10 11:23:07 -04:00
parent 12b89d142b
commit ff4d2a7e91
No known key found for this signature in database
GPG Key ID: 926D5B87A0993ED5
6 changed files with 601 additions and 632 deletions

View File

@ -278,7 +278,7 @@ public class EntityBullet extends Entity implements IProjectile {
if (movingObjectPosition.entityHit instanceof EntityLivingBase) {
handleLivingEntityHit(movingObjectPosition);
}
this.playSound("random.revolverhit", 1.0F, 1.2F / (this.rand.nextFloat() * 0.2F + 0.9F));
this.playSound("starlike:revolver.hit", 1.0F, 1.2F / (this.rand.nextFloat() * 0.2F + 0.9F));
if (!(movingObjectPosition.entityHit instanceof EntityEnderman)) {
this.setDead();