Crashes when loading conflicting translation keys
axieum opened this issue ยท 0 comments
Expected behavior
For modded translation files that overwrite existing keys to be loaded successfully.
Observed/actual behavior
Multiple entries with same key: entity.minecraft.villager.none=Unemployed and entity.minecraft.villager.none=Villager
It appears that Fabric API is now loading en_us.json
from mod containers here:
Steps/models to reproduce
Install a mod that adds translations and boot the server.
Version
v2.0.0+1.20
Agreements
- I am running the latest version of the mod.
- My version of Minecraft is supported.
- I have searched for and ensured there isn't already an open issue regarding this.
Other
No response