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
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

