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
- 修复了部分路径处理错误导致日志内刷屏的bug。如
Invalid path minecraft:worldgzh_cn/biome/bamboo_jungle.json: Invalid segment 'in' in path 'worldgen_cn/biome/bamboo_jungle.json' - 修复了Fabric端错误地要求Fabric API前置,实际并不需要
-
Fixed a bug where incorrect path handling caused log spam, such as
Invalid path minecraft:worldgzh_cn/biome/bamboo_jungle.json: Invalid segment 'in' in path 'worldgen_cn/biome/bamboo_jungle.json' -
Fixed an issue on the Fabric side where Fabric API was incorrectly listed as a required dependency when it is not actually needed.



