Skip to content

Commit

Permalink
Sound config
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovdev committed Nov 21, 2024
1 parent c2936fb commit 4e90a1b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions assets/minecraft/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,25 @@
"attenuation_distance": 0
}
]
},
"lobby.cosmetic_selector_buy": {
"sounds": [
{
"name": "lobby/cosmetic_selector_buy",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
}
]
},
"lobby.cosmetic_selector_select": {
"sounds": [
{
"name": "lobby/cosmetic_selector_select",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
}
]
}
}

0 comments on commit 4e90a1b

Please sign in to comment.