summaryrefslogtreecommitdiff
path: root/TConstruct-1.10.2-2.5.6.DEV.111c188-deobf/assets/tconstruct/sounds.json
blob: bd0a2194de3573179367c5b0957803048209fd9b (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
   "frypan_hit": {
     "category": "player",
     "sounds": [
       "tconstruct:frypan_hit"
     ]
   },
   "toy_squeak": {
     "category": "player",
     "sounds": [
       "tconstruct:toy_squeak"
     ]
   },
   "little_saw": {
     "category": "player",
     "sounds": [
       "tconstruct:little_saw"
     ]
   },
   "slimesling": {
    "category": "player",
    "sounds": [
      "tconstruct:slimesling"
    ]
   },
   "wood_hit": {
     "category": "block",
     "sounds": [
       "tconstruct:woodHit1",
	   "tconstruct:woodHit2",
	   "tconstruct:woodHit3",
	   "tconstruct:woodHit4",
	   "tconstruct:woodHit5"
     ]
   },
   "stone_hit": {
     "category": "block",
     "sounds": [
       "tconstruct:stoneHit1",
	   "tconstruct:stoneHit2",
	   "tconstruct:stoneHit3"
     ]
   },
   "crossbow_reload": {
	"category": "player",
	"sounds": [
		"tconstruct:crossbowReload"
	]
   },
   "charged": {
    "category": "player",
	"sounds": [
		"tconstruct:charged"
	]
   },
   "discharge": {
    "category": "player",
	"sounds": [
		"tconstruct:discharge"
	]
   }
}