diff options
Diffstat (limited to 'src/main/resources/assets/gregtech/sounds.json')
-rw-r--r-- | src/main/resources/assets/gregtech/sounds.json | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/sounds.json b/src/main/resources/assets/gregtech/sounds.json new file mode 100644 index 0000000000..95d534b7cd --- /dev/null +++ b/src/main/resources/assets/gregtech/sounds.json @@ -0,0 +1,47 @@ +{ + "gui.buttonDown": { + "category": "block", + "sounds": [ + { + "name": "buttonDown", + "stream": false + } + ] + }, + "gui.buttonUp": { + "category": "block", + "sounds": [ + { + "name": "buttonUp", + "stream": false + } + ] + }, + "machines.FusionLoop": { + "category": "block", + "sounds": [ + { + "name": "FusionLoop", + "stream": false + } + ] + }, + "machines.DistilleryLoop": { + "category": "block", + "sounds": [ + { + "name": "DistilleryLoop", + "stream": false + } + ] + }, + "machines.PlasmaForgeLoop": { + "category": "block", + "sounds": [ + { + "name": "PlasmaForgeLoop", + "stream": false + } + ] + } +} |