From 0ef6a00aa79f022e5bd56b3f77e6861bbecf6d94 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 13 Aug 2015 21:12:11 +0100 Subject: Added a new structure, a new curse, achievements, challenges, curses entry in the guide; reworked liquids to be tile entities, cleaned the structures code, potion code and... you know what? I improved and changed so much stuff that I literally forgot what I did... --- src/main/resources/assets/jewelrycraft2/sounds.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/assets/jewelrycraft2/sounds.json (limited to 'src/main/resources/assets/jewelrycraft2/sounds.json') diff --git a/src/main/resources/assets/jewelrycraft2/sounds.json b/src/main/resources/assets/jewelrycraft2/sounds.json new file mode 100644 index 0000000..ec9ff11 --- /dev/null +++ b/src/main/resources/assets/jewelrycraft2/sounds.json @@ -0,0 +1,3 @@ +{ + "Ritual": {"category": "master","sounds": [{"name": "Ritual","stream": false}]} +} \ No newline at end of file -- cgit v1.2.3