From a11c98c6cad501e081837ec8fa2e323edaeb1ca3 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Thu, 24 May 2018 15:52:43 -0400 Subject: Initial commit --- .../main/resources/assets/tf2crates/sounds.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 TF2 Crates/src/main/resources/assets/tf2crates/sounds.json (limited to 'TF2 Crates/src/main/resources/assets/tf2crates/sounds.json') 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 -- cgit v1.2.3