Skip to content

Commit

Permalink
🔧 split noise sound config into decorative/bossfight
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 17, 2024
1 parent bc87034 commit 513c9f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions resourcepack/assets/omega-flowey/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,23 @@
]
},
"boss-fight.static": {
"sounds": [
{
"name": "omega-flowey:generic.noise",
"type": "event"
}
]
},
"decorative.static": {
"sounds": [
{
"name": "omega-flowey:generic.noise",
"type": "event",
"volume": 0.05
}
]
},
"generic.noise": {
"sounds": [
{
"name": "omega-flowey:mus_f_noise-01"
Expand Down

0 comments on commit 513c9f2

Please sign in to comment.