From 1378e4e614d566cc0733647f0ae37ce85880fd8a Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 7 Sep 2023 12:10:45 +0200 Subject: It's time to punch wheat (#442) It's time to punch wheat #442 --- src/main/resources/assets/skyhanni/sounds.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/assets/skyhanni/sounds.json (limited to 'src/main/resources/assets/skyhanni/sounds.json') 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 -- cgit