Fix broken sounds

This commit is contained in:
Ellpeck 2016-11-16 22:26:58 +01:00
parent cb99c7859e
commit f6b66f7cff

View file

@ -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"] }
}