Skip to content

Commit

Permalink
Fix bow and crossbow shoot sounds (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konicai committed Oct 30, 2022
1 parent f1c9c2f commit 10baa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
"bedrock_mapping": "BOW_HIT"
},
"entity.arrow.shoot": {
"playsound_mapping": "crossbow.shoot",
"playsound_mapping": "random.bow",
"bedrock_mapping": "BOW"
},
"item.axe.strip": {
Expand Down Expand Up @@ -1056,7 +1056,7 @@
"bedrock_mapping": "CROSSBOW_QUICK_CHARGE_END"
},
"item.crossbow.shoot": {
"playsound_mapping": "random.bow",
"playsound_mapping": "crossbow.shoot",
"bedrock_mapping": "CROSSBOW_SHOOT"
},
"block.deepslate_bricks.break": {
Expand Down

0 comments on commit 10baa9a

Please sign in to comment.