- 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
.mcmeta
resource 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.