GTNewHorizons / GTNHLib

GTNH Library
GNU Lesser General Public License v3.0
13 stars 7 forks source link

Fix a few config issues #73

Closed Lyfts closed 1 month ago

Lyfts commented 1 month ago
  1. Fixes subcats having their category name twice in the langkey & stops subcats from having their lang key set multiple times.
  2. Makes @Config.Comment applicable to classes so that you can put the annotation on the subcat class instead of their field & add comments for non-subcategories
  3. Adds the -Dgtnhlib.printkeys jvm flag to print lang keys generated from @Config.LangKeyPattern in the log.
boubou19 commented 1 month ago

tested in https://github.com/GTNewHorizons/GT5-Unofficial/pull/3169 and everything works now thx.