AutoConfig
AutoConfig copied to clipboard
Fork of Auto Config.
Results
13
AutoConfig issues
Sort by
recently updated
recently updated
newest added
I was unable to find a way to save the config after changing it via a hotkey outside of the settingsmenu To make it save I used ```java (ConfigManager) AutoConfig.getConfigHolder(ModConfig.class).save();...
enhancement
The option to render sliders for bounded floats/doubles would improve UX for my mod. I have configs for RGBA values and just like in CSS, RGB values are between 0...
enhancement