aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/sounds.json
blob: dcf17b55bbbf6e3872e065cde9dd02420561f8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "gui.buttonDown": {
    "category": "block",
    "sounds": [
      {
        "name": "buttonDown",
        "stream": false
      }
    ]
  },
  "gui.buttonUp": {
    "category": "block",
    "sounds": [
      {
        "name": "buttonUp",
        "stream": false
      }
    ]
  }
}