
Provide a lookup/i18n for GT Ore vein names
Delfayne opened this issue · 3 comments
Using the name of the GT ore vein names works great as a starting point, but it doesn't look great in a UI. Especially when you're getting into making custom veins for a pack, or want to provide the pack to multiple languages.
I recommend using the vein name as a key to internationalise the name, which should solve multiple issues. A pack creator can then provide the translation values.
I did it like that since that's exactly how GT's ore vein JEI page does it, and having them match is important for being able to cross-reference the JEI page. Having translation support for both would be very nice though, I might look at getting that (and the other untranslated strings I just noticed in the JEI page) into a GT update.
There is a way to set a custom name for an ore vein, which will be shown by both VO and the JEI page, should be just adding a key called name
to the root level of the vein JSON, though this too is not translatable at the moment.
Setting a name element is a little tidier than renaming the file, that helps a bit for now, thanks!