Changed hammer sound to lower pitched wrench sound
This commit is contained in:
parent
34046e9ef4
commit
02ff95c60c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ public class ItemHammer extends ItemTR implements ITexturedItem {
|
|||
|
||||
@Override
|
||||
public boolean onItemUse(ItemStack stack, EntityPlayer player, World world, BlockPos pos, EnumFacing side, float hitX, float hitY, float hitZ) {
|
||||
world.playSoundAtEntity(player, "minecraft:random.anvil_land", 1F, 1F);
|
||||
world.playSoundAtEntity(player, "techreborn:block_dismantle", 0.8F, 0.4F);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue