diff options
Diffstat (limited to 'src/main/resources/assets/gregtech/sounds.json')
-rw-r--r-- | src/main/resources/assets/gregtech/sounds.json | 20 |
1 files changed, 20 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..dcf17b55bb --- /dev/null +++ b/src/main/resources/assets/gregtech/sounds.json @@ -0,0 +1,20 @@ +{ + "gui.buttonDown": { + "category": "block", + "sounds": [ + { + "name": "buttonDown", + "stream": false + } + ] + }, + "gui.buttonUp": { + "category": "block", + "sounds": [ + { + "name": "buttonUp", + "stream": false + } + ] + } +} |