axieum / minecord

Bring your Minecraft world into your Discord guild
https://www.curseforge.com/minecraft/mc-mods/minecord-for-discord
MIT License
15 stars 7 forks source link

Crashes when loading conflicting translation keys #78

Closed axieum closed 1 year ago

axieum commented 1 year ago

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:

https://github.com/FabricMC/fabric/commit/40630eedb6ab2ac7b5c2f770f96dc7ed61ee99c5

Steps/models to reproduce

Install a mod that adds translations and boot the server.

Version

v2.0.0+1.20

Agreements

Other

No response