Skip to content

Commit

Permalink
Tweak the last addition
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Aug 23, 2024
1 parent 016881c commit 5846255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public ItemStack[] getCustomLootItems(Entity entityIn, ResourceLocation resource

@Override
protected SoundEvent getDeathSound() {
return MoCreatures.proxy.legacyFilchLizardSounds ? SoundEvents.ENTITY_GENERIC_HURT : MoCSoundEvents.ENTITY_FILCH_LIZARD_DEATH;
return MoCreatures.proxy.legacyFilchLizardSounds ? SoundEvents.ENTITY_GENERIC_DEATH : MoCSoundEvents.ENTITY_FILCH_LIZARD_DEATH;
}

@Override
Expand Down

0 comments on commit 5846255

Please sign in to comment.