marcin212 / Zetta-Industries

mod for minecraft
zlib License
24 stars 13 forks source link

Language file keys don't include mod id, causing conflicts with Modular Machinery #77

Closed 3TUSK closed 6 years ago

3TUSK commented 6 years ago

Synopsis

tile.blockcontroller.name=Super Conductor Controller has conflict with tile.blockcontroller.name=Machine Controller from Modular Machinery. This leads to confusing tooltips when mods like The One Probe is used, and both mods in question are installed.

Environment

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.

3TUSK commented 6 years ago

Addendum: see also HellFirePvP/ModularMachinery#94.

marcin212 commented 6 years ago

fixed