diff options
author | Raven Szewczyk <git@eigenraven.me> | 2024-08-15 22:44:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 21:44:13 +0000 |
commit | 5decfda1dd1b3bbfdb1098f409aa50162ea32dc2 (patch) | |
tree | fd3dd1c237a0c8c4d4953dd7e529f5b5d89e6e34 /src/main/resources/soundmeta/durations.json | |
parent | 799d5edf98e7e9f6152f432cdc48eac858398c8a (diff) | |
download | GT5-Unofficial-5decfda1dd1b3bbfdb1098f409aa50162ea32dc2.tar.gz GT5-Unofficial-5decfda1dd1b3bbfdb1098f409aa50162ea32dc2.tar.bz2 GT5-Unofficial-5decfda1dd1b3bbfdb1098f409aa50162ea32dc2.zip |
Electric jukebox (#2827)
* GT music system
* Minor fix for some glitches when switching dimensions with P2Ps on both sides
* Most features implemented except headphones
* Implement wireless headphones
* Disable debug mode
* Spotless
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources/soundmeta/durations.json')
-rw-r--r-- | src/main/resources/soundmeta/durations.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/resources/soundmeta/durations.json b/src/main/resources/soundmeta/durations.json new file mode 100644 index 0000000000..845e6d0833 --- /dev/null +++ b/src/main/resources/soundmeta/durations.json @@ -0,0 +1,16 @@ +{ + "soundDurationsMs": { + "minecraft:11": 71112, + "minecraft:13": 178086, + "minecraft:blocks": 345914, + "minecraft:cat": 185343, + "minecraft:chirp": 185584, + "minecraft:far": 174462, + "minecraft:mall": 197219, + "minecraft:mellohi": 96199, + "minecraft:stal": 150858, + "minecraft:strad": 188168, + "minecraft:wait": 237886, + "minecraft:ward": 251393 + } +} |