- 修复了部分路径处理错误导致日志内刷屏的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.
- Fixed optional support for the FTB Quests resolving the issue of duplicate image redirection paths
- Fixed an issue where Forge would mistakenly identify the mod as a Fabric version in some Minecraft versions
- Fixed missing
.mcmetaresource support that caused certain models to render as purple/black blocks - Rewrote the Mixin implementation; now uses Conditional Mixin
- Repository has been transferred to the LocalizedMC organization, and mod metadata has been updated
- Code Dev changes: now built with Architectury Loom 1.1*, removed modfusioner, Forge 1.21+ is no longer supported
This mod also provides optional support for FTB Quests.
When FTB Quests is installed, images in the quest interface (ChapterImage) will
also switch to the corresponding localized textures based on the current language.
- Any images or icons used in quests can be replaced via resource packs.
- If no localized texture is found, it will fall back to the default texture.
- Implemented via a Mixin plugin, so this mod does not have a hard dependency on FTB Quests.



