Skip to content

Commit

Permalink
Fixed ambient sound bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticKoko committed Jul 4, 2024
1 parent f968f71 commit 2d969ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ open class HybridAquaticFishEntity(
}

override fun getAmbientSound(): SoundEvent {
return SoundEvents.ENTITY_SALMON_AMBIENT
return SoundEvents.ENTITY_COD_AMBIENT
}

override fun getSplashSound(): SoundEvent {
Expand Down

0 comments on commit 2d969ce

Please sign in to comment.