promotional bannermobile promotional banner

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

File Details

Texture-Locale-Redirector-fabric-1.21.x+1.5.0.jar

  • R
  • Nov 30, 2025
  • 26.48 KB
  • 105
  • 1.21.10+10
  • Fabric

File Name

Texture-Locale-Redirector-fabric-1.21.x+1.5.0.jar

Supported Versions

  • 1.21.10
  • 1.21.9
  • 1.21.8
  • 1.21.7
  • 1.21.6
  • 1.21.5
  • 1.21.4
  • 1.21.3
  • 1.21.2
  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:texture-locale-redirector-1323738:7277185"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

In this version, the mod underwent a major rewrite. Resource replacement is now fully handled through a Mixin on the vanilla backend (NamespaceResourceManager). This removes the need for per-mod compatibility and, in theory, enables replacement support for all mods. It also completely fixes the FTB Quests bugs present in previous versions!

Fixes

  • Adding an image in FTB Quests edit mode would cause the image path in the config file to become a hard-coded, localized path
  • FTB Quest images without corresponding localized resources would appear as purple-and-black missing textures

Code

  • Rewrote the replacement logic
  • Removed the dedicated FTB Quests compatibility code
  • Removed the Mixin plugin (Conditional Mixin)
  • Optimized the GitHub Actions build workflow, significantly reducing run time
  • Updated dependencies