game.setLocalization Issue
Freebi85 opened this issue · 1 comments
Huhu Guys ;-) ✌️
I think i found and Issue with the localizations parameter.
Examples:
//This Line works fine. (Gold Ingot)
game.setLocalization(minecraft:gold_ingot.definition.name + ".name", "Shiny Ingot");
//This Line dosent work. (Invar Ingot from Thermal Expansion)
game.setLocalization(thermalfoundation:material:162.definition.name + ".name", "Strong Ingot");
Any suggestions ❓