minecraft-pi-reborn/docs/SOUND.md
TheBrokenRail d74d1501ce
All checks were successful
CI / Build (AMD64, Server) (push) Successful in 12m33s
CI / Build (AMD64, Client) (push) Successful in 12m47s
CI / Build (ARM64, Server) (push) Successful in 12m35s
CI / Build (ARM64, Client) (push) Successful in 13m5s
CI / Build (ARMHF, Server) (push) Successful in 8m52s
CI / Build (ARMHF, Client) (push) Successful in 12m2s
CI / Test (Client) (push) Successful in 15m14s
CI / Test (Server) (push) Successful in 12m27s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Successful in 7m27s
Update Sound Warning
2024-03-02 17:16:16 -05:00

9 lines
775 B
Markdown

# Sound
One of MCPI-Reborn's main modifications is a sound-engine since MCPI does not include one by default[^1]. However, it can't be used out-of-box because MCPI does not contain any sound data and MCPI-Reborn can't include it because of copyright.
MCPE's sound data can be extracted from any MCPE v0.6.1[^2] APK file, just place its `libminecraftpe.so` into `~/.minecraft-pi/overrides`[^3] and you should have sound!
[^1]: The mute button is just leftover code from MCPE, it does not actually do anything in un-modded MCPI, however it is connected to MCPI-Reborn's sound-engine.
[^2]: This is not a hard limit, an MCPE v0.8.1 APK would probably work, but don't rely on it.
[^3]: On Flatpak, the path is `~/.var/app/com.thebrokenrail.MCPIReborn/.minecraft-pi/overrides`.