From f6b66f7cff8dab34f8e509482f989b7e5cf8596d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 16 Nov 2016 22:26:58 +0100 Subject: [PATCH] Fix broken sounds --- src/main/resources/assets/actuallyadditions/sounds.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/actuallyadditions/sounds.json b/src/main/resources/assets/actuallyadditions/sounds.json index 0e9a9a529..ab28c2987 100644 --- a/src/main/resources/assets/actuallyadditions/sounds.json +++ b/src/main/resources/assets/actuallyadditions/sounds.json @@ -1,6 +1,6 @@ { - "duhDuhDuhDuuuh": { "category": "record", "sounds":["actuallyadditions:duhduhduhduuuh"] }, - "coffeeMachine": { "category": "block", "sounds":["actuallyadditions:coffeemachine"] }, + "duhduhduhduuuh": { "category": "record", "sounds":["actuallyadditions:duhduhduhduuuh"] }, + "coffeemachine": { "category": "block", "sounds":["actuallyadditions:coffeemachine"] }, "reconstructor": { "category": "block", "sounds":["actuallyadditions:reconstructor"] }, "crusher": { "category": "block", "sounds":["actuallyadditions:crusher"] } } \ No newline at end of file