Skip to content

Commit

Permalink
Add hub OST songs!
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovdev committed Dec 10, 2024
1 parent 5145042 commit 7f59922
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion assets/minecraft/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,47 @@
"music.save_the_kweebecs": {
"sounds": [
{
"name": "music/save_the_kweebecs",
"name": "save_the_kweebecs/music/main_theme",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
}
]
},
"music.neon_city": {
"sounds": [
{
"name": "lobby/music/neon_city",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
}
]
},
"music.medieval_town": {
"sounds": [
{
"name": "lobby/music/medieval_town",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
}
]
},
"music.kweebec_park": {
"sounds": [
{
"name": "lobby/music/kweebec_park",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
}
]
},
"music.alchemy_district": {
"sounds": [
{
"name": "lobby/music/alchemy_district",
"stream": true,
"volume": 1.0,
"attenuation_distance": 0
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added assets/minecraft/sounds/lobby/music/neon_city.ogg
Binary file not shown.

0 comments on commit 7f59922

Please sign in to comment.