This commit is contained in:
RyanTLG
2022-03-25 17:46:41 +02:00
parent 3b84706602
commit 39cae8b770
4 changed files with 20 additions and 61 deletions

View File

@@ -28,6 +28,7 @@ public class highStatusEffect extends StatusEffect{
((PlayerEntity) entity).dismountVehicle();
((PlayerEntity) entity).damage(DamageSource.FALL, (float) 0.01);
((PlayerEntity) entity).heal(3 << amplifier);
((PlayerEntity) entity).getFallSounds();
}
}