Skip to content

Commit

Permalink
Sound event overhaul III
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Jan 3, 2024
1 parent 3105a58 commit 5dd6f78
Show file tree
Hide file tree
Showing 322 changed files with 328 additions and 317 deletions.
3 changes: 3 additions & 0 deletions src/main/java/drzhark/mocreatures/init/MoCSoundEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ public class MoCSoundEvents {
public static final SoundEvent ENTITY_GENERIC_SMACK;
public static final SoundEvent ENTITY_GENERIC_WHIP_COMMAND;
public static final SoundEvent ENTITY_GENERIC_WING_FLAP;
public static final SoundEvent ENTITY_GENERIC_WING_FLAP_SOFT;

/* Music */
// Record
Expand Down Expand Up @@ -467,6 +468,7 @@ public class MoCSoundEvents {
ENTITY_GENERIC_SMACK = createSoundEvent("entity.generic.smack");
ENTITY_GENERIC_WHIP_COMMAND = createSoundEvent("entity.generic.whip_command");
ENTITY_GENERIC_WING_FLAP = createSoundEvent("entity.generic.wing_flap");
ENTITY_GENERIC_WING_FLAP_SOFT = createSoundEvent("entity.generic.wing_flap_soft");

/* Music */
// Record
Expand Down Expand Up @@ -711,6 +713,7 @@ public static void registerSoundEvents(final RegistryEvent.Register<SoundEvent>
ENTITY_GENERIC_SMACK,
ENTITY_GENERIC_WHIP_COMMAND,
ENTITY_GENERIC_WING_FLAP,
ENTITY_GENERIC_WING_FLAP_SOFT,

/* Music */
// Record
Expand Down
Loading

0 comments on commit 5dd6f78

Please sign in to comment.