diff options
author | Linnea Gräf <nea@nea.moe> | 2023-09-07 12:10:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-07 12:10:45 +0200 |
commit | 1378e4e614d566cc0733647f0ae37ce85880fd8a (patch) | |
tree | 90574e5ceb00ac442533bc50aa1d2b377385fe46 /src/main/resources/assets/skyhanni/sounds.json | |
parent | cff2c91c06a44a6498288be38c3149d70b28beef (diff) | |
download | skyhanni-1378e4e614d566cc0733647f0ae37ce85880fd8a.tar.gz skyhanni-1378e4e614d566cc0733647f0ae37ce85880fd8a.tar.bz2 skyhanni-1378e4e614d566cc0733647f0ae37ce85880fd8a.zip |
It's time to punch wheat (#442)
It's time to punch wheat #442
Diffstat (limited to 'src/main/resources/assets/skyhanni/sounds.json')
-rw-r--r-- | src/main/resources/assets/skyhanni/sounds.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyhanni/sounds.json b/src/main/resources/assets/skyhanni/sounds.json new file mode 100644 index 000000000..7c017cb0d --- /dev/null +++ b/src/main/resources/assets/skyhanni/sounds.json @@ -0,0 +1,11 @@ +{ + "centurytimer.active": { + "category": "neutral", + "sounds": [ + { + "name": "itstimetopunchwheat", + "stream": false + } + ] + } +}
\ No newline at end of file |