diff options
Diffstat (limited to 'TF2 Crates/src/main/resources/assets/tf2crates/sounds.json')
| -rwxr-xr-x | TF2 Crates/src/main/resources/assets/tf2crates/sounds.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json b/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json new file mode 100755 index 0000000..d1fc927 --- /dev/null +++ b/TF2 Crates/src/main/resources/assets/tf2crates/sounds.json @@ -0,0 +1,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"
+ ]
+ }
+}
\ No newline at end of file |
