diff --git a/assets/minecraft/sounds.json b/assets/minecraft/sounds.json index c7ef490..23683ac 100644 --- a/assets/minecraft/sounds.json +++ b/assets/minecraft/sounds.json @@ -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 + } + ] } }