minecraft-pi-reborn/docs/OVERRIDING_ASSETS.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
572 B
Markdown

# Overriding Assets
To make overriding assets easier, MCPI-Reborn provides an overrides folder. Any file located in Minecraft: Pi Edition's `data` folder can be overridden by placing a file with the same name and path in the overrides folder. The overrides folder is located at `~/.minecraft-pi/overrides`[^1].
## Examples
- `data/images/terrain.png` -> `~/.minecraft-pi/overrides/images/terrain.png`
- `data/lang/en_US.lang` -> `~/.minecraft-pi/overrides/lang/en_US.lang`
[^1]: On Flatpak, the path is `~/.var/app/com.thebrokenrail.MCPIReborn/.minecraft-pi/overrides`.