Skip to content

Commit

Permalink
add buzzing sound
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Jan 15, 2024
1 parent d606a7c commit f3c31e5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion resourcepack/assets/omega-flowey/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@
}
]
},
"attack.flies.buzzing": {
"sounds": [
{
"name": "omega-flowey:snd_buzzing"
}
]
},
"attack.flies.summon": {
"sounds": [
{
"name": "omega-flowey:attack.generic.summon",
"type": "event"
}
]
},
"attack.friendliness-pellets.activate": {
"sounds": [
{
Expand Down Expand Up @@ -80,6 +95,13 @@
}
]
},
"attack.generic.summon": {
"sounds": [
{
"name": "omega-flowey:mus_sfx_yowl"
}
]
},
"attack.homing-vines.blinking": {
"sounds": [
{
Expand All @@ -91,7 +113,8 @@
"attack.homing-vines.summon": {
"sounds": [
{
"name": "omega-flowey:mus_sfx_yowl"
"name": "omega-flowey:attack.generic.summon",
"type": "event"
}
]
},
Expand Down
Binary file not shown.

0 comments on commit f3c31e5

Please sign in to comment.