Skip to content

Commit

Permalink
Balance knapping volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Apr 16, 2023
1 parent f531785 commit 4c3bb3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ public void esKnappingPlayPressSound(GuiButton b1, SoundHandler soundHandler, Gu
{
if (type.equals(KnappingType.CLAY) || type.equals(KnappingType.FIRE_CLAY))
{
ESSoundManagerClient.playSoundPlayer(SoundEvents.BLOCK_GRAVEL_BREAK, 1.2F, 0.8F);
ESSoundManagerClient.playSoundPlayer(SoundEvents.BLOCK_GRAVEL_BREAK, 1.2F, 0.6F);
}
else if (type.equals(KnappingType.STONE))
{
ESSoundManagerClient.playSoundPlayer(SoundEvents.BLOCK_STONE_BREAK, 2, 0.8F);
}
else if (type.equals(KnappingType.LEATHER))
{
ESSoundManagerClient.playSoundPlayer(SoundEvents.ITEM_ARMOR_EQUIP_LEATHER, 2, 0.8F);
ESSoundManagerClient.playSoundPlayer(SoundEvents.ITEM_ARMOR_EQUIP_LEATHER, 2, 1);
}
else
{
Expand Down

0 comments on commit 4c3bb3c

Please sign in to comment.