mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fix broken sounds
This commit is contained in:
parent
cb99c7859e
commit
f6b66f7cff
1 changed files with 2 additions and 2 deletions
|
@ -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"] }
|
||||
}
|
Loading…
Reference in a new issue