diff options
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyhanni/sounds.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/main/resources/assets/skyhanni/sounds.json b/src/main/resources/assets/skyhanni/sounds.json index 7c017cb0d..4a7c79770 100644 --- a/src/main/resources/assets/skyhanni/sounds.json +++ b/src/main/resources/assets/skyhanni/sounds.json @@ -1,11 +1,11 @@ { - "centurytimer.active": { - "category": "neutral", - "sounds": [ - { - "name": "itstimetopunchwheat", - "stream": false - } - ] - } -}
\ No newline at end of file + "centurytimer.active": { + "category": "neutral", + "sounds": [ + { + "name": "itstimetopunchwheat", + "stream": false + } + ] + } +} |