Fireplace Lib (Forge)

Fireplace Lib (Forge)

146k Downloads

Config Screen Builder redesign

The-Fireplace opened this issue ยท 1 comments

commented

Keep the functions that add essentials for a normal config option, but have them return a builder for that type of option. Then that builder can be used to add all the optional stuff instead of overloading methods for each optional thing that needs to be made possible. This will make this system much easier to use, maintain, and expand on.

commented

Enum dropdown setup should take an array instead of iterable, since that's what Enum.values() produces