mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +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"] },
|
"duhduhduhduuuh": { "category": "record", "sounds":["actuallyadditions:duhduhduhduuuh"] },
|
||||||
"coffeeMachine": { "category": "block", "sounds":["actuallyadditions:coffeemachine"] },
|
"coffeemachine": { "category": "block", "sounds":["actuallyadditions:coffeemachine"] },
|
||||||
"reconstructor": { "category": "block", "sounds":["actuallyadditions:reconstructor"] },
|
"reconstructor": { "category": "block", "sounds":["actuallyadditions:reconstructor"] },
|
||||||
"crusher": { "category": "block", "sounds":["actuallyadditions:crusher"] }
|
"crusher": { "category": "block", "sounds":["actuallyadditions:crusher"] }
|
||||||
}
|
}
|
Loading…
Reference in a new issue