We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For modded translation files that overwrite existing keys to be loaded successfully.
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:
en_us.json
FabricMC/fabric@40630ee
Install a mod that adds translations and boot the server.
v2.0.0+1.20
No response
The text was updated successfully, but these errors were encountered:
fix(api): do not load already loaded modded translations (fixes #78)
c71b1bb
d6614bd
fix(api): do not load already loaded modded translations (fixes #78) (#…
2aaf1ba
…79) (cherry picked from commit d6614bd)
axieum
Successfully merging a pull request may close this issue.
Expected behavior
For modded translation files that overwrite existing keys to be loaded successfully.
Observed/actual behavior
It appears that Fabric API is now loading
en_us.json
from mod containers here:FabricMC/fabric@40630ee
Steps/models to reproduce
Install a mod that adds translations and boot the server.
Version
v2.0.0+1.20
Agreements
Other
No response
The text was updated successfully, but these errors were encountered: