Right now as far as I know, if every field of a config object has a tooltip, every field has to be annotated with @ConfigEntry.Gui.Tooltip.
Having a class level tooltip annotation that just needs to be put over the class declaration itself would remove quite a bit of repetitive boilerplate code.
Right now as far as I know, if every field of a config object has a tooltip, every field has to be annotated with
@ConfigEntry.Gui.Tooltip.Having a class level tooltip annotation that just needs to be put over the class declaration itself would remove quite a bit of repetitive boilerplate code.