Language file keys don't include mod id, causing conflicts with Zetta Industries
3TUSK opened this issue ยท 1 comments
Synopsis
tile.blockcontroller.name=Machine Controller
has conflict with tile.blockcontroller.name=Super Conductor Controller
from Zetta Industries. This leads to confusing tooltips when mods like The One Probe is used, and both mods in question are installed.
Environment
- Modular Machinery 1.12-1.9.4
- Zetta Industries 1.3-1.12.2-155
Analysis
Mod id should be part of language entry key. See also elytra/BetterBoilers#5, jaquadro/StorageDrawers#611.
Final thought
With incoming Minecraft 1.13 changes of enforcing namespace in language keys of blocks & items, doing so earlier may make the future transition more smooth. Please consider.
Addendum: see also marcin212/Zetta-Industries#77.