aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/notenoughupdates/sounds.json
diff options
context:
space:
mode:
authorMoulberry <jjenour@student.unimelb.edu.au>2022-03-03 11:03:58 +0800
committerGitHub <noreply@github.com>2022-03-03 11:03:58 +0800
commit7c6d37b2eb758a13b342b906f0aef88b940bc52a (patch)
tree9602a014425b859e3aba98f31f93d6de04521356 /src/main/resources/assets/notenoughupdates/sounds.json
parentb11742988dec635b5c5da7c2363803cbfafb37b1 (diff)
parentdb59eba3fd9121c7c0a88363994876c5b582c08c (diff)
downloadNotEnoughUpdates-7c6d37b2eb758a13b342b906f0aef88b940bc52a.tar.gz
NotEnoughUpdates-7c6d37b2eb758a13b342b906f0aef88b940bc52a.tar.bz2
NotEnoughUpdates-7c6d37b2eb758a13b342b906f0aef88b940bc52a.zip
Merge pull request #248 from NotEnoughUpdates/master
NEU 2.1 🙂
Diffstat (limited to 'src/main/resources/assets/notenoughupdates/sounds.json')
-rw-r--r--src/main/resources/assets/notenoughupdates/sounds.json120
1 files changed, 104 insertions, 16 deletions
diff --git a/src/main/resources/assets/notenoughupdates/sounds.json b/src/main/resources/assets/notenoughupdates/sounds.json
index 47b0ba1b..6d827876 100644
--- a/src/main/resources/assets/notenoughupdates/sounds.json
+++ b/src/main/resources/assets/notenoughupdates/sounds.json
@@ -1,23 +1,111 @@
{
- "calendar_notif_jingle":{
+ "mithril.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "mithrilbreak",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneTopaz.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstonebreaktopaz",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneRuby.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstonebreakruby",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneAmber.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstonebreakamber",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneAmethyst.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstoneamethystbreak",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneSapphire.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstonesapphirebreak",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneJade.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstonejadebreak",
+ "stream": false
+ }
+ ]
+ },
+ "gemstoneJasper.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "gemstonejasperbreak",
+ "stream": false
+ }
+ ]
+ },
+
+ "titanium.break": {
+ "category": "block",
+ "sounds": [
+ {
+ "name": "titaniumbreak",
+ "stream": false
+ }
+ ]
+ },
+ "calendar_notif_jingle": {
"category": "master",
- "sounds": [{
- "name": "jingle",
- "stream": false
- }]
+ "sounds": [
+ {
+ "name": "jingle",
+ "stream": false
+ }
+ ]
},
- "calendar_notif_in":{
+ "calendar_notif_in": {
"category": "master",
- "sounds": [{
- "name": "in",
- "stream": false
- }]
+ "sounds": [
+ {
+ "name": "in",
+ "stream": false
+ }
+ ]
},
- "calendar_notif_out":{
+ "calendar_notif_out": {
"category": "master",
- "sounds": [{
- "name": "out",
- "stream": false
- }]
+ "sounds": [
+ {
+ "name": "out",
+ "stream": false
+ }
+ ]
}
-} \ No newline at end of file
+}