isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
97 stars 41 forks source link

Add groupIf to ConfigCategory.Builder #215

Closed kevinthegreat1 closed 1 month ago

kevinthegreat1 commented 1 month ago

Even less reason to break the builder chain.

isXander commented 1 month ago

I'd make the result of the supplier nullable so you can return null to essentially make a condition

kevinthegreat1 commented 1 month ago

Hi, I followed the convention set in the option builder methods. Should I change those too?

isXander commented 1 month ago

nah leave it as it is then, thanks