Alcatergit / Hbm-s-Nuclear-Tech-GIT

My fork of the HBM's nuclear tech mod.
GNU General Public License v3.0
52 stars 42 forks source link

Translation keys not using the modid, causes a lot of incompatibility between mods #414

Open Boiber opened 4 days ago

Boiber commented 4 days ago

There are some desh items that share the same translation key as some items from galacticraft, regardless of the seperate mod ID, with desh: (hbm:desh_sword, hbm:ingot_desh, hbm:desh_axe, and hbm:desh_hoe) and titanium: (hbm:titanium_pickaxe, hbm:titanium_axe, hbm:titanium_shovel, hbm:titanium_hoe, hbm:titanium_sword, hbm:titanium_helmet, hbm:titanium_boots, and hbm:ingot_titanium). This makes it a pain for modpack developers (such as myself) who want to have these 2 mods in the same pack, and since the translation key is the same CraftTweaker also cannot do anything about it. This could be fixed by making item translation keys use the modid (so it would be hbm:titanium_sword, and not titanium_sword). I will also contact Galacticraft Legacy about this.