Liahim85 / MistyWorld_Open

Misty World Mod
https://www.curseforge.com/minecraft/mc-mods/misty-world
Artistic License 2.0
10 stars 10 forks source link

Duplicate Language key with some mods #46

Closed TartaricAcid closed 4 years ago

TartaricAcid commented 6 years ago

There are some dupliacte language key with other mods. item.ash.name

tile.pine_stairs.name

tile.willow_stairs.name

tile.acacia_log.name

tile.birch_log.name

tile.oak_log.name

tile.spruce_log.name

tile.willow_log.name

tile.stone_porous.name

Liahim85 commented 6 years ago

Thank you! Does this prevent proper translation? It seemed to me that minecraft separated the language files into separate mods. Perhaps I should add a "mist" prefix to them.

TartaricAcid commented 6 years ago

In fact, language files are handled in a hashmap, so each language key should be unique.

Liahim85 commented 6 years ago

Thank you, I'll take this into account in the next updates.