
Texture Locale Redirector
By extending the vanilla resource loading mechanism, it provides native multi-language texture support for resource packs, enabling localization of texture assets
Screenshots

About this Mod
Texture Locale Redirector adds native multi-language texture support to Minecraft resource packs.
By extending vanilla resource loading mechanism, this mod allows you to provide language-specific textures within a single resource pack.
It solves the problem where localized textures (with text or symbols) for one language may negatively affect players in other languages.
Usage
Follow these three simple steps to enable multi-language textures:
- Install the mod: Place this mod in your
modsfolder. - Create a resource pack: Organize your localized textures according to the required folder structure.
- Start the game: Enable the resource pack and switch to the corresponding language in Minecraft.
Resource Pack Structure Example
Inside your resource pack, store localized textures under assets/<namespace>/textures/<language>/.
<namespace>is the namespace —minecraftfor vanilla, or the modid for mods.<language>is the language code, such aszh_cn(Simplified Chinese) orja_jp(Japanese).
Note: The relative path of the texture to be replaced must match the original texture path.
ResourcePackName/
└── assets/
└── minecraft (namespace)/
└── textures/
├── zh_cn/ # Simplified Chinese textures
│ ├── block/
│ │ └── dirt.png # Replaced dirt texture
│ └── item/
│ └── diamond_sword.png # Replaced diamond sword texture
└── ja_jp/ # Japanese textures
└── item/
└── diamond_sword.png # Replaced diamond sword texture
Performance
This mod is heavily optimized and should have negligible performance impact:
- Works only when the current language is not
en_us, meaning no effect for English players. - Implements an advanced caching system to drastically reduce unnecessary disk I/O.
- Clears cache upon language change or resource reload, ensuring textures are updated immediately.
- Automatically releases cache memory when system memory is low to prevent lag.
- If a resource pack has no language-specific texture folder, no replacement scan is performed — avoiding unnecessary work.
- Does not interfere with the normal operation of other resource packs.
License
This project is open-sourced under the MIT License.
Contributions and PRs are welcome! Feel free to submit issues for bug reports or feature requests.
Available Versions
How to Install Texture Locale Redirector on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.11).
Install Mod
Open the mod browser in the dashboard and search for "Texture Locale Redirector". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.11, 1.21.10, 1.21.9 (+16 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Texture Locale Redirector server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.11). You can switch loaders with one click in the panel.
Is Texture Locale Redirector compatible with fabric and forge and neoforge?
Texture Locale Redirector officially supports fabric, forge, neoforge for Minecraft 1.21.11, 1.21.10, 1.21.9. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Texture Locale Redirector – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Texture Locale Redirector consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Texture Locale Redirector with just one click on your server.