
Rubberbanding SFX
Активный0.0
Установок
0
Последнее обновление
3 месяца назад
Версии
1.21.4
Клиент
Fabric
Neoforge
Утилиты
Rubberbanding SFX
Plays a sound every time server forcibly changes your location (due to teleports, lag, or rubberbanding). Entirely clientside.
Requires Architectury API (and Fabric API on Fabric).
Currently only 1.21.4 is supported (Fabric & NeoForge). If you want a port to older or newer version please open an issue in the mod's GitHub repository.
Changing the sound
Replacing mod files
Easiest way to change out the sound is by replacing it in the .jar file.
- Open mod.jar with your favourite archiving tool (7-Zip, Win-Rar).
- Go to
assets/rubberbanding_sfx/sounds
- Replace respawn.ogg with your .ogg (Vorbis) sound
Resource packs
The "rubberbanding" sound is a separate sound event that can be modified with resource pack. Put following into your resource pack's
assets/rubberbanding_sfx/sounds.json
:{ "entity.player.rubberband": { "replace": true, "subtitle": "subtitles.entity.player.teleport", "sounds": [ "rubberbanding_sfx:your_sound_here" ] } }
Then, put your .ogg (Vorbis) sound into assets/rubberbanding_sfx/sounds/your_sound_here.ogg