DOCTOR WHO SIREN
This commit is contained in:
parent
cabbed33cf
commit
55c1976583
4 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"));
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
BIN
src/main/resources/assets/new_soviet/sounds/cloister_siren.ogg
Normal file
BIN
src/main/resources/assets/new_soviet/sounds/cloister_siren.ogg
Normal file
Binary file not shown.
Loading…
Reference in a new issue