Immersive Engineering

Immersive Engineering

134M Downloads

IE creative tab title cannot be translated

GizmoTheMoonPig opened this issue ยท 0 comments

commented

Minecraft Version

1.19.4

Immersive Engineering Version

9.4.0-166

Expected Behavior

The title of the IE creative tab would use a translatable component, allowing translators to change it as needed.

Actual Behavior

The tab uses a literal component. https://github.com/BluSunrize/ImmersiveEngineering/blob/1.19.4/src/main/java/blusunrize/immersiveengineering/common/items/CreativeTabManager.java#L38
The lang key does exist,

"itemGroup.immersiveengineering": "Immersive Engineering",
, the tab just pulls the mod name from the code for some reason.
I didnt actually find this through translating funnily enough. Im currently working on an addon mod and was confused as to why my items werent showing up in the creative tab. Turns out I was searching for a tab that used the lang key and thats not being used. This would be an issue for translators though, hence why I opened this.

Steps to reproduce

N/A, see above for what's going on

Debug Crash Log

N/A