Mineuniverse
Log in Register
Mods

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
by Wulian233
Download Claim this project
1,864,900 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Utility & QoL

Texture Locale Redirector

modrinth curseforge forge neoforge fabric

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:

  1. Install the mod: Place this mod in your mods folder.
  2. Create a resource pack: Organize your localized textures according to the required folder structure.
  3. 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 — minecraft for vanilla, or the modid for mods.
  • <language> is the language code, such as zh_cn (Simplified Chinese) or ja_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.

Texture-Locale-Redirector-forge-1.20.4+1.6.0.jar
MC Forge, 1.20.4, 1.20.3
Release 2026-01-02 Get
Texture-Locale-Redirector-fabric-1.20.4+1.6.0.jar
MC Fabric, 1.20.4, 1.20.3
Release 2026-01-02 Get
Texture-Locale-Redirector-neoforge-1.20.4+1.6.0.jar
MC 1.20.2, 1.20.4, NeoForge, 1.20.3
Release 2026-01-02 Get

More from Wulian233

Chat Impressive Animation
3,856,169
VM Translation Utility
26,485
Awesome Sheep Swell
226,964

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998