summaryrefslogtreecommitdiff
path: root/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json
blob: d1fc927426049ff3ecc7a517f96458fb994896d9 (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
{ 
	"tf2crates.uncrate": {
		"category": "player",
		"sounds": [
			"tf2crates/uncrate"
		]
	},
	"tf2crates.crit": {
	"category": "player",
	"sounds": [
		"tf2crates/crit"
		]
	},
	"tf2crates.birthday": {
	"category": "player",
	"sounds": [
		"tf2crates/birthday"
		]
	},
	"tf2crates.hohohohoho": {
	"category": "player",
	"sounds": [
		"tf2crates/hohohohoho"
		]
	},
	"tf2crates.sleighbells": {
	"category": "player",
	"sounds": [
		"tf2crates/sleighbells"
		]
	}
}