DOCTOR WHO SIREN

This commit is contained in:
Andrew-71 2023-09-28 18:03:06 +03:00
parent cabbed33cf
commit 55c1976583
4 changed files with 9 additions and 0 deletions

View file

@ -48,6 +48,7 @@ public class SirenBlock extends HorizontalFacingBlock implements Waterloggable {
SIREN_SOUNDS.add(new SirenSound("Air raid", NSE_Sounds.SIREN_SOUND, 140));
SIREN_SOUNDS.add(new SirenSound("Bell", NSE_Sounds.BELL_SIREN_SOUND, 100));
SIREN_SOUNDS.add(new SirenSound("Woop", NSE_Sounds.WOOP_SIREN_SOUND, 40));
SIREN_SOUNDS.add(new SirenSound("Cloister Bell", NSE_Sounds.CLOISTER_SIREN_SOUND, 60));
}
@Override