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

View file

@ -39,6 +39,8 @@ public class NSE_Sounds extends NSE_BaseRegistration {
public static final SoundEvent SIREN_SOUND = registerSoundEvent("siren_sound");
public static final SoundEvent BELL_SIREN_SOUND = registerSoundEvent("bell_siren_sound");
public static final SoundEvent WOOP_SIREN_SOUND = registerSoundEvent("woop_siren_sound");
public static final SoundEvent CLOISTER_SIREN_SOUND = registerSoundEvent("cloister_siren_sound");
public static final SoundEvent ELECTRIC_HIT = SoundEvent.of(new Identifier(NewSoviet.MOD_ID, "electric_hit"));

View file

@ -23,6 +23,12 @@
"new_soviet:woop_siren"
]
},
"cloister_siren_sound": {
"subtitle": "subtitles.new_soviet.siren",
"sounds": [
"new_soviet:cloister_siren"
]
},
"electric_hit": {
"subtitle": "subtitles.new_soviet.electric_hit",
"sounds": [