shedaniel / SmoothScrollingEverywhere

Adds smooth scrolling to every list in Minecraft.
Apache License 2.0
20 stars 19 forks source link

Rewrite config system #39

Open Daxanius opened 2 years ago

Daxanius commented 2 years ago

I replaced the current config system with cloth configs auto config system.

What I've done

Reason

The SmoothScrollingEverywhere config system was failing to load configs from storage and users were having issues with this. While going through the config system, it was a big mess, so I decided to just replace it with the easy to use autoconfig system.

The changes I made make the code much cleaner and easier to read, while being easily expandable and more reliable. A nice side-effect is that the config screen looks much cleaner in my opinion.