aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/sounds.json
blob: 189ee5b20bea30ca2d2acc7d43bc96b332ca231e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "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
      }
    ]
  }
}